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

Michael DeHaan mdehaan at fedoraproject.org
Mon Dec 22 17:04:59 UTC 2008


Author: mdehaan

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

Modified Files:
	koan.spec 
Log Message:
Trying again, per ivazquez there's no python when solving the BuildDeps so we have to modify the macro again




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




More information about the fedora-extras-commits mailing list