[febootstrap/el5/master] New upstream version 2.10.

Richard W.M. Jones rjones at fedoraproject.org
Sat Nov 6 09:10:44 UTC 2010


commit ead876e36302497d9b1172fe53c08ae7a36e3438
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Nov 6 09:09:53 2010 +0000

    New upstream version 2.10.

 .gitignore       |    1 +
 febootstrap.spec |   14 +++++++++++---
 sources          |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e1c142..42111b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 febootstrap-2.7.tar.gz
+/febootstrap-2.10.tar.gz
diff --git a/febootstrap.spec b/febootstrap.spec
index eab2fcf..c0ddcb7 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,23 +1,27 @@
 Summary:     Bootstrap a new Fedora system (like debootstrap)
 Name:        febootstrap
-Version:     2.7
+Version:     2.10
 Release:     1%{?dist}
 License:     GPLv2+
 Group:       Development/Tools
-URL:         http://et.redhat.com/~rjones/febootstrap/
-Source0:     http://et.redhat.com/~rjones/febootstrap/files/%{name}-%{version}.tar.gz
+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
 
 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,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Nov  6 2010 Richard Jones <rjones at redhat.com> - 2.10-1
+- New upstream version 2.10.
+- Add extra BuildRequires from Rawhide spec file.
+
 * Wed Jun  2 2010 Richard Jones <rjones at redhat.com> - 2.7-1
 - New upstream version 2.7.
 - febootstrap-supermin-helper shell script rewritten in C for speed.
diff --git a/sources b/sources
index 1276f31..bf88e96 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e5105f70e1b9c936c6ef5a901d379653  febootstrap-2.7.tar.gz
+275039380e0fd307b57c8fedd21a7dd7  febootstrap-2.10.tar.gz


More information about the scm-commits mailing list