rpms/kernel/devel patch-2.6.29-git9.bz2.sign, NONE, 1.1 .cvsignore, 1.1042, 1.1043 config-generic, 1.271, 1.272 config-ia64-generic, 1.23, 1.24 kernel.spec, 1.1496, 1.1497 sources, 1.1004, 1.1005 upstream, 1.915, 1.916 patch-2.6.29-git8.bz2.sign, 1.1, NONE

Kyle McMartin kyle at fedoraproject.org
Thu Apr 2 04:05:04 UTC 2009


Author: kyle

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

Modified Files:
	.cvsignore config-generic config-ia64-generic kernel.spec 
	sources upstream 
Added Files:
	patch-2.6.29-git9.bz2.sign 
Removed Files:
	patch-2.6.29-git8.bz2.sign 
Log Message:
* Thu Apr 02 2009 Kyle McMartin <kyle at redhat.com>
- Linux 2.6.29-git9



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

iD8DBQBJ1AL6yGugalF9Dw4RAoyxAJ9m4952fdOWrgg4aMeE+CF7+osiWgCaAiLa
4ZhQv2lDp5RaAtuEFFuY/hE=
=1k1J
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.1042
retrieving revision 1.1043
diff -u -r1.1042 -r1.1043
--- .cvsignore	31 Mar 2009 20:20:35 -0000	1.1042
+++ .cvsignore	2 Apr 2009 04:04:33 -0000	1.1043
@@ -5,4 +5,4 @@
 temp-*
 kernel-2.6.29
 linux-2.6.29.tar.bz2
-patch-2.6.29-git8.bz2
+patch-2.6.29-git9.bz2


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.271
retrieving revision 1.272
diff -u -r1.271 -r1.272
--- config-generic	31 Mar 2009 20:20:35 -0000	1.271
+++ config-generic	2 Apr 2009 04:04:34 -0000	1.272
@@ -79,6 +79,7 @@
 CONFIG_PCI=y
 # CONFIG_PCI_DEBUG is not set
 CONFIG_PCI_STUB=y
+CONFIG_PCI_IOV=y
 CONFIG_HT_IRQ=y
 CONFIG_PCI_MSI=y
 CONFIG_PCI_MSI_DEFAULT_ON=y
@@ -2056,6 +2057,8 @@
 CONFIG_SENSORS_W83791D=m
 CONFIG_SENSORS_W83792D=m
 CONFIG_SENSORS_W83793=m
+CONFIG_SENSORS_LTC4215=m
+CONFIG_SENSORS_LM95241=m
 
 CONFIG_W1=m
 CONFIG_W1_CON=y
@@ -3753,6 +3756,7 @@
 
 # CONFIG_INTEL_MENLOW is not set
 CONFIG_ENCLOSURE_SERVICES=m
+CONFIG_ISL29003=m
 CONFIG_IPWIRELESS=m
 CONFIG_RTC_DRV_DS1511=m
 CONFIG_CGROUP_MEM_CONT=y
@@ -3894,3 +3898,5 @@
 CONFIG_NOP_USB_XCEIV=m
 
 # CONFIG_IMA is not set
+
+# CONFIG_PAGE_POISONING is not set


Index: config-ia64-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-ia64-generic,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- config-ia64-generic	12 Mar 2009 03:23:02 -0000	1.23
+++ config-ia64-generic	2 Apr 2009 04:04:34 -0000	1.24
@@ -70,6 +70,7 @@
 # CONFIG_HW_RANDOM is not set
 # CONFIG_GEN_RTC is not set
 CONFIG_EFI_RTC=y
+CONFIG_RTC_DRV_EFI=y
 
 
 #


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1496
retrieving revision 1.1497
diff -u -r1.1496 -r1.1497
--- kernel.spec	31 Mar 2009 21:12:54 -0000	1.1496
+++ kernel.spec	2 Apr 2009 04:04:34 -0000	1.1497
@@ -58,7 +58,7 @@
 # The rc snapshot level
 %define rcrev 0
 # The git snapshot level
-%define gitrev 8
+%define gitrev 9
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1138,12 +1138,12 @@
 #
 
 # ext4
-ApplyPatch linux-2.6-ext4-flush-on-close.patch
+#ApplyPatch linux-2.6-ext4-flush-on-close.patch
 
 # xfs
 
 # btrfs
-ApplyPatch linux-2.6-btrfs-experimental-branch.patch
+#ApplyPatch linux-2.6-btrfs-experimental-branch.patch
 
 # relatime
 #ApplyPatch linux-2.6-relatime-by-default.patch
@@ -1182,7 +1182,7 @@
 # default to enabling passively listening for hotplug events
 #ApplyPatch linux-2.6-defaults-pciehp.patch
 # Add /sys/bus/pci/devices/*/remove_id
-ApplyPatch linux-2.6-pci-sysfs-remove-id.patch
+#ApplyPatch linux-2.6-pci-sysfs-remove-id.patch
 
 #
 # SCSI Bits.
@@ -1888,6 +1888,9 @@
 #	                ||----w |
 #	                ||     ||
 %changelog
+* Thu Apr 02 2009 Kyle McMartin <kyle at redhat.com>
+- Linux 2.6.29-git9
+
 * Tue Mar 31 2009 Kyle McMartin <kyle at redhat.com>
 - rds-only-on-64-bit-or-x86.patch: add
 - at76-netdev_ops.patch: add


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.1004
retrieving revision 1.1005
diff -u -r1.1004 -r1.1005
--- sources	31 Mar 2009 20:20:35 -0000	1.1004
+++ sources	2 Apr 2009 04:04:34 -0000	1.1005
@@ -1,2 +1,2 @@
 64921b5ff5cdadbccfcd3820f03be7d8  linux-2.6.29.tar.bz2
-4b4d6038b284efdd3376456992c6bfd2  patch-2.6.29-git8.bz2
+57870b0f201c7cf04e701c59dfb026c6  patch-2.6.29-git9.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -r1.915 -r1.916
--- upstream	31 Mar 2009 20:20:35 -0000	1.915
+++ upstream	2 Apr 2009 04:04:34 -0000	1.916
@@ -1,2 +1,2 @@
 linux-2.6.29.tar.bz2
-patch-2.6.29-git8.bz2
+patch-2.6.29-git9.bz2


--- patch-2.6.29-git8.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list