Hello community,

here is the log from the commit of package udev for openSUSE:11.4
checked in at Wed Jun 1 22:13:12 CEST 2011.



--------
--- old-versions/11.4/all/udev/udev.changes     2011-02-12 13:38:58.000000000 
+0100
+++ 11.4/udev/udev.changes      2011-04-26 22:02:27.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Apr 26 22:00:41 CEST 2011 - [email protected]
+
+- run ata_id only on SPC-3 or later optical drives (bnc#679277)
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.4/all/udev
Destination is old-versions/11.4/UPDATES/all/udev
calling whatdependson for 11.4-i586


New:
----
  udev-ata_id.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ udev.spec ++++++
--- /var/tmp/diff_new_pack.eb3diF/_old  2011-06-01 22:12:15.000000000 +0200
+++ /var/tmp/diff_new_pack.eb3diF/_new  2011-06-01 22:12:15.000000000 +0200
@@ -21,7 +21,7 @@
 Name:           udev
 Url:            http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
 Version:        166
-Release:        2
+Release:        6.<RELEASE7>
 License:        LGPLv2.1+
 Group:          System/Kernel
 Summary:        A rule-based device node and kernel event manager
@@ -41,6 +41,8 @@
 Source60:       boot.udev
 Source61:       boot.udev_retry
 
+Patch10:        udev-ata_id.patch
+
 %description
 Udev creates and removes device nodes in /dev for devices discovered or
 removed from the system. It receives events via kernel netlink messages
@@ -91,6 +93,7 @@
 
 %prep
 %setup -q
+%patch10 -p1
 
 %build
 # prevent man pages from re-building (xmlto)

++++++ udev-ata_id.patch ++++++
From: Kay Sievers <[email protected]>
Date: Wed, 23 Mar 2011 11:11:38 +0000 (+0100)
Subject: rules: run ata_id only on SPC-3 or later optical drives
X-Git-Tag: 167~10
X-Git-Url: 
http://git.kernel.org/?p=linux%2Fhotplug%2Fudev.git;a=commitdiff_plain;h=a31d76b18675a0bf213fdd16242b4268c9ff48e0

rules: run ata_id only on SPC-3 or later optical drives
---

diff --git a/rules/rules.d/60-persistent-storage.rules 
b/rules/rules.d/60-persistent-storage.rules
index 062049c..6a9abdd 100644
--- a/rules/rules.d/60-persistent-storage.rules
+++ b/rules/rules.d/60-persistent-storage.rules
@@ -28,8 +28,8 @@ KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", 
SUBSYSTEMS=="usb", IMPORT{program
 KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="ata", 
IMPORT{program}="ata_id --export $tempnode"
 # ATA devices using the "scsi" subsystem
 KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", 
ATTRS{vendor}=="ATA", IMPORT{program}="ata_id --export $tempnode"
-# ATA/ATAPI devices using the "scsi" subsystem
-KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", 
ATTRS{type}=="5", IMPORT{program}="ata_id --export $tempnode"
+# ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem
+KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", 
ATTRS{type}=="5", ATTRS{scsi_level}=="[6-9]*", IMPORT{program}="ata_id --export 
$tempnode"
 # scsi devices
 KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id 
--export --whitelisted -d $tempnode", ENV{ID_BUS}="scsi"
 KERNEL=="cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}!="?*", 
IMPORT{program}="scsi_id --export --whitelisted -d $tempnode", 
ENV{ID_BUS}="cciss"

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to