rpms/kernel/devel linux-2.6.32.tar.bz2.sign, NONE, 1.1 .cvsignore, 1.1147, 1.1148 kernel.spec, 1.1863, 1.1864 sources, 1.1106, 1.1107 upstream, 1.1019, 1.1020 linux-2.6.31.tar.bz2.sign, 1.1, NONE patch-2.6.32-rc8-git5.bz2.sign, 1.1, NONE patch-2.6.32-rc8.bz2.sign, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Thu Dec 3 07:04:22 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore kernel.spec sources upstream 
Added Files:
	linux-2.6.32.tar.bz2.sign 
Removed Files:
	linux-2.6.31.tar.bz2.sign patch-2.6.32-rc8-git5.bz2.sign 
	patch-2.6.32-rc8.bz2.sign 
Log Message:
* Thu Dec 03 2009 Kyle McMartin <kyle at redhat.com> 2.6.32-1
- Linux 2.6.32



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

iD8DBQBLF1qqyGugalF9Dw4RAiP6AJwLIwUWOmzYNgbg0idlA0462rTVSwCglKbm
u346vCa2H8XN6LA1m9D/9rQ=
=NE61
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1147
retrieving revision 1.1148
diff -u -p -r1.1147 -r1.1148
--- .cvsignore	3 Dec 2009 06:05:04 -0000	1.1147
+++ .cvsignore	3 Dec 2009 07:04:20 -0000	1.1148
@@ -3,7 +3,5 @@ clog
 GNUmakefile
 kernel-2.6.*.config
 temp-*
-kernel-2.6.31
-linux-2.6.31.tar.bz2
-patch-2.6.32-rc8.bz2
-patch-2.6.32-rc8-git5.bz2
+kernel-2.6.32
+linux-2.6.32.tar.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1863
retrieving revision 1.1864
diff -u -p -r1.1863 -r1.1864
--- kernel.spec	3 Dec 2009 06:05:05 -0000	1.1863
+++ kernel.spec	3 Dec 2009 07:04:20 -0000	1.1864
@@ -6,7 +6,7 @@ Summary: The Linux kernel
 # 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.
-%global released_kernel 0
+%global released_kernel 1
 
 # Versions of various parts
 
@@ -27,14 +27,14 @@ Summary: The Linux kernel
 # 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   1798
+%define fedora_cvs_origin   1863
 %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 31
+%define base_sublevel 32
 
 ## If this is a released kernel ##
 %if 0%{?released_kernel}
@@ -59,9 +59,9 @@ Summary: The Linux kernel
 # 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 5
+%define gitrev 0
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1995,6 +1995,9 @@ fi
 # and build.
 
 %changelog
+* Thu Dec 03 2009 Kyle McMartin <kyle at redhat.com> 2.6.32-1
+- Linux 2.6.32
+
 * Wed Dec 02 2009 Kyle McMartin <kyle at redhat.com> 2.6.32-0.65.rc8.git5
 - 2.6.32-rc8-git5
 - nuke 9p cachefiles fix, upstream.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1106
retrieving revision 1.1107
diff -u -p -r1.1106 -r1.1107
--- sources	3 Dec 2009 06:05:05 -0000	1.1106
+++ sources	3 Dec 2009 07:04:21 -0000	1.1107
@@ -1,3 +1 @@
-84c077a37684e4cbfa67b18154390d8a  linux-2.6.31.tar.bz2
-043dae863c41ea8d56dc3da55e241069  patch-2.6.32-rc8.bz2
-198e9c6bdda8f10e515aa2dc75a4da75  patch-2.6.32-rc8-git5.bz2
+260551284ac224c3a43c4adac7df4879  linux-2.6.32.tar.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.1019
retrieving revision 1.1020
diff -u -p -r1.1019 -r1.1020
--- upstream	3 Dec 2009 06:05:05 -0000	1.1019
+++ upstream	3 Dec 2009 07:04:21 -0000	1.1020
@@ -1,3 +1 @@
-linux-2.6.31.tar.bz2
-patch-2.6.32-rc8.bz2
-patch-2.6.32-rc8-git5.bz2
+linux-2.6.32.tar.bz2


--- linux-2.6.31.tar.bz2.sign DELETED ---


--- patch-2.6.32-rc8-git5.bz2.sign DELETED ---


--- patch-2.6.32-rc8.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list