[efibootmgr/f19] Fix the i386 -> %{ix86} ExclusiveArch line.

Peter Jones pjones at fedoraproject.org
Mon Oct 20 16:37:20 UTC 2014


commit 530bf8e0632a2fa2250fd13f31e05b7fe9a2c8de
Author: Peter Jones <pjones at redhat.com>
Date:   Wed Sep 17 09:27:22 2014 -0400

    Fix the i386 -> %{ix86} ExclusiveArch line.
    
    Signed-off-by: Peter Jones <pjones at redhat.com>

 efibootmgr.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/efibootmgr.spec b/efibootmgr.spec
index 171a852..8205b7c 100644
--- a/efibootmgr.spec
+++ b/efibootmgr.spec
@@ -9,7 +9,7 @@ BuildRequires: pciutils-devel, zlib-devel, git
 BuildRequires: efivar-libs efivar-devel
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
 # EFI/UEFI don't exist on PPC
-ExclusiveArch: i386 x86_64 aarch64
+ExclusiveArch: %{ix86} x86_64 aarch64
 Requires: efivar-libs >= 0.8
 
 # for RHEL / Fedora when efibootmgr was part of the elilo package


More information about the scm-commits mailing list