rpms/kernel/devel kernel.spec,1.1294.2.45,1.1294.2.46

myoung myoung at fedoraproject.org
Sun Aug 9 00:20:18 UTC 2009


Author: myoung

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22181

Modified Files:
      Tag: private-myoung-dom0-branch
	kernel.spec 
Log Message:
Don't try to build non-PAE pvops kernel for i686 because xen doesn't support it



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1294.2.45
retrieving revision 1.1294.2.46
diff -u -p -r1.1294.2.45 -r1.1294.2.46
--- kernel.spec	8 Aug 2009 18:06:03 -0000	1.1294.2.45
+++ kernel.spec	9 Aug 2009 00:20:17 -0000	1.1294.2.46
@@ -204,6 +204,7 @@ Summary: The Linux kernel
 # kernel-PAE is only built on i686.
 %ifarch i686
 %define with_pae 1
+%define with_up 0
 %else
 %define with_pae 0
 %endif
@@ -1975,6 +1976,7 @@ fi
 %changelog
 * Sat Aug 08 2009 Michael Young <m.a.young at durham.ac.uk>
 - update pvops patch to latest rebase/master and current rawhide
+- tell kernel.spec not to build non-PAE kernel for i686
 
 * Fri Aug 07 2009 Justin M. Forbes <jforbes at redhat.com>
 - Apply KSM updates from upstream




More information about the fedora-extras-commits mailing list