Hello community,

here is the log from the commit of package udev for openSUSE:12.2 checked in at 
2012-06-28 17:03:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/udev (Old)
 and      /work/SRC/openSUSE:12.2/.udev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udev", Maintainer is "rmila...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:12.2/udev/udev.changes   2012-06-25 15:56:27.000000000 
+0200
+++ /work/SRC/openSUSE:12.2/.udev.new/udev.changes      2012-06-28 
17:03:21.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jun 27 08:55:59 UTC 2012 - rmila...@suse.com
+
+- Re-enable creation of by-id scsi links for ATA devices. (bnc#769002) 
+
+-------------------------------------------------------------------

New:
----
  0014-rules-create-by-id-scsi-links-for-ATA-devices.patch

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

Other differences:
------------------
++++++ udev.spec ++++++
--- /var/tmp/diff_new_pack.dzjBGt/_old  2012-06-28 17:03:21.000000000 +0200
+++ /var/tmp/diff_new_pack.dzjBGt/_new  2012-06-28 17:03:21.000000000 +0200
@@ -78,6 +78,8 @@
 Patch12:        0012-keymap-Add-Samsung-90X3A.patch
 # PATCH-FIX-OPENSUSE 0013-re-enable-by_path-links-for-ata-devices.patch
 Patch13:        0013-re-enable-by_path-links-for-ata-devices.patch
+# PATCH-FIX-OPENSUSE 0014-rules-create-by-id-scsi-links-for-ATA-devices.patch
+Patch14:        0014-rules-create-by-id-scsi-links-for-ATA-devices.patch
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -160,6 +162,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%patch14 -p1
 
 %build
 autoreconf -vfi

++++++ 0014-rules-create-by-id-scsi-links-for-ATA-devices.patch ++++++
Index: udev-182/rules/60-persistent-storage.rules
===================================================================
--- udev-182.orig/rules/60-persistent-storage.rules
+++ udev-182/rules/60-persistent-storage.rules
@@ -44,6 +44,10 @@ KERNEL=="cciss*", ENV{DEVTYPE}=="disk",
 KERNEL=="sd*|sr*|cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}=="?*", 
SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}"
 KERNEL=="sd*|cciss*", ENV{DEVTYPE}=="partition", ENV{ID_SERIAL}=="?*", 
SYMLINK+="disk/by-id/$env{ID_BUS}-$env{ID_SERIAL}-part%n"
 
+# scsi compat links for ATA devices
+KERNEL=="sd*[!0-9]", ENV{ID_BUS}=="ata", PROGRAM="scsi_id --whitelisted 
--replace-whitespace -p0x80 -d $devnode", RESULT=="?*", 
ENV{ID_SCSI_COMPAT}="$result", SYMLINK+="disk/by-id/scsi-$env{ID_SCSI_COMPAT}"
+KERNEL=="sd*[0-9]", ENV{ID_SCSI_COMPAT}=="?*", 
SYMLINK+="disk/by-id/scsi-$env{ID_SCSI_COMPAT}-part%n"
+
 # firewire
 KERNEL=="sd*[!0-9]|sr*", ATTRS{ieee1394_id}=="?*", 
SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}"
 KERNEL=="sd*[0-9]", ATTRS{ieee1394_id}=="?*", 
SYMLINK+="disk/by-id/ieee1394-$attr{ieee1394_id}-part%n"
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to