diff --git a/SPECS/efibootmgr.spec b/SPECS/efibootmgr.spec index 3b7c454..603cb2b 100644 --- a/SPECS/efibootmgr.spec +++ b/SPECS/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: x86_64 aarch64 +ExclusiveArch: x86_64 aarch64 i686 # for RHEL / Fedora when efibootmgr was part of the elilo package Conflicts: elilo <= 3.6-6 @@ -83,6 +83,9 @@ rm -rf %{buildroot} %doc README INSTALL COPYING %changelog +* Fri Dec 4 2015 Johnny Hughes - 0.8.0-7 +- mod spec to build on i686 + * Thu Jul 09 2015 Peter Jones - 0.8.0-7 - Fix a couple of problems parsing command line options QA is seeing. Resolves: rhbz#1241411