rpms/efibootmgr/devel efibootmgr.spec,1.6,1.7

Matt Domsch mdomsch at fedoraproject.org
Fri Mar 6 16:28:55 UTC 2009


Author: mdomsch

Update of /cvs/extras/rpms/efibootmgr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7302

Modified Files:
	efibootmgr.spec 
Log Message:
make it ExclusiveArch %{ix86}  to allow i586 building


Index: efibootmgr.spec
===================================================================
RCS file: /cvs/extras/rpms/efibootmgr/devel/efibootmgr.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- efibootmgr.spec	24 Feb 2009 14:08:51 -0000	1.6
+++ efibootmgr.spec	6 Mar 2009 16:28:25 -0000	1.7
@@ -1,14 +1,14 @@
 Summary: EFI Boot Manager
 Name: efibootmgr
 Version: 0.5.4
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: System Environment/Base
 License: GPLv2+
 URL: http://linux.dell.com/%{name}/
 BuildRequires: pciutils-devel, zlib-devel
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXXX)
 # EFI/UEFI don't exist on PPC
-ExclusiveArch: i386 x86_64 ia64
+ExclusiveArch: %{ix86} x86_64 ia64
 
 # for RHEL / Fedora when efibootmgr was part of the elilo package
 Conflicts: elilo <= 3.6-5
@@ -46,6 +46,9 @@
 %doc README INSTALL COPYING
     
 %changelog
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.4-6
+- make ExclusiveArch %%{ix86} now that packages are being built as .i586
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list