Hello community, here is the log from the commit of package mdadm for openSUSE:Factory checked in at Wed Jun 2 02:00:40 CEST 2010. -------- --- mdadm/mdadm.changes 2010-03-24 17:41:52.000000000 +0100 +++ /mounts/work_src_done/STABLE/mdadm/mdadm.changes 2010-06-01 15:10:17.000000000 +0200 @@ -1,0 +2,5 @@ +Tue Jun 1 15:09:53 CEST 2010 - mmarek@suse.cz + +- mkinitrd-setup.sh: Fix for empty $md_devs variable. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdadm.spec ++++++ --- /var/tmp/diff_new_pack.vSdUET/_old 2010-06-02 02:00:32.000000000 +0200 +++ /var/tmp/diff_new_pack.vSdUET/_new 2010-06-02 02:00:32.000000000 +0200 @@ -20,7 +20,7 @@ Name: mdadm Version: 3.0.3 -Release: 5 +Release: 6 BuildRequires: sgmltool PreReq: %fillup_prereq %insserv_prereq Obsoletes: raidtools ++++++ mkinitrd-setup.sh ++++++ --- /var/tmp/diff_new_pack.vSdUET/_old 2010-06-02 02:00:32.000000000 +0200 +++ /var/tmp/diff_new_pack.vSdUET/_new 2010-06-02 02:00:32.000000000 +0200 @@ -90,7 +90,9 @@ # Remember which arrays are needed for the root or swap device and assemble # them all during boot. The root= or resume= option might not directly refer to # the array. -md_devs=$(printf '/dev/%s ' $md_devs) +if test -n "$md_devs"; then + md_devs=$(printf '/dev/%s ' $md_devs) +fi save_var need_mdadm save_var md_devs ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org