rpms/udev/devel udev.spec,1.269,1.270

Harald Hoyer harald at fedoraproject.org
Wed Apr 1 13:37:52 UTC 2009


Author: harald

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

Modified Files:
	udev.spec 
Log Message:
* Wed Apr 01 2009 Harald Hoyer <harald at redhat.com> 139-4
- double the IMPORT buffer (bug #488554)
- Resolves: rhbz#488554



Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/devel/udev.spec,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -r1.269 -r1.270
--- udev.spec	1 Apr 2009 13:29:30 -0000	1.269
+++ udev.spec	1 Apr 2009 13:37:22 -0000	1.270
@@ -6,7 +6,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 139
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -19,6 +19,7 @@
 Source5: udev.sysconfig
 
 Patch102: udev-118-sysconf.patch
+Patch103: udev-import-buffer.patch
 
 ExclusiveOS: Linux
 URL: http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
@@ -92,6 +93,7 @@
 %setup -q  
 
 %patch102 -p1 -b .sysconf
+%patch103 -p1 -b .import
 rm rules/redhat/95-pam-console.rules
 
 %build
@@ -379,6 +381,10 @@
 
 
 %changelog
+* Wed Apr 01 2009 Harald Hoyer <harald at redhat.com> 139-4
+- double the IMPORT buffer (bug #488554)
+- Resolves: rhbz#488554
+
 * Wed Apr 01 2009 Harald Hoyer <harald at redhat.com> 139-3
 - renamed modprobe /etc/modprobe.d/floppy-pnp to
   /etc/modprobe.d/floppy-pnp.conf (bug #492732 #488768)




More information about the fedora-extras-commits mailing list