rpms/kernel-xen-2.6/F-7 kernel.spec,1.1.2.13,1.1.2.14

Eduardo Habkost (ehabkost) fedora-extras-commits at redhat.com
Mon Oct 22 17:04:14 UTC 2007


Author: ehabkost

Update of /cvs/pkgs/rpms/kernel-xen-2.6/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31231

Modified Files:
      Tag: private-ehabkost-debuginfo-branch
	kernel.spec 
Log Message:
Change ExclusiveArch to 'noarch i686 x86_64'

We won't build anything on the other arches.



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel-xen-2.6/F-7/Attic/kernel.spec,v
retrieving revision 1.1.2.13
retrieving revision 1.1.2.14
diff -u -r1.1.2.13 -r1.1.2.14
--- kernel.spec	19 Oct 2007 13:56:48 -0000	1.1.2.13
+++ kernel.spec	22 Oct 2007 17:03:39 -0000	1.1.2.14
@@ -496,9 +496,12 @@
 URL: http://www.kernel.org/
 Version: %{rpmversion}
 Release: %{pkg_release}
-# DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
-# SET %%nobuildarches (ABOVE) INSTEAD
-ExclusiveArch: noarch %{all_x86} x86_64
+# non-xen kernel says:
+# > DO NOT CHANGE THE 'ExclusiveArch' LINE TO TEMPORARILY EXCLUDE AN ARCHITECTURE BUILD.
+# > SET %%nobuildarches (ABOVE) INSTEAD
+# However kernel-xen-2.6 can ignore this warning because it is not responsible
+# for generating the kernel-headers packages.
+ExclusiveArch: noarch i686 x86_64
 ExclusiveOS: Linux
 
 %kernel_reqprovconf




More information about the fedora-extras-commits mailing list