add "xendom0" tag

don't build non-PAE i686 kernel as it won't work as a xen dom0
This commit is contained in:
Michael Young 2010-11-06 23:33:09 +00:00
parent f867de69f5
commit 25c1e5d0ec
1 changed files with 2 additions and 0 deletions

View File

@ -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