rpms/kernel/devel patch-2.6.17-rc2-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.413, 1.414 kernel-2.6.spec, 1.2157, 1.2158 linux-2.6-compile-fixes.patch, 1.70, 1.71 sources, 1.355, 1.356 upstream, 1.326, 1.327 patch-2.6.17-rc2-git5.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 25 22:22:44 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1935

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-compile-fixes.patch 
	sources upstream 
Added Files:
	patch-2.6.17-rc2-git7.bz2.sign 
Removed Files:
	patch-2.6.17-rc2-git5.bz2.sign 
Log Message:
git7



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

iD8DBQBETnIsyGugalF9Dw4RAsIEAJ9HbKDXW9jSMxHQqE+YPQip1qY/tACgiXa8
tBPTPubLGqteHvEQ8tJtt8U=
=MYQn
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.413
retrieving revision 1.414
diff -u -r1.413 -r1.414
--- .cvsignore	24 Apr 2006 01:38:57 -0000	1.413
+++ .cvsignore	25 Apr 2006 22:22:38 -0000	1.414
@@ -4,4 +4,4 @@
 linux-2.6.16.tar.bz2
 xen-20060413.tar.bz2
 patch-2.6.17-rc2.bz2
-patch-2.6.17-rc2-git5.bz2
+patch-2.6.17-rc2-git7.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2157
retrieving revision 1.2158
diff -u -r1.2157 -r1.2158
--- kernel-2.6.spec	25 Apr 2006 21:22:27 -0000	1.2157
+++ kernel-2.6.spec	25 Apr 2006 22:22:39 -0000	1.2158
@@ -223,7 +223,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.17-rc2.bz2
-Patch2: patch-2.6.17-rc2-git5.bz2
+Patch2: patch-2.6.17-rc2-git7.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 
@@ -1665,6 +1665,9 @@
 %endif
 
 %changelog
+* Tue Apr 25 2006 Dave Jones <davej at redhat.com>
+- 2.6.17rc2-git7
+
 * Tue Apr 25 2006 David Woodhouse <dwmw2 at redhat.com>
 - Drop the last remnants of the 'make bzImage on all arches' silliness
 

linux-2.6-compile-fixes.patch:
 0 files changed

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- linux-2.6-compile-fixes.patch	24 Apr 2006 03:10:57 -0000	1.70
+++ linux-2.6-compile-fixes.patch	25 Apr 2006 22:22:40 -0000	1.71
@@ -1,24 +0,0 @@
-
-fs/cifs/connect.c: In function 'cifs_setup_session':
-fs/cifs/connect.c:3451: error: implicit declaration of function 'CIFS_SessSetup'
-
-Signed-off-by: Dave Jones <davej at redhat.com>
-
---- linux-2.6.16.noarch/fs/cifs/connect.c~	2006-04-23 23:08:32.000000000 -0400
-+++ linux-2.6.16.noarch/fs/cifs/connect.c	2006-04-23 23:09:45.000000000 -0400
-@@ -3447,10 +3447,13 @@ int cifs_setup_session(unsigned int xid,
- 			pSesInfo->server->secMode,
- 			pSesInfo->server->capabilities,
- 			pSesInfo->server->timeZone));
-+#ifdef CONFIG_CIFS_EXPERIMENTAL
- 		if(experimEnabled > 1)
- 			rc = CIFS_SessSetup(xid, pSesInfo, CIFS_NTLM /* type */,
--					    &ntlmv2_flag, nls_info);	
--		else if (extended_security
-+					    &ntlmv2_flag, nls_info);
-+		else
-+#endif
-+			if (extended_security
- 				&& (pSesInfo->capabilities & CAP_EXTENDED_SECURITY)
- 				&& (pSesInfo->server->secType == NTLMSSP)) {
- 			cFYI(1, ("New style sesssetup"));


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.355
retrieving revision 1.356
diff -u -r1.355 -r1.356
--- sources	24 Apr 2006 01:38:57 -0000	1.355
+++ sources	25 Apr 2006 22:22:40 -0000	1.356
@@ -1,4 +1,4 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
 e8e055329db3aad40a010ded0f8bdcf9  xen-20060413.tar.bz2
 87c4ea50e1b25ad808b65ad3fb19a9b5  patch-2.6.17-rc2.bz2
-6c72c7e1f04f04f5d5e1532107c1f81a  patch-2.6.17-rc2-git5.bz2
+5f475c41a119c619d0132d65bc98dff5  patch-2.6.17-rc2-git7.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.326
retrieving revision 1.327
diff -u -r1.326 -r1.327
--- upstream	24 Apr 2006 01:38:57 -0000	1.326
+++ upstream	25 Apr 2006 22:22:40 -0000	1.327
@@ -1,3 +1,3 @@
 linux-2.6.16.tar.bz2
 patch-2.6.17-rc2.bz2
-patch-2.6.17-rc2-git5.bz2
+patch-2.6.17-rc2-git7.bz2


--- patch-2.6.17-rc2-git5.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list