rpms/udev/devel udev-rules.patch,1.15,1.16 udev.spec,1.171,1.172

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jun 14 10:20:53 UTC 2006


Author: harald

Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv27023

Modified Files:
	udev-rules.patch udev.spec 
Log Message:
version 094

udev-rules.patch:
 0 files changed

Index: udev-rules.patch
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev-rules.patch,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- udev-rules.patch	18 May 2006 15:38:32 -0000	1.15
+++ udev-rules.patch	14 Jun 2006 10:20:49 -0000	1.16
@@ -1,13 +0,0 @@
---- udev-092/etc/udev/redhat/51-hotplug.rules.rhrules	2006-05-12 15:25:17.000000000 +0200
-+++ udev-092/etc/udev/redhat/51-hotplug.rules	2006-05-18 17:34:07.000000000 +0200
-@@ -1,8 +1,8 @@
- # do not call hotplug.d and dev.d for "drivers" and "module" events
- SUBSYSTEM=="drivers",   GOTO="hotplug_end"
- SUBSYSTEM=="module",    GOTO="hotplug_end"
--ACTION="add",           GOTO="hotplug_comp"
--ACTION="remove",        GOTO="hotplug_comp"
-+ACTION=="add",           GOTO="hotplug_comp"
-+ACTION=="remove",        GOTO="hotplug_comp"
- 
- GOTO="hotplug_end"
- 


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -r1.171 -r1.172
--- udev.spec	21 May 2006 21:06:55 -0000	1.171
+++ udev.spec	14 Jun 2006 10:20:50 -0000	1.172
@@ -4,8 +4,8 @@
 
 Summary: A userspace implementation of devfs
 Name: udev
-Version: 092
-Release: 2
+Version: 094
+Release: 1
 License: GPL
 Group: System Environment/Base
 Provides: udev-persistent = 0:%{version}-%{release}
@@ -25,7 +25,6 @@
 Patch7: udev-089-nopie.patch
 Patch8: udev-089-last_modalias.patch
 Patch9: udev-091-lib64.patch
-Patch10: udev-092-pamtypo.patch
 
 ExclusiveOS: Linux
 URL: http://kernel.org/pub/linux/utils/kernel/hotplug/
@@ -70,7 +69,6 @@
 %patch7 -p1 -b .nopie
 %patch8 -p1 -b .last_modalias
 %patch9 -p1 -b .lib64
-%patch10 -p1 -b .pamtypo
 
 %build
 
@@ -329,6 +327,9 @@
 %{_libdir}/pkgconfig/libvolume_id.pc 
 
 %changelog
+* Wed Jun 14 2006 Harald Hoyer <harald at redhat.com> - 094-1
+- version 094
+
 * Sun May 21 2006 Peter Jones <pjones at redhat.com> - 092-2
 - Fix typo in pam-console rule
 




More information about the fedora-cvs-commits mailing list