rpms/cobbler/devel cobbler.spec,1.65,1.66

Michael DeHaan mdehaan at fedoraproject.org
Mon Dec 22 19:01:15 UTC 2008


Author: mdehaan

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

Modified Files:
	cobbler.spec 
Log Message:
Updating specfile for rawhide rebuild (python 2.6)




Index: cobbler.spec
===================================================================
RCS file: /cvs/extras/rpms/cobbler/devel/cobbler.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- cobbler.spec	19 Dec 2008 17:33:21 -0000	1.65
+++ cobbler.spec	22 Dec 2008 19:00:45 -0000	1.66
@@ -3,7 +3,7 @@
 Name: cobbler
 AutoReq: no
 Version: 1.4.0
-Release: 2%{?dist}
+Release: 4%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
@@ -30,8 +30,8 @@
 Requires(preun): /sbin/chkconfig
 Requires(preun): /sbin/service
 %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
-%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
-Requires: python(abi)=%{pyver}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]" || echo 0)}
+Requires: python(abi) = %{pyver}
 %endif
 %if 0%{?suse_version} < 0
 BuildRequires: redhat-rpm-config
@@ -281,6 +281,9 @@
 
 %changelog
 
+* Fri Dec 19 2008 Michael DeHaan <mdehaan at redhat.com> - 1.4.0-4
+- Fix for rawhide python 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