From 4860967a224097c33802912a63eb5cfa1a52fbc0 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Dec 04 2015 15:50:39 +0000 Subject: modify spec to build on i686 --- diff --git a/SPECS/gnu-efi.spec b/SPECS/gnu-efi.spec index 5d3f87a..ea89915 100644 --- a/SPECS/gnu-efi.spec +++ b/SPECS/gnu-efi.spec @@ -7,7 +7,7 @@ Group: Development/System License: BSD URL: ftp://ftp.hpl.hp.com/pub/linux-ia64 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: x86_64 aarch64 +ExclusiveArch: x86_64 aarch64 i686 BuildRequires: git Source: http://superb-dca2.dl.sourceforge.net/project/gnu-efi/gnu-efi-%{version}.tar.bz2 @@ -90,6 +90,9 @@ rm -rf %{buildroot} %attr(0644,root,root) /boot/efi/EFI/%{efidir}/*.efi %changelog +* Fri Dec 4 2015 Johnny Hughes - 3.0.2-2 +- mod spec to build on i686 + * Mon Jun 15 2015 Peter Jones - 3.0.2-2 - Fix .spec mismerge from upstream that causes ia32 to build. Related: rhbz#1190191