Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2013-09-09 19:45:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mdadm (Old)
 and      /work/SRC/openSUSE:Factory/.mdadm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mdadm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes      2013-09-04 
13:57:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2013-09-09 
19:45:26.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Sep  6 04:02:41 UTC 2013 - [email protected]
+
+- mkinitrd-setup.sh: copy new udev rules files into
+  the initrd.
+  The "mkinitrd" package does this for the old name.
+  It is easier if this packages does it for the files
+  this package installs.
+  (bnc#838777)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mkinitrd-setup.sh ++++++
--- /var/tmp/diff_new_pack.8tJnPU/_old  2013-09-09 19:45:27.000000000 +0200
+++ /var/tmp/diff_new_pack.8tJnPU/_new  2013-09-09 19:45:27.000000000 +0200
@@ -102,5 +102,17 @@
     md_devs=$(printf '/dev/%s ' $md_devs)
 fi
 
+if [ "x$need_mdadm" = "x1" ] ; then
+    for rule in \
+        63-md-raid-arrays.rules \
+        64-md-raid-assembly.rules; do
+        if [ -f /usr/lib/udev/rules.d/$rule ]; then
+            cp /usr/lib/udev/rules.d/$rule $tmp_mnt/usr/lib/udev/rules.d
+        elif [ -f /lib/udev/rules.d/$rule ]; then
+            cp /lib/udev/rules.d/$rule $tmp_mnt/lib/udev/rules.d
+        fi
+    done
+fi
+
 save_var need_mdadm
 save_var md_devs

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

Reply via email to