[febootstrap] For RHEL 7 only, add ExclusiveArch x86-64.

Richard W.M. Jones rjones at fedoraproject.org
Thu May 17 16:36:08 UTC 2012


commit 2d8a4c5527ae73830fe8f35f31285aa75658a355
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu May 17 17:35:47 2012 +0100

    For RHEL 7 only, add ExclusiveArch x86-64.

 febootstrap.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/febootstrap.spec b/febootstrap.spec
index b6f989b..fa981d0 100644
--- a/febootstrap.spec
+++ b/febootstrap.spec
@@ -1,12 +1,16 @@
 Summary:     Bootstrapping tool for creating supermin appliances
 Name:        febootstrap
 Version:     3.14
-Release:     5%{?dist}
+Release:     6%{?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
 
+%if 0%{?rhel} >= 7
+ExclusiveArch: x86_64
+%endif
+
 # Upstream fix for RHBZ#808421.
 Patch0001:   0001-Pass-EXT2_FLAG_64BITS-when-creating-the-ext2-filesys.patch
 
@@ -90,6 +94,9 @@ execstack -c $RPM_BUILD_ROOT%{_bindir}/febootstrap-supermin-helper
 
 
 %changelog
+* Thu May 17 2012 Richard Jones <rjones at redhat.com> - 3.14-6
+- For RHEL 7 only, add ExclusiveArch x86-64.
+
 * Tue May 15 2012 Richard Jones <rjones at redhat.com> - 3.14-5
 - Bundled gnulib (RHBZ#821752).
 


More information about the scm-commits mailing list