Hello community,

here is the log from the commit of package dracut for openSUSE:Factory checked 
in at 2014-04-12 21:28:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dracut (Old)
 and      /work/SRC/openSUSE:Factory/.dracut.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dracut"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dracut/dracut.changes    2014-04-11 
14:40:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dracut.new/dracut.changes       2014-04-12 
21:33:43.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Apr 11 13:07:05 CEST 2014 - h...@suse.de
+
+- Install correct rule files for multipath support (bnc#873151)
+  Add: 0020-95udev-rules-Include-correct-sg3_utils-rules.patch
+  Add: 0021-90multipath-install-correct-multipath-rules.patch
+
+-------------------------------------------------------------------
@@ -5 +12 @@
-- Copmress initrd with xz --check=crc32 -6 by default
+- Compress initrd with xz --check=crc32 -6 by default

New:
----
  0020-95udev-rules-Include-correct-sg3_utils-rules.patch
  0021-90multipath-install-correct-multipath-rules.patch

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

Other differences:
------------------
++++++ dracut.spec ++++++
--- /var/tmp/diff_new_pack.DyqSSg/_old  2014-04-12 21:39:24.000000000 +0200
+++ /var/tmp/diff_new_pack.DyqSSg/_new  2014-04-12 21:39:24.000000000 +0200
@@ -55,6 +55,8 @@
 Patch29:        0017-90multipath-install-dracut-specific-service-file.patch
 Patch30:        0018-fstab-do-not-mount-and-fsck-from-fstab-if-using-syst.patch
 Patch31:        0019-dracut-initqueue-service-runs-before-remote-fs-pre.t.patch
+Patch32:        0020-95udev-rules-Include-correct-sg3_utils-rules.patch
+Patch33:        0021-90multipath-install-correct-multipath-rules.patch
 BuildRequires:  asciidoc
 BuildRequires:  bash
 BuildRequires:  docbook-xsl-stylesheets
@@ -114,6 +116,8 @@
 %patch29 -p1
 %patch30 -p1
 %patch31 -p1
+%patch32 -p1
+%patch33 -p1
 
 %build
 %configure\

++++++ 0020-95udev-rules-Include-correct-sg3_utils-rules.patch ++++++
>From a292b9581c55173b1e55f1c24b186a5129034324 Mon Sep 17 00:00:00 2001
From: Hannes Reinecke <h...@suse.de>
Date: Fri, 11 Apr 2014 13:00:58 +0200
Subject: [PATCH] 95udev-rules: Include correct sg3_utils rules

sg3_utils now provides two rules 55-scsi-sg3_id.rules and
58-scsi-sg3_symlink.rules, which need to be included instead
of the older 59-scsi-sg3_utils.rules.

References: bnc#873151

Signed-off-by: Hannes Reinecke <h...@suse.de>
---
 modules.d/95udev-rules/module-setup.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules.d/95udev-rules/module-setup.sh 
b/modules.d/95udev-rules/module-setup.sh
index d63066f..044dbd1 100755
--- a/modules.d/95udev-rules/module-setup.sh
+++ b/modules.d/95udev-rules/module-setup.sh
@@ -27,7 +27,8 @@ install() {
         exit 1
     fi
 
-    inst_rules 50-udev-default.rules 59-scsi-sg3_utils.rules \
+    inst_rules 50-udev-default.rules \
+        55-scsi-sg3_id.rules 58-scsi-sg3_symlink.rules \
         60-persistent-storage.rules \
         61-persistent-storage-edd.rules 80-drivers.rules 95-udev-late.rules \
         60-pcmcia.rules \
-- 
1.8.1.4

++++++ 0021-90multipath-install-correct-multipath-rules.patch ++++++
>From 78dc7fe3690051c714e37067f3d9d13ed7aac976 Mon Sep 17 00:00:00 2001
From: Hannes Reinecke <h...@suse.de>
Date: Fri, 11 Apr 2014 13:02:56 +0200
Subject: [PATCH] 90multipath: install correct multipath rules

The multipath rule got renamed to 56-multipath.rules, and
the 6*-multipath.rules were never provided by SLES.

References: bnc#873151

Signed-off-by: Hannes Reinecke <h...@suse.de>
---
 modules.d/90multipath/module-setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules.d/90multipath/module-setup.sh 
b/modules.d/90multipath/module-setup.sh
index 9715851..508241e 100755
--- a/modules.d/90multipath/module-setup.sh
+++ b/modules.d/90multipath/module-setup.sh
@@ -101,7 +101,7 @@ install() {
 
     inst_hook cleanup   80 "$moddir/multipathd-needshutdown.sh"
 
-    inst_rules 40-multipath.rules 62-multipath.rules 65-multipath.rules \
+    inst_rules 56-multipath.rules \
         66-kpartx.rules 67-kpartx-compat.rules
 }
 
-- 
1.8.1.4

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to