rpms/febootstrap/F-10 febootstrap.spec,1.3,1.4

Richard W.M. Jones rjones at fedoraproject.org
Tue Apr 28 08:55:30 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/febootstrap/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13877

Modified Files:
	febootstrap.spec 
Log Message:
Fix bad Requires on non-existent fakechroot.


Index: febootstrap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/febootstrap/F-10/febootstrap.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- febootstrap.spec	20 Apr 2009 19:19:34 -0000	1.3
+++ febootstrap.spec	28 Apr 2009 08:54:59 -0000	1.4
@@ -1,7 +1,7 @@
 Summary:     Bootstrap a new Fedora system (like debootstrap)
 Name:        febootstrap
 Version:     1.7
-Release:     1%{?dist}
+Release:     1%{?dist}.1
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://et.redhat.com/~rjones/febootstrap/
@@ -15,7 +15,7 @@ BuildRequires: fakechroot >= 2.9-19
 BuildRequires: yum >= 3.2
 
 Requires:    fakeroot >= 1.11
-Requires:    fakechroot >= 2.9-20
+Requires:    fakechroot >= 2.9-19
 Requires:    yum >= 3.2
 Requires:    MAKEDEV
 Requires:    util-linux-ng
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Apr 28 2009 Richard Jones <rjones at redhat.com> - 1.7-1.fc10.1
+- Fix bad Requires on non-existent fakechroot.
+
 * Mon Apr 20 2009 Richard Jones <rjones at redhat.com> - 1.7-1
 - New upstream release 1.7.
 




More information about the fedora-extras-commits mailing list