rpms/pungi/FC-6 pungi.spec,1.3,1.4

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Tue Jan 16 21:52:53 UTC 2007


Author: jkeating

Update of /cvs/extras/rpms/pungi/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9845

Modified Files:
	pungi.spec 
Log Message:
require new yum


Index: pungi.spec
===================================================================
RCS file: /cvs/extras/rpms/pungi/FC-6/pungi.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pungi.spec	14 Dec 2006 03:22:30 -0000	1.3
+++ pungi.spec	16 Jan 2007 21:52:23 -0000	1.4
@@ -2,7 +2,7 @@
 
 Name:           pungi
 Version:        0.1.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Distribution compose tool
 
 Group:          Development/Tools
@@ -10,7 +10,7 @@
 URL:            http://hosted.fedoraproject.org/projects/pungi
 Source0:        http://linux.duke.edu/projects/%{name}/release/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:       anaconda-runtime
+Requires:       anaconda-runtime, yum >= 3.0.3
 BuildRequires:  python-devel
 
 BuildArch:      noarch
@@ -46,6 +46,9 @@
 
 
 %changelog
+* Tue Jan 16 2006 Jesse Keating <jkeating at redhat.com> - 0.1.2-2
+- Require the new yum (now that it landed in updates)
+
 * Wed Dec 13 2006 Jesse Keating <jkeating at redhat.com> - 0.1.2-1
 - Fix a bug in DVD repodata
 - Add correct ppc boot args




More information about the scm-commits mailing list