[febootstrap] Fix Requires as well as BR.

Richard W.M. Jones rjones at fedoraproject.org
Thu Mar 29 21:58:56 UTC 2012


commit b694dbc45f0ebc0da1f4f7e284f89e6a89abd0d7
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Mar 29 22:58:42 2012 +0100

    Fix Requires as well as BR.

 febootstrap.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 2183e5f..baa6455 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,7 +1,7 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.13
-Release:     3%{?dist}
+Release:     4%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://people.redhat.com/~rjones/febootstrap/
@@ -41,7 +41,7 @@ Summary:     Runtime support for febootstrap
 Group:       Development/Tools
 Requires:    util-linux-ng
 Requires:    cpio
-Requires:    /sbin/mke2fs
+Requires:    /usr/sbin/mke2fs
 Obsoletes:   febootstrap <= 3.3-3
 # RHBZ#771310
 Requires:    e2fsprogs-libs >= 1.42
@@ -91,8 +91,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Mar 29 2012 Richard Jones <rjones at redhat.com> - 3.13-3
-- e2fsprogs moved /sbin/mke2fs to /usr/sbin.
+* Thu Mar 29 2012 Richard Jones <rjones at redhat.com> - 3.13-4
+- e2fsprogs moved /sbin/mke2fs to /usr/sbin (thanks Eric Sandeen).
 
 * Thu Mar  1 2012 Richard Jones <rjones at redhat.com> - 3.13-2
 - Missing BR zlib-static.


More information about the scm-commits mailing list