Hello community, here is the log from the commit of package dmraid for openSUSE:Factory checked in at 2013-07-24 23:37:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dmraid (Old) and /work/SRC/openSUSE:Factory/.dmraid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dmraid" Changes: -------- --- /work/SRC/openSUSE:Factory/dmraid/dmraid.changes 2012-11-30 12:20:57.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.dmraid.new/dmraid.changes 2013-07-24 23:37:05.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Jul 23 14:38:15 CEST 2013 - [email protected] + +- Remove usage of absolute paths in initrd +- Remove some checks from mkinitrd scripts, they are always true +- List all used binaries in programs tag + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dmraid.spec ++++++ --- /var/tmp/diff_new_pack.vFxY5E/_old 2013-07-24 23:37:06.000000000 +0200 +++ /var/tmp/diff_new_pack.vFxY5E/_new 2013-07-24 23:37:06.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package dmraid # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ mkinitrd-boot.sh ++++++ --- /var/tmp/diff_new_pack.vFxY5E/_old 2013-07-24 23:37:06.000000000 +0200 +++ /var/tmp/diff_new_pack.vFxY5E/_new 2013-07-24 23:37:06.000000000 +0200 @@ -2,7 +2,8 @@ #%stage: block #%depends: dm #%provides: dmroot -#%programs: /sbin/dmraid +#%programs: dmraid +#%programs: mkdir #%if: -n "$root_dmraid" # ##### Device Mapper Raid @@ -17,6 +18,6 @@ ## [ -d /run/lock ] || mkdir -p /run/lock >/dev/null 2>&1 -/sbin/dmraid -a y -p +dmraid -a y -p wait_for_events ++++++ mkinitrd-setup.sh ++++++ --- /var/tmp/diff_new_pack.vFxY5E/_old 2013-07-24 23:37:06.000000000 +0200 +++ /var/tmp/diff_new_pack.vFxY5E/_new 2013-07-24 23:37:06.000000000 +0200 @@ -4,7 +4,7 @@ #%provides: dmroot # -if [ -x /sbin/dmraid -a -x /sbin/dmsetup ] ; then +if [ -x "$(type -p dmsetup)" ] ; then newbd= for bd in $blockdev ; do update_blockdev $bd -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
