[kernel/rawhide/user/myoung/xendom0: 6/6] add "xendom0" tag don't build non-PAE i686 kernel as it won't work as a xen dom0

myoung myoung at fedoraproject.org
Sat Nov 6 23:38:16 UTC 2010


commit 25c1e5d0ec3a2f27d3ccb22f0905dcd909526ea9
Author: Michael Young <m.a.young at durham.ac.uk>
Date:   Sat Nov 6 23:33:09 2010 +0000

    add "xendom0" tag
    don't build non-PAE i686 kernel as it won't work as a xen dom0

 kernel.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index c540aec..9efa0bb 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -24,6 +24,7 @@ Summary: The Linux kernel
 # (Uncomment the '#' and both spaces below to set the buildid.)
 #
 # % define buildid .local
+%define buildid .xendom0
 ###################################################################
 
 # The buildid can also be specified on the rpmbuild command line
@@ -223,6 +224,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


More information about the scm-commits mailing list