rpms/kernel/devel patch-2.6.23-rc3-git10.bz2.sign, NONE, 1.1 .cvsignore, 1.674, 1.675 config-ia64-generic, 1.2, 1.3 config-x86-generic, 1.8, 1.9 config-x86_64-generic, 1.6, 1.7 kernel.spec, 1.119, 1.120 sources, 1.637, 1.638 upstream, 1.559, 1.560 linux-2.6-firewire-fix-unknown-write.patch, 1.1, NONE patch-2.6.23-rc3-git7.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Sun Aug 26 22:57:50 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17590

Modified Files:
	.cvsignore config-ia64-generic config-x86-generic 
	config-x86_64-generic kernel.spec sources upstream 
Added Files:
	patch-2.6.23-rc3-git10.bz2.sign 
Removed Files:
	linux-2.6-firewire-fix-unknown-write.patch 
	patch-2.6.23-rc3-git7.bz2.sign 
Log Message:
* Sun Aug 26 2007 Dave Jones <davej at redhat.com>
- 2.6.23-rc3-git10



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

iD8DBQBG0SWpyGugalF9Dw4RAg0UAJwNeF+mZK7tHrk4SNgFAApPdJ7l/wCfaJz6
nwTlyx4l86vkC9S6cS96CrY=
=p2Zq
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.674
retrieving revision 1.675
diff -u -r1.674 -r1.675
--- .cvsignore	24 Aug 2007 20:54:58 -0000	1.674
+++ .cvsignore	26 Aug 2007 22:57:18 -0000	1.675
@@ -5,4 +5,4 @@
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc3.bz2
 patch-2.6.23-rc3.bz2
-patch-2.6.23-rc3-git7.bz2
+patch-2.6.23-rc3-git10.bz2


Index: config-ia64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-ia64-generic,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config-ia64-generic	15 Aug 2007 21:38:28 -0000	1.2
+++ config-ia64-generic	26 Aug 2007 22:57:18 -0000	1.3
@@ -129,6 +129,7 @@
 CONFIG_ACPI_THERMAL=y
 # CONFIG_ACPI_TOSHIBA is not set
 CONFIG_ACPI_VIDEO=m
+# CONFIG_ACPI_PROC_EVENT is not set
 
 CONFIG_SERIAL_SGI_L1_CONSOLE=y
 CONFIG_PM=y


Index: config-x86-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86-generic,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- config-x86-generic	15 Aug 2007 21:38:28 -0000	1.8
+++ config-x86-generic	26 Aug 2007 22:57:18 -0000	1.9
@@ -145,6 +145,7 @@
 CONFIG_ACPI_THERMAL=y
 CONFIG_ACPI_TOSHIBA=m
 CONFIG_ACPI_VIDEO=m
+# CONFIG_ACPI_PROC_EVENT is not set
 CONFIG_PNPACPI=y
 
 CONFIG_ASUS_LAPTOP=m


Index: config-x86_64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-x86_64-generic,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- config-x86_64-generic	15 Aug 2007 21:38:28 -0000	1.6
+++ config-x86_64-generic	26 Aug 2007 22:57:18 -0000	1.7
@@ -82,6 +82,7 @@
 CONFIG_ACPI_POWER=y
 CONFIG_ACPI_SYSTEM=y
 CONFIG_ACPI_VIDEO=m
+# CONFIG_ACPI_PROC_EVENT is not set
 CONFIG_ASUS_LAPTOP=m
 CONFIG_MSI_LAPTOP=m
 CONFIG_SONY_LAPTOP=m


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- kernel.spec	24 Aug 2007 23:19:28 -0000	1.119
+++ kernel.spec	26 Aug 2007 22:57:18 -0000	1.120
@@ -47,7 +47,7 @@
 # The rc snapshot level
 %define rcrev 3
 # The git snapshot level
-%define gitrev 7
+%define gitrev 10
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -663,7 +663,6 @@
 Patch1504: linux-2.6-xfs-optimize-away-realtime-tests.patch
 Patch1505: linux-2.6-xfs-refactor-xfs_mountfs.patch
 Patch1506: linux-2.6-xfs-fix-filestreams-free-func-cast.patch
-Patch1507: linux-2.6-firewire-fix-unknown-write.patch
 
 %endif
 
@@ -1175,12 +1174,6 @@
 ApplyPatch linux-2.6-pass-g-to-assembler-under-config_debug_info.patch
 ApplyPatch linux-2.6-powerpc-lparmap-g.patch
 
-#
-# FireWire fix for "status write for unknown orb" error.  Should be
-# usptream for 2.6.23.
-#
-ApplyPatch linux-2.6-firewire-fix-unknown-write.patch
-
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -1770,6 +1763,9 @@
 
 
 %changelog
+* Sun Aug 26 2007 Dave Jones <davej at redhat.com>
+- 2.6.23-rc3-git10
+
 * Fri Aug 24 2007 Kristian Høgsberg <krh at redhat.com>
 - Add patch for the "status write for unknown orb" firewire-sbp2 error.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.637
retrieving revision 1.638
diff -u -r1.637 -r1.638
--- sources	24 Aug 2007 20:54:58 -0000	1.637
+++ sources	26 Aug 2007 22:57:18 -0000	1.638
@@ -1,3 +1,3 @@
 2e230d005c002fb3d38a3ca07c0200d0  linux-2.6.22.tar.bz2
 736ea68a03158c24e55aa95e0ab15ceb  patch-2.6.23-rc3.bz2
-dadef5f65da0546602a04d062b24480a  patch-2.6.23-rc3-git7.bz2
+6ea54d5103e7abd2e977db55470b18fe  patch-2.6.23-rc3-git10.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.559
retrieving revision 1.560
diff -u -r1.559 -r1.560
--- upstream	24 Aug 2007 20:54:58 -0000	1.559
+++ upstream	26 Aug 2007 22:57:18 -0000	1.560
@@ -1,3 +1,3 @@
 linux-2.6.22.tar.bz2
 patch-2.6.23-rc3.bz2
-patch-2.6.23-rc3-git7.bz2
+patch-2.6.23-rc3-git10.bz2


--- linux-2.6-firewire-fix-unknown-write.patch DELETED ---


--- patch-2.6.23-rc3-git7.bz2.sign DELETED ---




More information about the scm-commits mailing list