rpms/kernel/devel patch-2.6.26-rc6-git1.bz2.sign, NONE, 1.1 .cvsignore, 1.835, 1.836 config-generic, 1.110, 1.111 kernel.spec, 1.689, 1.690 linux-2.6-selinux-new-proc-checks.patch, 1.2, 1.3 sources, 1.795, 1.796 upstream, 1.714, 1.715 patch-2.6.26-rc5-git7.bz2.sign, 1.1, NONE patch-2.6.26-rc5.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Fri Jun 13 16:37:49 UTC 2008


Author: davej

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

Modified Files:
	.cvsignore config-generic kernel.spec 
	linux-2.6-selinux-new-proc-checks.patch sources upstream 
Added Files:
	patch-2.6.26-rc6-git1.bz2.sign 
Removed Files:
	patch-2.6.26-rc5-git7.bz2.sign patch-2.6.26-rc5.bz2.sign 
Log Message:
2.6.26-rc6-git1


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

iD8DBQBIUh3iyGugalF9Dw4RAiz3AJ9riYu8JyQwbi16ae8C+PJxgWYyOwCfdD7F
v3ud6C6Y96MYdMnB+V3PtAY=
=I0c7
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.835
retrieving revision 1.836
diff -u -r1.835 -r1.836
--- .cvsignore	12 Jun 2008 21:02:10 -0000	1.835
+++ .cvsignore	13 Jun 2008 16:36:53 -0000	1.836
@@ -4,5 +4,5 @@
 temp-*
 kernel-2.6.25
 linux-2.6.25.tar.bz2
-patch-2.6.26-rc5.bz2
-patch-2.6.26-rc5-git7.bz2
+patch-2.6.26-rc6.bz2
+patch-2.6.26-rc6-git1.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- config-generic	10 Jun 2008 02:59:27 -0000	1.110
+++ config-generic	13 Jun 2008 16:36:53 -0000	1.111
@@ -2002,6 +2002,7 @@
 CONFIG_RTC_DRV_DS1742=m
 CONFIG_RTC_DRV_DS1374=m
 # CONFIG_RTC_DRV_EP93XX is not set
+CONFIG_RTC_DRV_FM3130=m
 CONFIG_RTC_DRV_ISL1208=m
 CONFIG_RTC_DRV_M41T80=m
 CONFIG_RTC_DRV_M41T80_WDT=y


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.689
retrieving revision 1.690
diff -u -r1.689 -r1.690
--- kernel.spec	13 Jun 2008 16:08:50 -0000	1.689
+++ kernel.spec	13 Jun 2008 16:36:53 -0000	1.690
@@ -43,9 +43,9 @@
 # The next upstream release sublevel (base_sublevel+1)
 %define upstream_sublevel %(expr %{base_sublevel} + 1)
 # The rc snapshot level
-%define rcrev 5
+%define rcrev 6
 # The git snapshot level
-%define gitrev 7
+%define gitrev 1
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1780,6 +1780,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL}.xen -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.xen.conf %{with_xen} xen
 
 %changelog
+* Fri Jun 13 2008 Dave Jones <davej at redhat.com>
+- 2.6.26-rc6-git1
+
 * Thu Jun 12 2008 Dave Jones <davej at redhat.com>
 - 2.6.26-rc5-git7
 

linux-2.6-selinux-new-proc-checks.patch:

Index: linux-2.6-selinux-new-proc-checks.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-selinux-new-proc-checks.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linux-2.6-selinux-new-proc-checks.patch	7 Jun 2008 01:48:53 -0000	1.2
+++ linux-2.6-selinux-new-proc-checks.patch	13 Jun 2008 16:36:53 -0000	1.3
@@ -293,9 +293,9 @@
 index f50c6c3..4b7f877 100644
 --- a/security/dummy.c
 +++ b/security/dummy.c
-@@ -28,7 +28,8 @@
- #include <linux/ptrace.h>
- #include <linux/file.h>
+@@ -30,7 +30,8 @@
+ #include <linux/prctl.h>
+ #include <linux/securebits.h>
  
 -static int dummy_ptrace (struct task_struct *parent, struct task_struct *child)
 +static int dummy_ptrace (struct task_struct *parent, struct task_struct *child,


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.795
retrieving revision 1.796
diff -u -r1.795 -r1.796
--- sources	12 Jun 2008 21:02:10 -0000	1.795
+++ sources	13 Jun 2008 16:36:53 -0000	1.796
@@ -1,3 +1,2 @@
 db95a49a656a3247d4995a797d333153  linux-2.6.25.tar.bz2
-8d7348fa49bbacfd73065f2f5727d205  patch-2.6.26-rc5.bz2
-9c8ad7c62bd8c7e0a6fc45cf58a43018  patch-2.6.26-rc5-git7.bz2
+c92086ef446670a4adbe55b2d67d9af8  patch-2.6.26-rc6-git1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.714
retrieving revision 1.715
diff -u -r1.714 -r1.715
--- upstream	12 Jun 2008 21:02:10 -0000	1.714
+++ upstream	13 Jun 2008 16:36:53 -0000	1.715
@@ -1,4 +1,4 @@
 linux-2.6.25.tar.bz2
-patch-2.6.26-rc5.bz2
-patch-2.6.26-rc5-git7.bz2
+patch-2.6.26-rc6.bz2
+patch-2.6.26-rc6-git1.bz2
 


--- patch-2.6.26-rc5-git7.bz2.sign DELETED ---


--- patch-2.6.26-rc5.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list