rpms/udev/F-7 udev-rules.patch,1.37,1.38 udev.spec,1.209,1.210

Harald Hoyer (harald) fedora-extras-commits at redhat.com
Fri Aug 24 10:42:28 UTC 2007


Author: harald

Update of /cvs/pkgs/rpms/udev/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4354

Modified Files:
	udev-rules.patch udev.spec 
Log Message:
* Fri Aug 24 2007 Harald Hoyer <harald at redhat.com> - 113-12
- removed /dev/tape symlink, because it's now a directory 
  (bug #251755)


udev-rules.patch:

Index: udev-rules.patch
===================================================================
RCS file: /cvs/pkgs/rpms/udev/F-7/udev-rules.patch,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- udev-rules.patch	16 Aug 2007 14:11:35 -0000	1.37
+++ udev-rules.patch	24 Aug 2007 10:41:53 -0000	1.38
@@ -1,5 +1,5 @@
---- udev-113/etc/udev/rules.d/60-persistent-storage.rules.rhrules	2007-08-15 10:05:31.000000000 +0200
-+++ udev-113/etc/udev/rules.d/60-persistent-storage.rules	2007-08-15 10:07:08.000000000 +0200
+--- udev-113/etc/udev/rules.d/60-persistent-storage.rules.rhrules	2007-06-23 17:44:48.000000000 +0200
++++ udev-113/etc/udev/rules.d/60-persistent-storage.rules	2007-08-23 08:46:16.000000000 +0200
 @@ -57,7 +57,7 @@ KERNEL=="sr*|st*", GOTO="persistent_stor
  KERNEL=="hd*[!0-9]", ATTR{removable}=="1", GOTO="persistent_storage_end"
  
@@ -10,7 +10,7 @@
  ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}"
  
 --- udev-113/etc/udev/redhat/50-udev.rules.rhrules	2007-06-23 17:44:48.000000000 +0200
-+++ udev-113/etc/udev/redhat/50-udev.rules	2007-08-10 16:36:01.000000000 +0200
++++ udev-113/etc/udev/redhat/50-udev.rules	2007-08-24 12:37:33.000000000 +0200
 @@ -4,25 +4,25 @@
  # default is OWNER="root" GROUP="root", MODE="0600"
  #
@@ -132,6 +132,17 @@
  KERNEL=="raw[0-9]*",		NAME="raw/%k"
  
  KERNEL=="lp[0-9]*",		SYMLINK+="par%n"
+@@ -215,8 +224,8 @@ KERNEL=="sr[0-9]*",		SYMLINK+="cdrom cdr
+ KERNEL=="scd[0-9]*",		SYMLINK+="cdrom cdrom-%k"
+ KERNEL=="pcd[0-9]*",		SYMLINK+="cdrom cdrom-%k"
+ KERNEL=="fd[0-9]*",		SYMLINK+="floppy floppy-%k"
+-KERNEL=="nst[0-9]", BUS=="scsi", 	SYMLINK+="tape tape-%k", MODE="0660"
+-KERNEL=="nosst[0-9]", BUS=="scsi", 	SYMLINK+="tape tape-%k", MODE="0660"
++KERNEL=="nst[0-9]", BUS=="scsi", 	SYMLINK+="tape-%k", MODE="0660"
++KERNEL=="nosst[0-9]", BUS=="scsi", 	SYMLINK+="tape-%k", MODE="0660"
+ 
+ # Section for zaptel device
+ KERNEL=="zapctl",     		NAME="zap/ctl"
 @@ -227,89 +236,51 @@ KERNEL=="zap[0-9]*",  		NAME="zap/%n"
  
  KERNEL=="pktcdvd", NAME="%k/control"
@@ -290,8 +301,8 @@
  
  
  RUN+="socket:/org/kernel/udev/monitor"
---- /dev/null	2007-08-16 13:04:33.725609596 +0200
-+++ udev-113/etc/udev/redhat/06-udev-rh-early.rules	2007-08-15 10:16:50.000000000 +0200
+--- /dev/null	2007-08-18 10:04:54.672638596 +0200
++++ udev-113/etc/udev/redhat/06-udev-rh-early.rules	2007-08-23 08:46:16.000000000 +0200
 @@ -0,0 +1,14 @@
 +# do not edit this file, it will be overwritten on update
 +
@@ -308,7 +319,7 @@
 +
 +LABEL="drivers_end"
 --- udev-113/etc/udev/redhat/05-udev-early.rules.rhrules	2007-06-23 17:44:48.000000000 +0200
-+++ udev-113/etc/udev/redhat/05-udev-early.rules	2007-08-10 16:36:01.000000000 +0200
++++ udev-113/etc/udev/redhat/05-udev-early.rules	2007-08-23 08:46:16.000000000 +0200
 @@ -1,19 +0,0 @@
 -# sysfs is populated after the event is sent
 -ACTION=="add", DEVPATH=="/devices/*", ENV{PHYSDEVBUS}=="?*", WAIT_FOR_SYSFS="bus"


Index: udev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/udev/F-7/udev.spec,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- udev.spec	16 Aug 2007 14:11:35 -0000	1.209
+++ udev.spec	24 Aug 2007 10:41:53 -0000	1.210
@@ -6,7 +6,7 @@
 Summary: A userspace implementation of devfs
 Name: udev
 Version: 113
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: GPL
 Group: System Environment/Base
 Provides: udev-persistent = %{version}-%{release}
@@ -342,6 +342,10 @@
 %{_libdir}/pkgconfig/libvolume_id.pc 
 
 %changelog
+* Fri Aug 24 2007 Harald Hoyer <harald at redhat.com> - 113-12
+- removed /dev/tape symlink, because it's now a directory 
+  (bug #251755)
+
 * Thu Aug 16 2007 Harald Hoyer <harald at redhat.com> - 113-11
 - readded firmware rule (#252983)
 




More information about the fedora-extras-commits mailing list