rpms/kernel/devel linux-2.6.29.tar.bz2.sign, NONE, 1.1 .cvsignore, 1.1038, 1.1039 Makefile, 1.100, 1.101 config-generic, 1.261, 1.262 kernel.spec, 1.1462, 1.1463 sources, 1.1000, 1.1001 upstream, 1.911, 1.912 build-with-fno-dwarf2-cfi-asm.patch, 1.2, NONE linux-2.6-net-tulip-interrupt.patch, 1.2, NONE linux-2.6.28.tar.bz2.sign, 1.1, NONE patch-2.6.29-rc8-git6.bz2.sign, 1.1, NONE patch-2.6.29-rc8.bz2.sign, 1.1, NONE

Dave Jones davej at fedoraproject.org
Tue Mar 24 01:31:58 UTC 2009


Author: davej

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

Modified Files:
	.cvsignore Makefile config-generic kernel.spec sources 
	upstream 
Added Files:
	linux-2.6.29.tar.bz2.sign 
Removed Files:
	build-with-fno-dwarf2-cfi-asm.patch 
	linux-2.6-net-tulip-interrupt.patch linux-2.6.28.tar.bz2.sign 
	patch-2.6.29-rc8-git6.bz2.sign patch-2.6.29-rc8.bz2.sign 
Log Message:
2.6.29


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

iD8DBQBJyBu6yGugalF9Dw4RAupRAJ931BZUr25fhvz3pe8gjqUk75dMggCbBhRH
on+UYURfgCCkE5v7iKMYvao=
=tHWy
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1038
retrieving revision 1.1039
diff -u -r1.1038 -r1.1039
--- .cvsignore	23 Mar 2009 03:22:41 -0000	1.1038
+++ .cvsignore	24 Mar 2009 01:31:28 -0000	1.1039
@@ -3,7 +3,5 @@
 GNUmakefile
 kernel-2.6.*.config
 temp-*
-kernel-2.6.28
-linux-2.6.28.tar.bz2
-patch-2.6.29-rc8.bz2
-patch-2.6.29-rc8-git6.bz2
+kernel-2.6.29
+linux-2.6.29.tar.bz2


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- Makefile	19 Mar 2009 21:44:13 -0000	1.100
+++ Makefile	24 Mar 2009 01:31:28 -0000	1.101
@@ -126,7 +126,7 @@
 
 reconfig:
 	@rm -f kernel-*-config
-	@VERSION="2.6.28" make -f Makefile.config configs
+	@VERSION="2.6.29" make -f Makefile.config configs
 	@scripts/reconfig.sh
 
 force-tag: $(SPECFILE) $(COMMON_DIR)/branches


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- config-generic	24 Mar 2009 01:01:16 -0000	1.261
+++ config-generic	24 Mar 2009 01:31:28 -0000	1.262
@@ -1342,6 +1342,7 @@
 # CONFIG_CFG80211_REG_DEBUG is not set
 CONFIG_NL80211=y
 CONFIG_LIB80211=m
+# CONFIG_LIB80211_DEBUG is not set
 CONFIG_WIRELESS=y
 # CONFIG_WIRELESS_OLD_REGULATORY is not set
 CONFIG_WIRELESS_EXT=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1462
retrieving revision 1.1463
diff -u -r1.1462 -r1.1463
--- kernel.spec	24 Mar 2009 01:01:16 -0000	1.1462
+++ kernel.spec	24 Mar 2009 01:31:28 -0000	1.1463
@@ -3,7 +3,7 @@
 # For a stable, released kernel, released_kernel should be 1. For rawhide
 # and/or a kernel built from an rc or git snapshot, released_kernel should
 # be 0.
-%define released_kernel 0
+%define released_kernel 1
 
 # Versions of various parts
 
@@ -24,14 +24,14 @@
 # 1.1205.1.1.  In this case we drop the initial 1, subtract fedora_cvs_origin
 # from the second number, and then append the rest of the RCS string as is.
 # Don't stare at the awk too long, you'll go blind.
-%define fedora_cvs_origin   1180
+%define fedora_cvs_origin   1462
 %define fedora_cvs_revision() %2
 %global fedora_build %(echo %{fedora_cvs_origin}.%{fedora_cvs_revision $Revision$} | awk -F . '{ OFS = "."; ORS = ""; print $3 - $1 ; i = 4 ; OFS = ""; while (i <= NF) { print ".", $i ; i++} }')
 
 # base_sublevel is the kernel version we're starting with and patching
 # on top of -- for example, 2.6.22-rc7-git1 starts with a 2.6.21 base,
 # which yields a base_sublevel of 21.
-%define base_sublevel 28
+%define base_sublevel 29
 
 ## If this is a released kernel ##
 %if 0%{?released_kernel}
@@ -56,9 +56,9 @@
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(echo $((%{base_sublevel} + 1)))
 # The rc snapshot level
-%define rcrev 8
+%define rcrev 0
 # The git snapshot level
-%define gitrev 6
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -102,7 +102,7 @@
 %define doc_build_fail true
 %endif
 
-%define rawhide_skip_docs 1
+%define rawhide_skip_docs 0
 %if 0%{?rawhide_skip_docs}
 %define with_doc 0
 %endif
@@ -579,9 +579,6 @@
 # build tweak for build ID magic, even for -vanilla
 Patch05: linux-2.6-makefile-after_link.patch
 
-# ppc64 goes kerspalt with .eh_frame
-Patch06: build-with-fno-dwarf2-cfi-asm.patch
-
 %if !%{nopatches}
 
 # revert upstream patches we get via other methods
@@ -668,9 +665,6 @@
 # kludge to make ich9 e1000 work
 Patch2000: linux-2.6-e1000-ich9.patch
 
-# Fix DEBUG_SHIRQ problem in tulip driver.  (454575)
-Patch2001: linux-2.6-net-tulip-interrupt.patch
-
 # linux1394 git patches
 Patch2200: linux-2.6-firewire-git-update.patch
 Patch2201: linux-2.6-firewire-git-pending.patch
@@ -1037,8 +1031,6 @@
 
 ApplyPatch linux-2.6-makefile-after_link.patch
 
-ApplyPatch build-with-fno-dwarf2-cfi-asm.patch
-
 #
 # misc small stuff to make things compile
 #
@@ -1204,8 +1196,6 @@
 
 ApplyPatch linux-2.6-e1000-ich9.patch
 
-ApplyPatch linux-2.6-net-tulip-interrupt.patch
-
 ApplyPatch agp-set_memory_ucwb.patch
 # Nouveau DRM + drm fixes
 ApplyPatch drm-next.patch
@@ -1820,6 +1810,9 @@
 # and build.
 
 %changelog
+* Mon Mar 23 2009 Dave Jones <davej at redhat.com>
+- 2.6.29
+
 * Mon Mar 23 2009 Mauro Carvalho Chehab <mchehab at rehat.com>
 - Some fixes on drivers/media
 - Removed inexistent drivers/media items from config-generic


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1000
retrieving revision 1.1001
diff -u -r1.1000 -r1.1001
--- sources	23 Mar 2009 03:22:42 -0000	1.1000
+++ sources	24 Mar 2009 01:31:28 -0000	1.1001
@@ -1,3 +1 @@
-d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
-0a86c29a637967fddeb1ba2ed8b33e59  patch-2.6.29-rc8.bz2
-d9e7915a1afe844e1dcf2e7daf7e7d91  patch-2.6.29-rc8-git6.bz2
+64921b5ff5cdadbccfcd3820f03be7d8  linux-2.6.29.tar.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.911
retrieving revision 1.912
diff -u -r1.911 -r1.912
--- upstream	23 Mar 2009 03:22:42 -0000	1.911
+++ upstream	24 Mar 2009 01:31:28 -0000	1.912
@@ -1,3 +1 @@
-linux-2.6.28.tar.bz2
-patch-2.6.29-rc8.bz2
-patch-2.6.29-rc8-git6.bz2
+linux-2.6.29.tar.bz2


--- build-with-fno-dwarf2-cfi-asm.patch DELETED ---


--- linux-2.6-net-tulip-interrupt.patch DELETED ---


--- linux-2.6.28.tar.bz2.sign DELETED ---


--- patch-2.6.29-rc8-git6.bz2.sign DELETED ---


--- patch-2.6.29-rc8.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list