From 59e75f722253b139cc0d4129d16314993439e8ad Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 17 Sep 2014 09:27:22 -0400 Subject: [PATCH] Fix the i386 -> %{ix86} ExclusiveArch line. Signed-off-by: Peter Jones --- efibootmgr.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/efibootmgr.spec b/efibootmgr.spec index 1e42975..e945057 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