rpms/udev/devel udev-092-pamtypo.patch, NONE, 1.1 udev.spec, 1.170, 1.171

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun May 21 21:06:58 UTC 2006


Author: pjones

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

Modified Files:
	udev.spec 
Added Files:
	udev-092-pamtypo.patch 
Log Message:
- fix typo in pam-console rule


udev-092-pamtypo.patch:
 95-pam-console.rules |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE udev-092-pamtypo.patch ---
--- udev-092/etc/udev/redhat/95-pam-console.rules.typo	2006-05-21 17:02:18.000000000 -0400
+++ udev-092/etc/udev/redhat/95-pam-console.rules	2006-05-21 17:02:25.000000000 -0400
@@ -1 +1 @@
-ACTION=="add", SYSFS{dev}="?*", KERNEL=="?*", RUN+="/sbin/pam_console_apply $env{DEVNAME} $env{DEVLINKS}"
+ACTION=="add", SYSFS{dev}=="?*", KERNEL=="?*", RUN+="/sbin/pam_console_apply $env{DEVNAME} $env{DEVLINKS}"


Index: udev.spec
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/udev.spec,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -r1.170 -r1.171
--- udev.spec	18 May 2006 15:38:32 -0000	1.170
+++ udev.spec	21 May 2006 21:06:55 -0000	1.171
@@ -5,7 +5,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 092
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Provides: udev-persistent = 0:%{version}-%{release}
@@ -25,6 +25,7 @@
 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/
@@ -69,6 +70,7 @@
 %patch7 -p1 -b .nopie
 %patch8 -p1 -b .last_modalias
 %patch9 -p1 -b .lib64
+%patch10 -p1 -b .pamtypo
 
 %build
 
@@ -327,6 +329,9 @@
 %{_libdir}/pkgconfig/libvolume_id.pc 
 
 %changelog
+* Sun May 21 2006 Peter Jones <pjones at redhat.com> - 092-2
+- Fix typo in pam-console rule
+
 * Wed May 18 2006 Harald Hoyer <harald at redhat.com> - 092-1
 - version 092
 - corrected some rules (bug #192210 #190927)




More information about the fedora-cvs-commits mailing list