From 84d71c7f889342972fa6163ff2e47694121293bb Mon Sep 17 00:00:00 2001 From: Christopher Edward Lumens Date: Thu, 12 Mar 2009 21:11:38 +0000 Subject: [PATCH] Add IA64 back into the build arches (#489544). --- gnu-efi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gnu-efi.spec b/gnu-efi.spec index a28f32b..3f85712 100644 --- a/gnu-efi.spec +++ b/gnu-efi.spec @@ -1,7 +1,7 @@ Summary: Development Libraries and headers for EFI Name: gnu-efi Version: 3.0e -Release: 5%{?dist} +Release: 6%{?dist} Group: Development/System License: GPLv2+ URL: ftp://ftp.hpl.hp.com/pub/linux-ia64 @@ -13,7 +13,7 @@ Patch3: gnu-efi-3.0d-unwrap.patch Patch4: gnu-efi-3.0d-uefi_wrap.patch Patch5: gnu-efi-3.0d-uefi_wrap_call10.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -ExclusiveArch: i586 x86_64 +ExclusiveArch: i586 x86_64 ia64 %description This package contains development headers and libraries for developing @@ -57,6 +57,9 @@ rm -rf %{buildroot} %{_libdir}/* %changelog +* Thu Mar 12 2009 Chris Lumens 3.0e-6 +- Add IA64 back into the list of build arches (#489544). + * Mon Mar 02 2009 Peter Jones - 3.0e-5 - Switch to i586 from i386.