rpms/koan/devel koan.spec,1.36,1.37

Michael DeHaan mdehaan at fedoraproject.org
Mon Dec 22 16:51:41 UTC 2008


Author: mdehaan

Update of /cvs/extras/rpms/koan/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26091

Modified Files:
	koan.spec 
Log Message:
Update specfile to fix rawhide specfile requirement




Index: koan.spec
===================================================================
RCS file: /cvs/extras/rpms/koan/devel/koan.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- koan.spec	19 Dec 2008 17:49:20 -0000	1.36
+++ koan.spec	22 Dec 2008 16:51:10 -0000	1.37
@@ -3,7 +3,7 @@
 Summary: Network provisioning tool for Xen and Bare Metal Machines 
 Name: koan
 Version: 1.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
@@ -12,7 +12,7 @@
 BuildRequires: python-devel
 %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
-Requires: python(abi)=%{pyver}
+Requires: python(abi) = %{pyver}
 %endif
 %if 0%{?fedora} >= 8
 BuildRequires: python-setuptools-devel
@@ -60,6 +60,9 @@
 
 %changelog
 
+* Mon Dec 22 2008 Michael DeHaan <mdehaan at redhat.com> - 1.4.0-3
+- Fix python(abi) requirement
+
 * Fri Dec 19 2008 Michael DeHaan <mdehaan at redhat.com> - 1.4.0-2
 - Upstream changes (see CHANGELOG)
 




More information about the fedora-extras-commits mailing list