[febootstrap/f17] Add back explicit dependencies for external programs. (cherry picked from commit 4abb9ce7ebe95839031

Richard W.M. Jones rjones at fedoraproject.org
Fri Apr 13 13:15:55 UTC 2012


commit db04e9cf6dc25a4a372692ed95e837e85905da9c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Apr 13 14:13:13 2012 +0100

    Add back explicit dependencies for external programs.
    (cherry picked from commit 4abb9ce7ebe95839031b9df06e13b5744dbf79a1)

 febootstrap.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 0f35c5d..1d027e8 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,7 +1,7 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.14
-Release:     3%{?dist}
+Release:     4%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://people.redhat.com/~rjones/febootstrap/
@@ -10,9 +10,9 @@ Source0:     http://people.redhat.com/~rjones/febootstrap/files/%{name}-%{versio
 # Upstream fix for RHBZ#808421.
 Patch0001:   0001-Pass-EXT2_FLAG_64BITS-when-creating-the-ext2-filesys.patch
 
-BuildRequires: perl
+BuildRequires: /usr/bin/pod2man
 BuildRequires: yum >= 3.2
-BuildRequires: e2fsprogs
+BuildRequires: /usr/sbin/mke2fs
 BuildRequires: e2fsprogs-devel
 BuildRequires: glibc-static, zlib-static
 BuildRequires: ocaml, ocaml-findlib-devel
@@ -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
+- Add back explicit dependencies for external programs.
+
 * Fri Apr 13 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.14-3
 - Drop ExclusiveArch as it's supported on all primary & secondary arches
 - Cleanup spec and deps


More information about the scm-commits mailing list