rpms/kernel/devel kernel.spec,1.268,1.269

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Fri Nov 30 20:03:11 UTC 2007


Author: jwilson

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

Modified Files:
	kernel.spec 
Log Message:
* Fri Nov 30 2007 Jarod Wilson <jwilson at redhat.com>
- FireWire OHCI 1.0 Isochronous Receive support (#344851)



Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.268
retrieving revision 1.269
diff -u -r1.268 -r1.269
--- kernel.spec	30 Nov 2007 15:26:27 -0000	1.268
+++ kernel.spec	30 Nov 2007 20:02:38 -0000	1.269
@@ -95,7 +95,7 @@
 # Whether or not to do C=1 builds with sparse
 %define usesparse 0
 %if "%fedora" >= "7"
-%define usesparse 0 
+%define usesparse 0
 %endif
 
 # Whether or not to apply the Xen patches -- leave this enabled
@@ -628,6 +628,7 @@
 Patch1504: linux-2.6-xfs-optimize-away-realtime-tests.patch
 Patch1509: linux-2.6-xfs-setfattr-32bit-compat.patch
 Patch1515: linux-2.6-lirc.patch
+Patch1516: linux-2.6-firewire-ohci-1.0-iso-receive.patch
 Patch1520: linux-2.6-dcdbas-autoload.patch
 Patch1540: linux-2.6-fec_mpc52xx-fix.patch
 Patch1550: linux-2.6-phy-ioctl-fix.patch
@@ -1138,6 +1139,9 @@
 # http://www.lirc.org/
 #ApplyPatch linux-2.6-lirc.patch
 
+# FireWire OHCI 1.0 Isochronous Receive support
+ApplyPatch linux-2.6-firewire-ohci-1.0-iso-receive.patch
+
 # DMI autoloading for dcdbas driver
 ApplyPatch linux-2.6-dcdbas-autoload.patch
 
@@ -1712,6 +1716,9 @@
 %kernel_variant_files -a /%{image_install_path}/xen*-%{KVERREL} -e /etc/ld.so.conf.d/kernelcap-%{KVERREL}.conf %{with_xen} xen
 
 %changelog
+* Fri Nov 30 2007 Jarod Wilson <jwilson at redhat.com>
+- FireWire OHCI 1.0 Isochronous Receive support (#344851)
+
 * Fri Nov 30 2007 John W. Linville <linville at redhat.com>
 - Some wireless bits headed for 2.6.24
 




More information about the fedora-extras-commits mailing list