[febootstrap] Drop ExclusiveArch as it's supported on all primary & secondary arches, Cleanup spec and deps

Peter Robinson pbrobinson at fedoraproject.org
Fri Apr 13 12:39:07 UTC 2012


commit 508ae7db629fb11381cf7030744228b520da1704
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Apr 13 13:39:03 2012 +0100

    Drop ExclusiveArch as it's supported on all primary & secondary arches, Cleanup spec and deps

 febootstrap.spec |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index 26a9149..71eabbd 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -6,21 +6,17 @@ 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: perl
 BuildRequires: yum >= 3.2
-BuildRequires: /usr/sbin/mke2fs
 BuildRequires: e2fsprogs-devel
 BuildRequires: glibc-static, zlib-static
 BuildRequires: ocaml, ocaml-findlib-devel
 BuildRequires: prelink
 
-ExclusiveArch:  alpha armv4l %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64
-
 Requires:    yum >= 3.2
 Requires:    yum-utils
 Requires:    febootstrap-supermin-helper = %{version}-%{release}
@@ -65,7 +61,6 @@ make
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
 # febootstrap-supermin-helper is marked as requiring an executable
@@ -76,10 +71,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
 execstack -c $RPM_BUILD_ROOT%{_bindir}/febootstrap-supermin-helper
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
 %defattr(-,root,root,-)
 %doc COPYING README
@@ -95,6 +86,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Apr 13 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.14-3
+- Drop ExclusiveArch as it's supported on all primary & secondary arches
+- Cleanup spec and deps
+
 * 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.


More information about the scm-commits mailing list