[febootstrap/f17] mke2fs location is still in /sbin in F17.

Richard W.M. Jones rjones at fedoraproject.org
Mon Apr 16 13:21:33 UTC 2012


commit d02f1f327b27700c733e0096ffe98b36e0383968
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Apr 16 14:21:23 2012 +0100

    mke2fs location is still in /sbin in F17.

 febootstrap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 0ec8d68..ac982f0 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,7 +1,7 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.14
-Release:     4%{?dist}.1
+Release:     4%{?dist}.2
 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:    /usr/sbin/mke2fs
+Requires:    /sbin/mke2fs
 Obsoletes:   febootstrap <= 3.3-3
 # RHBZ#771310
 Requires:    e2fsprogs-libs >= 1.42
@@ -87,6 +87,9 @@ execstack -c $RPM_BUILD_ROOT%{_bindir}/febootstrap-supermin-helper
 
 
 %changelog
+* Fri Apr 13 2012 Richard Jones <rjones at redhat.com> - 3.14-4.fc17.2
+- mke2fs location is still in /sbin in F17 (thanks mburns).
+
 * Fri Apr 13 2012 Richard Jones <rjones at redhat.com> - 3.14-4.fc17.1
 - Add back explicit dependencies for external programs.
 


More information about the scm-commits mailing list