rpms/kernel/devel linux-2.6.30-no-pcspkr-modalias.patch, NONE, 1.1 kernel.spec, 1.1666, 1.1667

Adam Jackson ajax at fedoraproject.org
Tue Jul 28 21:10:46 UTC 2009


Author: ajax

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

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6.30-no-pcspkr-modalias.patch 
Log Message:
* Tue Jul 28 2009 Adam Jackson <ajax at redhat.com>
- Remove the pcspkr modalias.  If you're still living in 1994, load it
  by hand.


linux-2.6.30-no-pcspkr-modalias.patch:
 pcspkr.c |    1 -
 1 file changed, 1 deletion(-)

--- NEW FILE linux-2.6.30-no-pcspkr-modalias.patch ---
diff -up linux-2.6.30.noarch/drivers/input/misc/pcspkr.c.jx linux-2.6.30.noarch/drivers/input/misc/pcspkr.c
--- linux-2.6.30.noarch/drivers/input/misc/pcspkr.c.jx	2009-07-28 16:54:44.000000000 -0400
+++ linux-2.6.30.noarch/drivers/input/misc/pcspkr.c	2009-07-28 16:59:36.000000000 -0400
@@ -23,7 +23,6 @@
 MODULE_AUTHOR("Vojtech Pavlik <vojtech at ucw.cz>");
 MODULE_DESCRIPTION("PC Speaker beeper driver");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:pcspkr");
 
 #if defined(CONFIG_MIPS) || defined(CONFIG_X86)
 /* Use the global PIT lock ! */


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1666
retrieving revision 1.1667
diff -u -p -r1.1666 -r1.1667
--- kernel.spec	28 Jul 2009 19:35:14 -0000	1.1666
+++ kernel.spec	28 Jul 2009 21:10:45 -0000	1.1667
@@ -628,6 +628,7 @@ Patch390: linux-2.6-defaults-acpi-video.
 Patch391: linux-2.6-acpi-video-dos.patch
 Patch450: linux-2.6-input-kill-stupid-messages.patch
 Patch451: linux-2.6-input-fix-toshiba-hotkeys.patch
+Patch452: linux-2.6.30-no-pcspkr-modalias.patch
 
 Patch460: linux-2.6-serial-460800.patch
 
@@ -1209,6 +1210,8 @@ ApplyPatch linux-2.6-input-kill-stupid-m
 # Get away from having to poll Toshibas
 #ApplyPatch linux-2.6-input-fix-toshiba-hotkeys.patch
 
+ApplyPatch linux-2.6.30-no-pcspkr-modalias.patch
+
 # Allow to use 480600 baud on 16C950 UARTs
 ApplyPatch linux-2.6-serial-460800.patch
 
@@ -1903,6 +1906,10 @@ fi
 # and build.
 
 %changelog
+* Tue Jul 28 2009 Adam Jackson <ajax at redhat.com>
+- Remove the pcspkr modalias.  If you're still living in 1994, load it
+  by hand.
+
 * Tue Jul 28 2009 Eric Sandeen <sandeen at redhat.com> 2.6.31-0.102.rc4.git2
 - Fix eCryptfs overflow issues (CVE-2009-2406, CVE-2009-2407)
 




More information about the fedora-extras-commits mailing list