rpms/kernel/devel patch-2.6.21-rc3.bz2.sign, NONE, 1.1 .cvsignore, 1.581, 1.582 kernel-2.6.spec, 1.2968, 1.2969 linux-2.6-compile-fixes.patch, 1.147, 1.148 sources, 1.544, 1.545 upstream, 1.473, 1.474 linux-2.6-build-input-not-embedded.patch, 1.1, NONE linux-2.6-get-order-fix.patch, 1.1, NONE patch-2.6.21-rc2-git5.bz2.sign, 1.1, NONE patch-2.6.21-rc2.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 7 07:22:26 UTC 2007


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12087

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-compile-fixes.patch 
	sources upstream 
Added Files:
	patch-2.6.21-rc3.bz2.sign 
Removed Files:
	linux-2.6-build-input-not-embedded.patch 
	linux-2.6-get-order-fix.patch patch-2.6.21-rc2-git5.bz2.sign 
	patch-2.6.21-rc2.bz2.sign 
Log Message:
2.6.21-rc3


--- NEW FILE patch-2.6.21-rc3.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBF7lXoyGugalF9Dw4RAl46AJ9SLanwiJMkkOrLrMZnjVc+ihKCjACdFqCa
cpV/iGG0l3iAF5QrnsdkwgM=
=WX06
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.581
retrieving revision 1.582
diff -u -r1.581 -r1.582
--- .cvsignore	7 Mar 2007 05:50:47 -0000	1.581
+++ .cvsignore	7 Mar 2007 07:22:24 -0000	1.582
@@ -3,5 +3,4 @@
 temp-*
 kernel-2.6.20
 linux-2.6.20.tar.bz2
-patch-2.6.21-rc2.bz2
-patch-2.6.21-rc2-git5.bz2
+patch-2.6.21-rc3.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2968
retrieving revision 1.2969
diff -u -r1.2968 -r1.2969
--- kernel-2.6.spec	7 Mar 2007 05:50:47 -0000	1.2968
+++ kernel-2.6.spec	7 Mar 2007 07:22:24 -0000	1.2969
@@ -294,8 +294,7 @@
 #
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
-Patch1: patch-2.6.21-rc2.bz2
-Patch2: patch-2.6.21-rc2-git5.bz2
+Patch1: patch-2.6.21-rc3.bz2
 Patch3: git-geode.patch
 
 # Patches 10 through 99 are for things that are going upstream really soon.
@@ -340,8 +339,6 @@
 # and patches related to how RPMs are build
 #
 Patch800: linux-2.6-build-nonintconfig.patch
-Patch801: linux-2.6-build-input-not-embedded.patch
-Patch802: linux-2.6-get-order-fix.patch
 
 # Exec-shield.
 Patch810: linux-2.6-execshield.patch
@@ -847,7 +844,6 @@
 
 # Update to latest upstream.
 %patch1 -p1
-%patch2 -p1
 
 # Patches 10 through 100 are meant for core subsystem upgrades
 
@@ -912,10 +908,6 @@
 # also gives a list of missing options at the end. Useful for automated
 # builds (as used in the buildsystem).
 %patch800 -p1
-# Allow INPUT to be disabled without CONFIG_EMBEDDED
-%patch801 -p1
-# Don't move free_initrd() call so late; it breaks things
-%patch802 -p1
 
 # Exec shield
 %patch810 -p1
@@ -1131,7 +1123,7 @@
 #
 # misc small stuff to make things compile or otherwise improve performance
 #
-%patch10000 -p1
+#%patch10000 -p1
 
 # END OF PATCH APPLICATIONS
 
@@ -2067,6 +2059,9 @@
 
 %changelog
 * Wed Mar 07 2007 Dave Jones <davej at redhat.com>
+- 2.6.21rc3
+
+* Wed Mar 07 2007 Dave Jones <davej at redhat.com>
 - 2.6.21rc2-git5
 
 * Mon Mar 05 2007 Dave Jones <davej at redhat.com>

linux-2.6-compile-fixes.patch:
 0 files changed

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- linux-2.6-compile-fixes.patch	5 Mar 2007 22:04:22 -0000	1.147
+++ linux-2.6-compile-fixes.patch	7 Mar 2007 07:22:24 -0000	1.148
@@ -5,20 +5,3 @@
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
 
-drivers/video/nvidia/nv_backlight.c: In function 'nvidia_bl_init':
-drivers/video/nvidia/nv_backlight.c:103: error: implicit declaration of function 'pmac_has_backlight_type'
-
-Signed-off-by: Dave Jones <davej at redhat.com>
-
---- linux-2.6.20.noarch/drivers/video/nvidia/nv_backlight.c~	2007-02-20 22:25:15.000000000 -0500
-+++ linux-2.6.20.noarch/drivers/video/nvidia/nv_backlight.c	2007-02-20 22:25:31.000000000 -0500
-@@ -12,6 +12,9 @@
- #include <linux/backlight.h>
- #include <linux/fb.h>
- #include <linux/pci.h>
-+#ifdef CONFIG_PMAC_BACKLIGHT
-+#include <asm/backlight.h>
-+#endif
- #include "nv_local.h"
- #include "nv_type.h"
- #include "nv_proto.h"


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -r1.544 -r1.545
--- sources	7 Mar 2007 05:50:47 -0000	1.544
+++ sources	7 Mar 2007 07:22:24 -0000	1.545
@@ -1,3 +1,2 @@
 34b0f354819217e6a345f48ebbd8f13e  linux-2.6.20.tar.bz2
-e31c877d30a840c590c06e53779246f4  patch-2.6.21-rc2.bz2
-8baf8dd53a31392e4c1c0726dbe3f220  patch-2.6.21-rc2-git5.bz2
+b5f274597e90fccc8325983267388557  patch-2.6.21-rc3.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.473
retrieving revision 1.474
diff -u -r1.473 -r1.474
--- upstream	7 Mar 2007 05:50:47 -0000	1.473
+++ upstream	7 Mar 2007 07:22:24 -0000	1.474
@@ -1,3 +1,2 @@
 linux-2.6.20.tar.bz2
-patch-2.6.21-rc2.bz2
-patch-2.6.21-rc2-git5.bz2
+patch-2.6.21-rc3.bz2


--- linux-2.6-build-input-not-embedded.patch DELETED ---


--- linux-2.6-get-order-fix.patch DELETED ---


--- patch-2.6.21-rc2-git5.bz2.sign DELETED ---


--- patch-2.6.21-rc2.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list