rpms/kernel/devel kernel.spec,1.1637,1.1638

Dave Jones davej at fedoraproject.org
Mon Jul 20 01:05:46 UTC 2009


Author: davej

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

Modified Files:
	kernel.spec 
Log Message:
build a 'full' package on i686 (Bill Nottingham)


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1637
retrieving revision 1.1638
diff -u -p -r1.1637 -r1.1638
--- kernel.spec	19 Jul 2009 20:29:24 -0000	1.1637
+++ kernel.spec	20 Jul 2009 01:05:16 -0000	1.1638
@@ -195,9 +195,8 @@ Summary: The Linux kernel
 %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 @@ Summary: The Linux kernel
 %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
 
@@ -1885,6 +1884,9 @@ fi
 # and build.
 
 %changelog
+* Sun Jul 19 2009 Dave Jones <davej at redhat.com> 2.6.31-0.75.rc3.git4
+- build a 'full' package on i686 (Bill Nottingham)
+
 * Sun Jul 19 2009 Dave Jones <davej at redhat.com> 2.6.31-0.74.rc3.git4
 - 2.6.31-rc3-git4
 




More information about the fedora-extras-commits mailing list