rpms/cobbler/F-9 cobbler.spec,1.65,1.66

Michael DeHaan mdehaan at fedoraproject.org
Fri Mar 6 21:09:23 UTC 2009


Author: mdehaan

Update of /cvs/extras/rpms/cobbler/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9391/F-9

Modified Files:
	cobbler.spec 
Log Message:
BuildRequires fix worked, so apply to other builds.  This should be the last commit on this today, knock on silicon.




Index: cobbler.spec
===================================================================
RCS file: /cvs/extras/rpms/cobbler/F-9/cobbler.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- cobbler.spec	6 Mar 2009 20:54:05 -0000	1.65
+++ cobbler.spec	6 Mar 2009 21:08:52 -0000	1.66
@@ -4,7 +4,7 @@
 Name: cobbler
 AutoReq: no
 Version: 1.4.3
-Release: 3%{?dist}
+Release: 4%{?dist}
 Source0: %{name}-%{version}.tar.gz
 License: GPLv2+
 Group: Applications/System
@@ -22,6 +22,7 @@
 Requires: createrepo
 Requires: python-cheetah
 Requires: rsync
+BuildRequires: PyYAML
 Requires: PyYAML
 Requires: libyaml
 %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6
@@ -282,7 +283,7 @@
 
 %changelog
 
-* Fri Mar 06 2009 Michael DeHaan <mdehaan at redhat.com> - 1.4.3-3
+* Fri Mar 06 2009 Michael DeHaan <mdehaan at redhat.com> - 1.4.3-4
 - Upstream changes (see CHANGELOG)
 - Now requires PyYAML
 




More information about the fedora-extras-commits mailing list