[febootstrap] - New upstream version 3.15 - This version includes root=<device> support, needed for libguestfs w

Richard W.M. Jones rjones at fedoraproject.org
Tue Jun 12 20:35:44 UTC 2012


commit 210afdc436d706362a89d0060c0c8a7c32577ab2
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Tue Jun 12 21:32:41 2012 +0100

    - New upstream version 3.15
    - This version includes root=<device> support, needed for libguestfs
      with virtio-scsi.
    - Remove upstream patch.

 .gitignore       |    1 +
 febootstrap.spec |   14 ++++++++------
 sources          |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91220d0..d72875c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ febootstrap-2.7.tar.gz
 /febootstrap-3.12.tar.gz
 /febootstrap-3.13.tar.gz
 /febootstrap-3.14.tar.gz
+/febootstrap-3.15.tar.gz
diff --git a/febootstrap.spec b/febootstrap.spec
index fa981d0..78126d4 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,7 +1,7 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
-Version:     3.14
-Release:     6%{?dist}
+Version:     3.15
+Release:     1%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://people.redhat.com/~rjones/febootstrap/
@@ -11,9 +11,6 @@ Source0:     http://people.redhat.com/~rjones/febootstrap/files/%{name}-%{versio
 ExclusiveArch: x86_64
 %endif
 
-# 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
@@ -60,7 +57,6 @@ Requires:    e2fsprogs-libs >= 1.42
 
 %prep
 %setup -q
-%patch0001 -p1
 
 
 %build
@@ -94,6 +90,12 @@ execstack -c $RPM_BUILD_ROOT%{_bindir}/febootstrap-supermin-helper
 
 
 %changelog
+* Tue Jun 12 2012 Richard Jones <rjones at redhat.com> - 3.15-1
+- New upstream version 3.15
+- This version includes root=<device> support, needed for libguestfs
+  with virtio-scsi.
+- Remove upstream patch.
+
 * Thu May 17 2012 Richard Jones <rjones at redhat.com> - 3.14-6
 - For RHEL 7 only, add ExclusiveArch x86-64.
 
diff --git a/sources b/sources
index a7d29c3..8552860 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-62dfef6abac5e9fe75d56c5a871be500  febootstrap-3.14.tar.gz
+f508c4f276d6c0814d799e2f7ae0bf75  febootstrap-3.15.tar.gz


More information about the scm-commits mailing list