rpms/kernel/devel kernel.spec,1.981,1.982

Dave Jones davej at fedoraproject.org
Thu Sep 25 19:35:14 UTC 2008


Author: davej

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

Modified Files:
	kernel.spec 
Log Message:
Disable building kdump kernels for ppc64 for now.


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.981
retrieving revision 1.982
diff -u -r1.981 -r1.982
--- kernel.spec	25 Sep 2008 18:51:53 -0000	1.981
+++ kernel.spec	25 Sep 2008 19:34:44 -0000	1.982
@@ -215,9 +215,10 @@
 
 # only build kernel-kdump on ppc64
 # (no relocatable kernel support upstream yet)
-%ifnarch ppc64
+#FIXME: Temporarily disabled to speed up builds.
+#ifnarch ppc64
 %define with_kdump 0
-%endif
+#endif
 
 # don't do debug builds on anything but i686 and x86_64
 %ifnarch i686 x86_64
@@ -1733,6 +1734,9 @@
 
 %changelog
 * Thu Sep 25 2008 Dave Jones <davej at redhat.com>
+- Disable building kdump kernels for ppc64 for now.
+
+* Thu Sep 25 2008 Dave Jones <davej at redhat.com>
 - Drop a bunch of unused/old patches.
   Rediff & Reapply PPC32/Sparc SELinux mprotect patches.
 




More information about the fedora-extras-commits mailing list