[febootstrap] Added the dependency in the wrong place.

Richard W.M. Jones rjones at fedoraproject.org
Tue Jan 3 10:57:52 UTC 2012


commit 1d4691fa8250d0847e1cb72cdb2602c6365f38fa
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jan 3 10:57:35 2012 +0000

    Added the dependency in the wrong place.

 febootstrap.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 947a38a..49bb4b0 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,7 +1,7 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.12
-Release:     3%{?dist}
+Release:     4%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://people.redhat.com/~rjones/febootstrap/
@@ -14,8 +14,7 @@ Patch0:      0001-Fix-Python-code-when-_bestPackageFromList-returns-No.patch
 BuildRequires: /usr/bin/pod2man
 BuildRequires: yum >= 3.2
 BuildRequires: /sbin/mke2fs
-# RHBZ#771310
-BuildRequires: e2fsprogs-devel >= 1.42
+BuildRequires: e2fsprogs-devel
 BuildRequires: glibc-static
 BuildRequires: ocaml, ocaml-findlib-devel
 BuildRequires: prelink
@@ -47,6 +46,8 @@ Requires:    util-linux-ng
 Requires:    cpio
 Requires:    /sbin/mke2fs
 Obsoletes:   febootstrap <= 3.3-3
+# RHBZ#771310
+Requires:    e2fsprogs-libs >= 1.42
 
 
 %description supermin-helper
@@ -95,7 +96,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Jan  3 2012 Richard Jones <rjones at redhat.com> - 3.12-3
+* Tue Jan  3 2012 Richard Jones <rjones at redhat.com> - 3.12-4
 - Depend on latest e2fsprogs (RHBZ#771310).
 
 * Wed Nov  9 2011 Richard Jones <rjones at redhat.com> - 3.12-2


More information about the scm-commits mailing list