rpms/kernel/devel patch-2.6.30-rc1-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.1048, 1.1049 Makefile, 1.102, 1.103 config-generic, 1.278, 1.279 kernel.spec, 1.1516, 1.1517 sources, 1.1010, 1.1011 upstream, 1.921, 1.922 patch-2.6.30-rc1-git5.bz2.sign, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Tue Apr 14 14:44:24 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore Makefile config-generic kernel.spec sources 
	upstream 
Added Files:
	patch-2.6.30-rc1-git7.bz2.sign 
Removed Files:
	patch-2.6.30-rc1-git5.bz2.sign 
Log Message:
* Tue Apr 14 2009 Kyle McMartin <kyle at redhat.com>
- 2.6.30-rc1-git7
- CONFIG_TOUCHSCREEN_AD7879_I2C=m
- CONFIG_STRIP_ASM_SYMS=y, off for -debug



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

iD8DBQBJ5HwvyGugalF9Dw4RAnFMAJ929BUZksXLYcLEy00IEbhG7Ds0QQCcCf8k
3MrHQwB6RGq2PNpW7DK1ipo=
=wyJl
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -r1.1048 -r1.1049
--- .cvsignore	13 Apr 2009 02:33:45 -0000	1.1048
+++ .cvsignore	14 Apr 2009 14:43:53 -0000	1.1049
@@ -7,4 +7,4 @@
 linux-2.6.29.tar.bz2
 patch-2.6.29-git15.bz2
 patch-2.6.30-rc1.bz2
-patch-2.6.30-rc1-git5.bz2
+patch-2.6.30-rc1-git7.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- Makefile	8 Apr 2009 15:39:50 -0000	1.102
+++ Makefile	14 Apr 2009 14:43:53 -0000	1.103
@@ -71,6 +71,7 @@
 	@perl -pi -e 's/# CONFIG_B43_DEBUG is not set/CONFIG_B43_DEBUG=y/' config-generic
 	@perl -pi -e 's/# CONFIG_B43LEGACY_DEBUG is not set/CONFIG_B43LEGACY_DEBUG=y/' config-generic
 	@perl -pi -e 's/# CONFIG_MMIOTRACE is not set/CONFIG_MMIOTRACE=y/' config-nodebug
+	@perl -pi -e 's/CONFIG_STRIP_ASM_SYMS=y/# CONFIG_STRIP_ASM_SYMS is not set/' config-nodebug
 
 	@# just in case we're going from extremedebug -> debug
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' config-nodebug
@@ -116,6 +117,7 @@
 	@perl -pi -e 's/CONFIG_B43_DEBUG=y/# CONFIG_B43_DEBUG is not set/' config-generic
 	@perl -pi -e 's/CONFIG_B43LEGACY_DEBUG=y/# CONFIG_B43LEGACY_DEBUG is not set/' config-generic
 	@perl -pi -e 's/CONFIG_MMIOTRACE=y/# CONFIG_MMIOTRACE is not set/' config-nodebug
+	@perl -pi -e 's/# CONFIG_STRIP_ASM_SYMS is not set/CONFIG_STRIP_ASM_SYMS=y/' config-nodebug
 
 	@perl -pi -e 's/CONFIG_NR_CPUS=512/CONFIG_NR_CPUS=64/' config-x86_64-generic
 


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- config-generic	9 Apr 2009 21:09:52 -0000	1.278
+++ config-generic	14 Apr 2009 14:43:53 -0000	1.279
@@ -1835,6 +1835,7 @@
 CONFIG_TOUCHSCREEN_MK712=m
 CONFIG_TOUCHSCREEN_PENMOUNT=m
 CONFIG_TOUCHSCREEN_TSC2007=m
+CONFIG_TOUCHSCREEN_AD7879_I2C=m
 CONFIG_TOUCHSCREEN_TOUCHIT213=m
 CONFIG_TOUCHSCREEN_TOUCHRIGHT=m
 CONFIG_TOUCHSCREEN_TOUCHWIN=m
@@ -3948,3 +3949,4 @@
 # CONFIG_CRASH_DUMP is not set
 # CONFIG_CRASH is not set
 
+CONFIG_STRIP_ASM_SYMS=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1516
retrieving revision 1.1517
diff -u -r1.1516 -r1.1517
--- kernel.spec	13 Apr 2009 04:57:15 -0000	1.1516
+++ kernel.spec	14 Apr 2009 14:43:53 -0000	1.1517
@@ -58,7 +58,7 @@
 # The rc snapshot level
 %define rcrev 1
 # The git snapshot level
-%define gitrev 5
+%define gitrev 7
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1827,6 +1827,11 @@
 #	                ||----w |
 #	                ||     ||
 %changelog
+* Tue Apr 14 2009 Kyle McMartin <kyle at redhat.com>
+- 2.6.30-rc1-git7
+- CONFIG_TOUCHSCREEN_AD7879_I2C=m
+- CONFIG_STRIP_ASM_SYMS=y, off for -debug
+
 * Mon Apr 13 2009 Kyle McMartin <kyle at redhat.com>
 - ppc-fix-parport_pc.patch: add from linuxppc-dev@
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1010
retrieving revision 1.1011
diff -u -r1.1010 -r1.1011
--- sources	13 Apr 2009 02:33:46 -0000	1.1010
+++ sources	14 Apr 2009 14:43:54 -0000	1.1011
@@ -1,3 +1,3 @@
 64921b5ff5cdadbccfcd3820f03be7d8  linux-2.6.29.tar.bz2
 05daeda25430fd13bbdb47b3481f7320  patch-2.6.30-rc1.bz2
-34427f7c541ea93766ff67fbc7d48863  patch-2.6.30-rc1-git5.bz2
+1fcc13228f445829af1e67b291cecebc  patch-2.6.30-rc1-git7.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.921
retrieving revision 1.922
diff -u -r1.921 -r1.922
--- upstream	13 Apr 2009 02:33:47 -0000	1.921
+++ upstream	14 Apr 2009 14:43:54 -0000	1.922
@@ -1,3 +1,3 @@
 linux-2.6.29.tar.bz2
 patch-2.6.30-rc1.bz2
-patch-2.6.30-rc1-git5.bz2
+patch-2.6.30-rc1-git7.bz2


--- patch-2.6.30-rc1-git5.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list