rpms/kernel/devel config-powerpc-generic, 1.6, 1.7 kernel.spec, 1.74, 1.75

Roland McGrath (roland) fedora-extras-commits at redhat.com
Thu Aug 9 23:17:55 UTC 2007


Author: roland

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9088

Modified Files:
	config-powerpc-generic kernel.spec 
Log Message:
- disable new e1000e driver for powerpc, still broken
- support rpmbuild --without modsign for manual test builds




Index: config-powerpc-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-powerpc-generic,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config-powerpc-generic	2 Aug 2007 23:37:31 -0000	1.6
+++ config-powerpc-generic	9 Aug 2007 23:17:23 -0000	1.7
@@ -91,6 +91,7 @@
 # CONFIG_LANCE is not set
 # CONFIG_3C515 is not set
 # CONFIG_ELPLUS is not set
+# CONFIG_E1000E is not set
 
 CONFIG_MEMORY_HOTPLUG=y
 
@@ -211,4 +212,3 @@
 CONFIG_OPROFILE_CELL=y
 
 # CONFIG_MPC5200_WDT is not set
-


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- kernel.spec	9 Aug 2007 22:32:09 -0000	1.74
+++ kernel.spec	9 Aug 2007 23:17:23 -0000	1.75
@@ -91,7 +91,7 @@
 %define with_xenonly   %{?_with_xenonly:      1} %{?!_with_xenonly:      0}
 
 # Whether or not to gpg sign modules
-%define with_modsign 1
+%define with_modsign   %{?_without_modsign:   0} %{?!_without_modsign:   1}
 
 # Whether or not to do C=1 builds with sparse
 %define usesparse 0
@@ -1734,6 +1734,10 @@
 
 %changelog
 * Thu Aug  9 2007 Roland McGrath <roland at redhat.com>
+- disable new e1000e driver for powerpc, still broken
+- support rpmbuild --without modsign for manual test builds
+
+* Thu Aug  9 2007 Roland McGrath <roland at redhat.com>
 - fix i386 vdso install patch
 - fix ppc64 build breakage from "enable -g for assembly"
 




More information about the fedora-extras-commits mailing list