[libkolabxml: 22/32] Drop build requirement for package xsd-utils that does not exist outside of kolabsys.com Koji

Jeroen van Meeuwen kanarip at fedoraproject.org
Tue Jun 26 15:10:36 UTC 2012


commit 19b421bb6cad5233c791aa34d1cb38b76851a444
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Jun 20 14:47:50 2012 +0100

    Drop build requirement for package xsd-utils that does not exist outside of kolabsys.com Koji

 libkolabxml.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/libkolabxml.spec b/libkolabxml.spec
index 61e43df..9a71e72 100644
--- a/libkolabxml.spec
+++ b/libkolabxml.spec
@@ -4,7 +4,7 @@
 
 Name:           libkolabxml
 Version:        0.6
-Release:        0.2%{?dist}
+Release:        0.3%{?dist}
 Summary:        Kolab XML format collection parser library
 
 Group:          System/Libraries
@@ -34,7 +34,9 @@ BuildRequires:  swig
 BuildRequires:  uuid-devel
 BuildRequires:  xerces-c-devel
 BuildRequires:  xsd
-BuildRequires:  xsd-utils
+
+# Only valid in kolabsys.com Koji
+#BuildRequires:  xsd-utils
 
 %description
 The libkolabxml parsing library interprets Kolab XML formats (xCal, xCard) with
@@ -164,6 +166,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/_kolabformat.so
 
 %changelog
+* Wed Jun 20 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.6-0.3
+- Drop build requirement for xsd-utils
+
 * Sat Jun  9 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.6-0.2
 - Git snapshot release
 


More information about the scm-commits mailing list