[febootstrap/f17] New upstream version 3.20.

Richard W.M. Jones rjones at fedoraproject.org
Mon Oct 1 10:09:15 UTC 2012


commit 3324d3e45adae386b2b777f7652f287c662bd04f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Mon Oct 1 09:05:36 2012 +0100

    New upstream version 3.20.
    
    - Synchronize with Rawhide (now well tested).
    - Remove upstream patch.
    - Fix source URL.
    - Add bundled(gnulib).
    - Remove defattr lines, not needed by newer RPM.

 ...LAG_64BITS-when-creating-the-ext2-filesys.patch |   31 --------------------
 febootstrap.spec                                   |   17 ++++++++--
 sources                                            |    2 +-
 3 files changed, 14 insertions(+), 36 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 4f58521..7aad991 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,11 +1,11 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
-Version:     3.18
+Version:     3.20
 Release:     1%{?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
+Source0:     http://libguestfs.org/download/febootstrap/%{name}-%{version}.tar.gz
 
 %if 0%{?rhel} >= 7
 ExclusiveArch: x86_64
@@ -29,6 +29,9 @@ Requires:    febootstrap-supermin-helper = %{version}-%{release}
 #Requires:    filelight
 #Requires:    baobab     # Not as nice as filelight.
 
+# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
+Provides:      bundled(gnulib)
+
 
 %description
 febootstrap is a tool for building supermin appliances.  These are
@@ -73,20 +76,26 @@ execstack -c $RPM_BUILD_ROOT%{_bindir}/febootstrap-supermin-helper
 
 
 %files
-%defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/febootstrap
 %{_mandir}/man8/febootstrap.8*
 
 
 %files supermin-helper
-%defattr(-,root,root,-)
 %doc COPYING
 %{_bindir}/febootstrap-supermin-helper
 %{_mandir}/man8/febootstrap-supermin-helper.8*
 
 
 %changelog
+* Mon Oct 01 2012 Richard W.M. Jones <rjones at redhat.com> - 1:3.20-1
+- New upstream version 3.20.
+- Synchronize with Rawhide (now well tested).
+- Remove upstream patch.
+- Fix source URL.
+- Add bundled(gnulib).
+- Remove defattr lines, not needed by newer RPM.
+
 * Mon Jun 18 2012 Richard Jones <rjones at redhat.com> - 3.18-1
 - New upstream version 3.18.
 - This adds support for EPEL 5.
diff --git a/sources b/sources
index 56b48f2..405f51c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d225974892a13d281a0ee852cf7d7077  febootstrap-3.18.tar.gz
+a3cc84a3beb1d095c9aebe9895aca532  febootstrap-3.20.tar.gz


More information about the scm-commits mailing list