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 <johnny@centos.org> - 31-4
+- modify to build on i686
+
 * Tue May 09 2017 Peter Jones <pjones@redhat.com> - 31-4
 - Fix a bunch of coverity issues.
   Related: rhbz#1380825