[febootstrap] Add upstream patch to fix RHBZ#808421.

Richard W.M. Jones rjones at fedoraproject.org
Fri Mar 30 13:27:19 UTC 2012


commit 242027c242ba15364874a6ffc900fb48dc16c8b7
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Mar 30 14:27:08 2012 +0100

    Add upstream patch to fix RHBZ#808421.

 febootstrap.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 8061f4a..26a9149 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,13 +1,16 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.14
-Release:     1%{?dist}
+Release:     2%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://people.redhat.com/~rjones/febootstrap/
 Source0:     http://people.redhat.com/~rjones/febootstrap/files/%{name}-%{version}.tar.gz
 BuildRoot:   %{_tmppath}/%{name}-%{version}-%{release}-root
 
+# Upstream fix for RHBZ#808421.
+Patch0001:   0001-Pass-EXT2_FLAG_64BITS-when-creating-the-ext2-filesys.patch
+
 BuildRequires: /usr/bin/pod2man
 BuildRequires: yum >= 3.2
 BuildRequires: /usr/sbin/mke2fs
@@ -53,6 +56,7 @@ Requires:    e2fsprogs-libs >= 1.42
 
 %prep
 %setup -q
+%patch0001 -p1
 
 
 %build
@@ -91,8 +95,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Fri Mar 30 2012 Richard Jones <rjones at redhat.com> - 3.14-1
+* Fri Mar 30 2012 Richard Jones <rjones at redhat.com> - 3.14-2
 - New upstream version 3.14.
+- Add upstream patch to fix RHBZ#808421.
 
 * Thu Mar 29 2012 Richard Jones <rjones at redhat.com> - 3.13-4
 - e2fsprogs moved /sbin/mke2fs to /usr/sbin (thanks Eric Sandeen).


More information about the scm-commits mailing list