rpms/koji/EL-6 koji.spec,1.18,1.19

Dennis Gilmore ausil at fedoraproject.org
Wed May 12 03:19:42 UTC 2010


Author: ausil

Update of /cvs/pkgs/rpms/koji/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv3824

Modified Files:
	koji.spec 
Log Message:
fix requires for -builder package



Index: koji.spec
===================================================================
RCS file: /cvs/pkgs/rpms/koji/EL-6/koji.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- koji.spec	20 Nov 2009 19:28:54 -0000	1.18
+++ koji.spec	12 May 2010 03:19:41 -0000	1.19
@@ -2,7 +2,7 @@
 
 Name: koji
 Version: 1.3.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2
 Summary: Build system tools
 Group: Applications/System
@@ -60,14 +60,15 @@ Requires: rpm-build
 Requires: redhat-rpm-config
 Requires: pykickstart                                                                               
 Requires: pycdio   
-%if 0%{?fedora}
+%if 0%{?fedora} || 0%{?rhel} >= 6
 Requires: createrepo >= 0.9.6
-%endif
+%else
 %if 0%{?rhel}
 Requires: python-createrepo >= 0.9.6
 Requires: python-hashlib
 Requires: createrepo
 %endif
+%endif
 
 %description builder
 koji-builder is the daemon that runs on build machines and executes
@@ -181,6 +182,9 @@ if [ $1 = 0 ]; then
 fi
 
 %changelog
+* Tue May 11 2010 Dennis Gilmore <dennis at ausil.us> - 1.3.2-2
+- fix Requires for EL-6 on -builder package
+
 * Fri Nov 20 2009 Dennis Gilmore <dennis at ausil.us> - 1.3.2-1
 - update to 1.3.2
 



More information about the scm-commits mailing list