rpms/kernel/devel patch-2.6.29-rc8.bz2.sign, NONE, 1.1 .cvsignore, 1.1032, 1.1033 kernel.spec, 1.1426, 1.1427 sources, 1.994, 1.995 upstream, 1.905, 1.906 patch-2.6.29-rc7-git5.bz2.sign, 1.1, NONE patch-2.6.29-rc7.bz2.sign, 1.1, NONE squashfs-fix-page-aligned-data.patch, 1.2, NONE unifdef-rename-getline-symbol.patch, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Fri Mar 13 05:15:33 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore kernel.spec sources upstream 
Added Files:
	patch-2.6.29-rc8.bz2.sign 
Removed Files:
	patch-2.6.29-rc7-git5.bz2.sign patch-2.6.29-rc7.bz2.sign 
	squashfs-fix-page-aligned-data.patch 
	unifdef-rename-getline-symbol.patch 
Log Message:
* Fri Mar 13 2009 Kyle McMartin <kyle at redhat.com> 2.6.29-0.247.rc8
- Linux 2.6.29-rc8
- squashfs-fix-page-aligned-data.patch: upstream-ish
- unifdef-rename-getline-symbol.patch: upstream-ish



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

iD8DBQBJud6vyGugalF9Dw4RAi59AJ46IxrRi8gfTikGOfe4LBW7ukwcgQCeMSQz
mB+94unFITUPKld3rfo0gXA=
=ShaR
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1032
retrieving revision 1.1033
diff -u -r1.1032 -r1.1033
--- .cvsignore	12 Mar 2009 00:22:02 -0000	1.1032
+++ .cvsignore	13 Mar 2009 05:15:00 -0000	1.1033
@@ -5,5 +5,4 @@
 temp-*
 kernel-2.6.28
 linux-2.6.28.tar.bz2
-patch-2.6.29-rc7.bz2
-patch-2.6.29-rc7-git5.bz2
+patch-2.6.29-rc8.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1426
retrieving revision 1.1427
diff -u -r1.1426 -r1.1427
--- kernel.spec	13 Mar 2009 04:46:39 -0000	1.1426
+++ kernel.spec	13 Mar 2009 05:15:01 -0000	1.1427
@@ -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 7
+%define rcrev 8
 # The git snapshot level
-%define gitrev 5
+%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
@@ -582,9 +582,6 @@
 # ppc64 goes kerspalt with .eh_frame
 Patch06: build-with-fno-dwarf2-cfi-asm.patch
 
-# glibc-headers 2.9.90-10 changes default _POSIX_C_SOURCE
-Patch07: unifdef-rename-getline-symbol.patch
-
 %if !%{nopatches}
 
 # revert upstream patches we get via other methods
@@ -691,8 +688,6 @@
 
 Patch9002: cpufreq-add-atom-to-p4-clockmod.patch
 
-Patch9003: squashfs-fix-page-aligned-data.patch
-
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1041,8 +1036,6 @@
 
 ApplyPatch build-with-fno-dwarf2-cfi-asm.patch
 
-ApplyPatch unifdef-rename-getline-symbol.patch
-
 #
 # misc small stuff to make things compile
 #
@@ -1235,8 +1228,6 @@
 
 ApplyPatch cpufreq-add-atom-to-p4-clockmod.patch
 
-ApplyPatch squashfs-fix-page-aligned-data.patch
-
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -1820,6 +1811,11 @@
 # and build.
 
 %changelog
+* Fri Mar 13 2009 Kyle McMartin <kyle at redhat.com> 2.6.29-0.247.rc8
+- Linux 2.6.29-rc8
+- squashfs-fix-page-aligned-data.patch: upstream-ish
+- unifdef-rename-getline-symbol.patch: upstream-ish
+
 * Thu Mar 12 2009 Dave Airlie <airlied at redhat.com>
 - drm-next.patch: r600 fixes for suspend/resume
 - drm-modesetting-radeon.patch: rebase on drm-next


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.994
retrieving revision 1.995
diff -u -r1.994 -r1.995
--- sources	12 Mar 2009 00:22:05 -0000	1.994
+++ sources	13 Mar 2009 05:15:01 -0000	1.995
@@ -1,3 +1,2 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
-9404c2ead603a80a3aad6361b5fc5413  patch-2.6.29-rc7.bz2
-d6c3cc41935f007098e57c9222daabfc  patch-2.6.29-rc7-git5.bz2
+0a86c29a637967fddeb1ba2ed8b33e59  patch-2.6.29-rc8.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.905
retrieving revision 1.906
diff -u -r1.905 -r1.906
--- upstream	12 Mar 2009 00:22:05 -0000	1.905
+++ upstream	13 Mar 2009 05:15:01 -0000	1.906
@@ -1,3 +1,2 @@
 linux-2.6.28.tar.bz2
-patch-2.6.29-rc7.bz2
-patch-2.6.29-rc7-git5.bz2
+patch-2.6.29-rc8.bz2


--- patch-2.6.29-rc7-git5.bz2.sign DELETED ---


--- patch-2.6.29-rc7.bz2.sign DELETED ---


--- squashfs-fix-page-aligned-data.patch DELETED ---


--- unifdef-rename-getline-symbol.patch DELETED ---




More information about the fedora-extras-commits mailing list