[patchelf] Use macro to exclude arm

Jeremy Sanders jsanders at fedoraproject.org
Fri Aug 16 12:15:39 UTC 2013


commit 23cc05fda9937c4a624ac78f65621a9029b4aa1c
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Date:   Fri Aug 16 13:15:18 2013 +0100

    Use macro to exclude arm

 patchelf.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/patchelf.spec b/patchelf.spec
index cd91aff..cdd6f22 100644
--- a/patchelf.spec
+++ b/patchelf.spec
@@ -1,6 +1,6 @@
 Name:           patchelf
 Version:        0.6
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A utility for patching ELF binaries
 
 Group:          Development/Tools
@@ -10,7 +10,7 @@ Source0:        http://hydra.nixos.org/build/1524660/download/3/%{name}-%{versio
 Patch0:         patchelf-copy-attr.patch
 
 # make check does not work on these architectures: see bug #627370
-ExcludeArch:    ppc ppc64 sparc64 sparcv9 armv7hl
+ExcludeArch:    ppc ppc64 %{sparc} %{arm}
 
 BuildRequires:  autoconf automake libattr-devel libacl-devel
 
@@ -53,8 +53,11 @@ rm -rf %{buildroot}
 %doc README COPYING
 
 %changelog
+* Fri Aug 16 2013 Jeremy Sanders <jeremy at jeremysanders.net> - 0.6-7
+- Use macro to exclude all arm builds
+
 * Thu Aug 08 2013 Jeremy Sanders <jeremy at jeremysanders.net> - 0.6-6
-- Exclude ARM (bug 993895)
+- Exclude ARM (bug 627370)
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list