rpms/iwlwifi-firmware/devel iwlwifi-firmware.spec,1.4,1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Fri May 18 16:27:32 UTC 2007


Author: thias

Update of /cvs/extras/rpms/iwlwifi-firmware/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17268

Modified Files:
	iwlwifi-firmware.spec 
Log Message:
Switch from using ExclusiveArch hack to ExcludeArch hack for Koji build.



Index: iwlwifi-firmware.spec
===================================================================
RCS file: /cvs/extras/rpms/iwlwifi-firmware/devel/iwlwifi-firmware.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iwlwifi-firmware.spec	18 May 2007 14:37:40 -0000	1.4
+++ iwlwifi-firmware.spec	18 May 2007 16:27:27 -0000	1.5
@@ -9,8 +9,8 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: dos2unix
 BuildArch: noarch
-# This is so that the noarch packages only appears for these archs
-ExclusiveArch: i386 x86_64
+# This is so that the noarch packages don't appear for these archs
+ExcludeArch: ppc ppc64
 
 %description
 This package contains the firmware required by the iwlwifi driver for Linux.
@@ -49,6 +49,7 @@
 - Update to 2.14.3 (upstream name change iwlwifi-ucode -> iwlwifi-3945-ucode).
 - Remove the ".iwlwifi-3945-ucode" suffix from included LICENSE and README.
 - Use dos2unix on the LICENSE and the README to fix end of line encoding.
+- Switch from using ExclusiveArch hack to ExcludeArch hack for Koji build.
 
 * Tue Mar 20 2007 Matthias Saou <http://freshrpms.net> 2.14.1-4
 - Add "noarch" to the ExclusiveArchs since plague chokes otherwise.




More information about the fedora-extras-commits mailing list