rpms/kernel/FC-4 kernel-2.6.spec,1.1463,1.1464

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Oct 2 23:19:58 UTC 2005


Author: davej

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

Modified Files:
	kernel-2.6.spec 
Log Message:
+- Re-add a bunch of patches that got accidentally dropped in last update.
+  - Fix suspend/resume with 8319too
+  - Fix usbhid/wireless security lock clash (#147479)
+  - Missing check condition in ide scsi (#160868)
+  - Fix nosense error with transcend usb keys (#162559)
+  - Fix sk98lin vpd problem. (#136158)




Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-4/kernel-2.6.spec,v
retrieving revision 1.1463
retrieving revision 1.1464
diff -u -r1.1463 -r1.1464
--- kernel-2.6.spec	2 Oct 2005 21:15:02 -0000	1.1463
+++ kernel-2.6.spec	2 Oct 2005 23:19:55 -0000	1.1464
@@ -334,6 +334,11 @@
 Patch1618: linux-2.6.10-revert-module-invalidparam.patch
 Patch1619: linux-2.6-selinux-hush.patch
 Patch1620: linux-2.6-smsc-ircc2-pnp.patch
+Patch1621: linux-2.6-8139too-suspend.patch
+Patch1622: linux-2.6-usbhid-wireless-security-lock.patch
+Patch1623: linux-2.6-ide-scsi-check_condition.patch
+Patch1624: linux-2.6-usb-transcend-nosense.patch
+Patch1625: linux-2.6-net-sk98lin-vpd.patch
 
 Patch1800: linux-2.6-ide-tune-locking.patch
 
@@ -765,6 +770,16 @@
 %patch1619 -p1
 # IrDA-driver smsc-ircc2 needs pnp-functionality. (#153970)
 %patch1620 -p1
+# Fix suspend/resume with 8319too
+%patch1621 -p1
+# Fix usbhid/wireless security lock clash (#147479)
+%patch1622 -p1
+# Missing check condition in ide scsi (#160868)
+%patch1623 -p1
+# Fix nosense error with transcend usb keys (#162559)
+%patch1624 -p1
+# Fix sk98lin vpd problem. (#136158)
+%patch1625 -p1
 
 # Fix IDE locking bug.
 %patch1800 -p1
@@ -1228,6 +1243,12 @@
 %changelog
 * Sun Oct 02 2005 Dave Jones <davej at redhat.com>
 - Disable debug messages in w83781d sensor driver. (#169695)
+- Re-add a bunch of patches that got accidentally dropped in last update.
+  - Fix suspend/resume with 8319too
+  - Fix usbhid/wireless security lock clash (#147479)
+  - Missing check condition in ide scsi (#160868)
+  - Fix nosense error with transcend usb keys (#162559)
+  - Fix sk98lin vpd problem. (#136158)
 
 * Fri Sep 30 2005 Dave Jones <davej at redhat.com>
 - irda-driver smsc-ircc2 needs pnp-functionality. (#153970)




More information about the fedora-cvs-commits mailing list