From 7aeea2ed8dba90331c71061eb88a291a8996e56b Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Oct 03 2017 14:54:55 +0000 Subject: mod spec to build on i686 --- diff --git a/SPECS/efivar.spec b/SPECS/efivar.spec index 68243f5..f5b02a1 100644 --- a/SPECS/efivar.spec +++ b/SPECS/efivar.spec @@ -5,7 +5,7 @@ Summary: Tools to manage UEFI variables License: LGPLv2.1 URL: https://github.com/rhinstaller/efivar Requires: %{name}-libs = %{version}-%{release} -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: i686 x86_64 aarch64 BuildRequires: popt popt-devel popt-static git glibc-static Source0: https://github.com/rhinstaller/efivar/releases/download/efivar-%{version}/efivar-%{version}.tar.bz2 @@ -94,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.so.* %changelog +* Tue Oct 03 2017 Johnny Hughes - 31-4 +- modify to build on i686 + * Tue May 09 2017 Peter Jones - 31-4 - Fix a bunch of coverity issues. Related: rhbz#1380825