Hello community,

here is the log from the commit of package udev for openSUSE:Factory checked in 
at 2012-06-25 14:41:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/udev (Old)
 and      /work/SRC/openSUSE:Factory/.udev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "udev", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/udev/udev.changes        2012-06-13 
13:03:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.udev.new/udev.changes   2012-06-25 
14:58:23.000000000 +0200
@@ -1,0 +2,12 @@
+Mon Jun 25 06:58:33 UTC 2012 - [email protected]
+
+- Re-enable creation of by-path links in /dev/disk (bnc#764924).
+
+-------------------------------------------------------------------
+Thu Jun 21 12:22:38 UTC 2012 - [email protected]
+
+- Added option --enable-rule_generator to configure, 
+  without it seems that we don't have the rule generator and 
+  75-persistent-net-generator.rules.
+
+-------------------------------------------------------------------

New:
----
  0013-re-enable-by_path-links-for-ata-devices.patch

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

Other differences:
------------------
++++++ udev.spec ++++++
--- /var/tmp/diff_new_pack.FWmfNj/_old  2012-06-25 14:58:25.000000000 +0200
+++ /var/tmp/diff_new_pack.FWmfNj/_new  2012-06-25 14:58:25.000000000 +0200
@@ -76,6 +76,8 @@
 Patch11:        0011-keymap-Add-support-for-Lenovo-v480-touchpad-toggle-h.patch
 # PATCH-FIX-UPSTREAM 0012-keymap-Add-Samsung-90X3A.patch
 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
 
 # Upstream First - Policy:
 # Never add any patches to this package without the upstream commit id
@@ -157,6 +159,7 @@
 %patch10 -p1
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 %build
 autoreconf -vfi
@@ -172,6 +175,7 @@
   --with-selinux \
   --with-systemdsystemunitdir=/lib/systemd/system \
   --enable-floppy \
+  --enable-rule_generator \
   CFLAGS="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 

++++++ 0013-re-enable-by_path-links-for-ata-devices.patch ++++++
Index: udev-182/src/udev-builtin-path_id.c
===================================================================
--- udev-182.orig/src/udev-builtin-path_id.c
+++ udev-182/src/udev-builtin-path_id.c
@@ -330,10 +330,17 @@ static struct udev_device *handle_scsi(s
          * until that happens, there are no by-path/ links for ATA devices 
behind
          * an ATA transport class.
          */
+
+       /*
+        * We need for openSUSE/SUSE by-path links, so we disable this.
+        */
+
+       /*
         if (strstr(name, "/ata") != NULL) {
                 parent = NULL;
                 goto out;
         }
+       */
 
         parent = handle_scsi_default(parent, path);
 out:
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to