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

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


commit 059be1a19eb6e8c6d6ea9ee0088603e010c446ca
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Sep 17 09:30:32 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 8859054..15bd74a 100644
--- a/gnu-efi.spec
+++ b/gnu-efi.spec
@@ -8,7 +8,7 @@ URL: ftp://ftp.hpl.hp.com/pub/linux-ia64
 Source: ftp://ftp.hpl.hp.com/pub/linux-ia64/gnu-efi_%{version}.orig.tar.gz
 Patch0: build-fix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-ExclusiveArch: i686 x86_64 ia64 aarch64
+ExclusiveArch: %{ix86} x86_64 ia64 aarch64
 BuildRequires: git
 
 %define debug_package %{nil}


More information about the scm-commits mailing list