[gnu-efi/f21] Use %{ix86} instead of i686 in the ExclusiveArch line.

Peter Jones pjones at fedoraproject.org
Wed Sep 17 13:34:20 UTC 2014


commit 319e5d1e74032ec5ee8cead4a4734a9ee6527f6a
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Sep 17 09:34:07 2014 -0400

    Use %{ix86} instead of i686 in the ExclusiveArch line.
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 gnu-efi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnu-efi.spec b/gnu-efi.spec
index 8141710..c687a11 100644
--- a/gnu-efi.spec
+++ b/gnu-efi.spec
@@ -10,7 +10,7 @@ Patch0001: 0001-fix-compilation-on-x86_64-without-HAVE_USE_MS_ABI.patch
 Patch0002: 0002-be-more-pedantic-when-linking.patch
 Patch0003: 0003-Sample-boot-service-driver.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch: i686 x86_64 ia64
+ExclusiveArch: %{ix86} x86_64 ia64
 BuildRequires: git
 
 %define debug_package %{nil}


More information about the scm-commits mailing list