rpms/kernel/FC-5 kernel-2.6.spec,1.2117,1.2117.2.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 25 13:20:51 UTC 2006


Author: quintela

Update of /cvs/dist/rpms/kernel/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv19756

Modified Files:
      Tag: private-kernel-2_6_16-1_2123_FC5-PAE-branch
	kernel-2.6.spec 
Log Message:
enable xen PAE kernels & disable not x86 arch


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2117
retrieving revision 1.2117.2.1
diff -u -r1.2117 -r1.2117.2.1
--- kernel-2.6.spec	12 May 2006 00:21:39 -0000	1.2117
+++ kernel-2.6.spec	25 May 2006 13:20:44 -0000	1.2117.2.1
@@ -9,7 +9,7 @@
 %define includexen 1
 # Whether to build the Xen kernels, disable if you want.
 %define buildxen 1
-%define buildxenPAE 0
+%define buildxenPAE 1
 %define builddoc 0
 %define buildkdump 1
 
@@ -158,7 +158,8 @@
 License: GPLv2
 Version: %{rpmversion}
 Release: %{release}
-ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64
+#ExclusiveArch: noarch %{all_x86} x86_64 ppc ppc64 ia64
+ExclusiveArch: noarch %{all_x86}
 ExclusiveOS: Linux
 Provides: kernel = %{version}
 Provides: kernel-drm = 4.3.0
@@ -1687,6 +1688,9 @@
 
 %changelog
 * Thu May 11 2006 Juan Quintela <quintela at redhat.com>
+- branch kernel to bulid with xen PAE.
+
+* Thu May 11 2006 Juan Quintela <quintela at redhat.com>
 - merge with 3.0.2 xen (cset 9668)
 - add xen hypervisor to match it
 




More information about the fedora-cvs-commits mailing list