[PATCH] build a 'full' package on i686

Bill Nottingham notting at redhat.com
Fri Jul 17 17:01:54 UTC 2009


This is needed for the i686-by-default feature.

Bill
-------------- next part --------------
Index: kernel.spec
===================================================================
RCS file: /cvs/extras/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1634
diff -u -r1.1634 kernel.spec
--- kernel.spec	17 Jul 2009 02:07:24 -0000	1.1634
+++ kernel.spec	17 Jul 2009 17:01:15 -0000
@@ -195,9 +195,8 @@
 %endif
 %define debuginfodir /usr/lib/debug
 
-# We only build -PAE for 686 as of Fedora 11.
+# We only build -PAE on 686.
 %ifarch i686
-%define with_up 0
 %define with_pae 1
 %else
 %define with_pae 0
@@ -249,9 +248,9 @@
 %define with_perf 0
 %endif
 
-# no need to build headers again for these arches,
-# they can just use i586 and ppc64 headers
-%ifarch i686 ppc64iseries
+# no need to build headers again for this arch,
+# they can just use ppc64 headers
+%ifarch ppc64iseries
 %define with_headers 0
 %endif
 


More information about the Fedora-kernel-list mailing list