diff --git a/SPECS/efibootmgr.spec b/SPECS/efibootmgr.spec index 55a6c5b..b0823c3 100644 --- a/SPECS/efibootmgr.spec +++ b/SPECS/efibootmgr.spec @@ -12,7 +12,7 @@ BuildRequires: efivar-libs >= %{efivar_version} BuildRequires: efivar-devel >= %{efivar_version} 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 @@ -64,6 +64,9 @@ rm -rf %{buildroot} %doc README %changelog +* Tue Oct 03 2017 Johnny Hughes 15-2 +- mod spec to build on i686 + * Tue May 09 2017 Peter Jones - 15-2 - Fix some coverity issues Related: rhbz#1380825