[febootstrap] Depend on latest e2fsprogs (RHBZ#771310).

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


commit 6ba09a9202837b4bf10ebfa3e77ba05de9af57b4
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jan 3 10:37:47 2012 +0000

    Depend on latest e2fsprogs (RHBZ#771310).

 febootstrap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 3951d1a..1a30550 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,7 +1,7 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.12
-Release:     2%{?dist}
+Release:     3%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://people.redhat.com/~rjones/febootstrap/
@@ -14,7 +14,7 @@ Patch0:      0001-Fix-Python-code-when-_bestPackageFromList-returns-No.patch
 BuildRequires: /usr/bin/pod2man
 BuildRequires: yum >= 3.2
 BuildRequires: /sbin/mke2fs
-BuildRequires: e2fsprogs-devel
+BuildRequires: e2fsprogs-devel >= 1.42 # RHBZ#771310
 BuildRequires: glibc-static
 BuildRequires: ocaml, ocaml-findlib-devel
 BuildRequires: prelink
@@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jan  3 2012 Richard Jones <rjones at redhat.com> - 3.12-3
+- Depend on latest e2fsprogs (RHBZ#771310).
+
 * Wed Nov  9 2011 Richard Jones <rjones at redhat.com> - 3.12-2
 - Include upstream patch to work around Python stupidity.
 


More information about the scm-commits mailing list