[febootstrap/f13/master] - New upstream version 2.8. - This is backwards-compatible with version 2.7, and includes the new

Richard W.M. Jones rjones at fedoraproject.org
Thu Aug 26 11:21:56 UTC 2010


commit 827ef92a80e447abdd599dbc1eba08b4fbbf0330
Author: Richard Jones <rjones at redhat.com>
Date:   Thu Aug 26 12:21:42 2010 +0100

    - New upstream version 2.8.
    - This is backwards-compatible with version 2.7, and includes the
      new ext2 appliance builder.
    - New BRs on mke2fs, libext2fs, glibc-static.

 .gitignore       |    1 +
 febootstrap.spec |   14 ++++++++++++--
 sources          |    2 +-
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e1c142..718b1ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 febootstrap-2.7.tar.gz
+/febootstrap-2.8.tar.gz
diff --git a/febootstrap.spec b/febootstrap.spec
index 99ff45f..fd7bc5e 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,7 +1,7 @@
 Summary:     Bootstrap a new Fedora system (like debootstrap)
 Name:        febootstrap
-Version:     2.7
-Release:     1%{?dist}.1
+Version:     2.8
+Release:     1%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
 URL:         http://et.redhat.com/~rjones/febootstrap/
@@ -12,12 +12,16 @@ BuildRequires: /usr/bin/pod2man
 BuildRequires: fakeroot >= 1.11
 BuildRequires: fakechroot >= 2.9-20
 BuildRequires: yum >= 3.2
+BuildRequires: /sbin/mke2fs
+BuildRequires: e2fsprogs-devel
+BuildRequires: glibc-static
 
 Requires:    fakeroot >= 1.11
 Requires:    fakechroot >= 2.9-20
 Requires:    yum >= 3.2
 Requires:    util-linux-ng
 Requires:    cpio
+Requires:    /sbin/mke2fs
 
 # These are suggestions.  However making them hard requirements
 # pulls in far too much stuff.
@@ -82,6 +86,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 26 2010 Richard Jones <rjones at redhat.com> - 2.8-1
+- New upstream version 2.8.
+- This is backwards-compatible with version 2.7, and includes the
+  new ext2 appliance builder.
+- New BRs on mke2fs, libext2fs, glibc-static.
+
 * Fri May 14 2010 Richard Jones <rjones at redhat.com> - 2.7-1.fc13.1
 - New upstream version 2.7, backported from Rawhide.
 - febootstrap-supermin-helper shell script rewritten in C for speed.
diff --git a/sources b/sources
index 1276f31..73e38c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5105f70e1b9c936c6ef5a901d379653  febootstrap-2.7.tar.gz
+7e1dc78203f7b09db2f535da5c850b6f  febootstrap-2.8.tar.gz


More information about the scm-commits mailing list