rpms/kernel/devel patch-2.6.17-rc1-git2.bz2.sign, NONE, 1.1 .cvsignore, 1.402, 1.403 kernel-2.6.spec, 1.2122, 1.2123 linux-2.6-compile-fixes.patch, 1.65, 1.66 sources, 1.343, 1.344 upstream, 1.316, 1.317

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 10 18:41:34 UTC 2006


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-compile-fixes.patch 
	sources upstream 
Added Files:
	patch-2.6.17-rc1-git2.bz2.sign 
Log Message:
rc1-git2



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

iD8DBQBEOgMoyGugalF9Dw4RAvX+AJ40uXr7SNqrjR3b7tLknC1onpGSNwCeJx3L
fvH7AxaNo98jYnoiI6KIFzM=
=IeHW
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.402
retrieving revision 1.403
diff -u -r1.402 -r1.403
--- .cvsignore	3 Apr 2006 04:16:49 -0000	1.402
+++ .cvsignore	10 Apr 2006 18:41:27 -0000	1.403
@@ -4,3 +4,4 @@
 linux-2.6.16.tar.bz2
 xen-20060320.tar.bz2
 patch-2.6.17-rc1.bz2
+patch-2.6.17-rc1-git2.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.2122
retrieving revision 1.2123
diff -u -r1.2122 -r1.2123
--- kernel-2.6.spec	6 Apr 2006 20:37:08 -0000	1.2122
+++ kernel-2.6.spec	10 Apr 2006 18:41:27 -0000	1.2123
@@ -218,6 +218,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.17-rc1.bz2
+Patch2: patch-2.6.17-rc1-git2.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -688,6 +689,7 @@
 
 # Update to latest upstream.
 %patch1 -p1
+%patch2 -p1
 
 #
 # Patches 10 through 100 are meant for core subsystem upgrades
@@ -1597,6 +1599,9 @@
 %endif
 
 %changelog
+* Mon Apr 10 2006 Dave Jones <davej at redhat.com>
+- 2.6.16rc1-git2
+
 * Thu Apr  6 2006 Dave Jones <davej at redhat.com>
 - Rebuild without a zillion warnings.
 

linux-2.6-compile-fixes.patch:
 atomic.h |    2 ++
 1 files changed, 2 insertions(+)

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-compile-fixes.patch,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- linux-2.6-compile-fixes.patch	3 Apr 2006 04:33:32 -0000	1.65
+++ linux-2.6-compile-fixes.patch	10 Apr 2006 18:41:28 -0000	1.66
@@ -13,23 +13,3 @@
  /*
   *  include/asm-s390/atomic.h
   *
---- linux-2.6.16.noarch/security/selinux/xfrm.c~	2006-04-02 23:27:07.000000000 -0500
-+++ linux-2.6.16.noarch/security/selinux/xfrm.c	2006-04-02 23:27:40.000000000 -0500
-@@ -281,7 +281,7 @@ u32 selinux_socket_getpeer_dgram(struct 
- 		int i;
- 
- 		for (i = sp->len-1; i >= 0; i--) {
--			struct xfrm_state *x = sp->x[i].xvec;
-+			struct xfrm_state *x = sp->xvec[i];
- 			if (selinux_authorizable_xfrm(x)) {
- 				struct xfrm_sec_ctx *ctx = x->security;
- 				return ctx->ctx_sid;
-@@ -314,7 +314,7 @@ int selinux_xfrm_sock_rcv_skb(u32 isec_s
- 		 *  Only need to verify the existence of an authorizable sp.
- 		 */
- 		for (i = 0; i < sp->len; i++) {
--			struct xfrm_state *x = sp->x[i].xvec;
-+			struct xfrm_state *x = sp->xvec[i];
- 
- 			if (x && selinux_authorizable_xfrm(x))
- 				goto accept;


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/sources,v
retrieving revision 1.343
retrieving revision 1.344
diff -u -r1.343 -r1.344
--- sources	3 Apr 2006 04:16:54 -0000	1.343
+++ sources	10 Apr 2006 18:41:28 -0000	1.344
@@ -1,3 +1,4 @@
 9a91b2719949ff0856b40bc467fd47be  linux-2.6.16.tar.bz2
 8c70806f9075ebc0087f7ce1b8911700  xen-20060320.tar.bz2
 ee1b5bf019ec60a34ef7bf1b2a0c1291  patch-2.6.17-rc1.bz2
+2a6127bd3deeb154f68eeae92ecaf410  patch-2.6.17-rc1-git2.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.316
retrieving revision 1.317
diff -u -r1.316 -r1.317
--- upstream	3 Apr 2006 04:16:54 -0000	1.316
+++ upstream	10 Apr 2006 18:41:28 -0000	1.317
@@ -1,2 +1,3 @@
 linux-2.6.16.tar.bz2
 patch-2.6.17-rc1.bz2
+patch-2.6.17-rc1-git2.bz2




More information about the fedora-cvs-commits mailing list