[patchelf] Exclude correct arch armv7hl

Jeremy Sanders jsanders at fedoraproject.org
Thu Aug 8 08:33:25 UTC 2013


commit ae11857d123d66fd80dc3165123f66565181bd42
Author: Jeremy Sanders <jeremy at jeremysanders.net>
Date:   Thu Aug 8 09:32:32 2013 +0100

    Exclude correct arch armv7hl

 patchelf.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/patchelf.spec b/patchelf.spec
index ed3aca0..cd91aff 100644
--- a/patchelf.spec
+++ b/patchelf.spec
@@ -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 arm
+ExcludeArch:    ppc ppc64 sparc64 sparcv9 armv7hl
 
 BuildRequires:  autoconf automake libattr-devel libacl-devel
 


More information about the scm-commits mailing list