Hello community, here is the log from the commit of package mdadm for openSUSE:Factory checked in at Sun Mar 21 11:51:23 CET 2010. -------- --- mdadm/mdadm.changes 2010-03-11 10:18:56.000000000 +0100 +++ /mounts/work_src_done/STABLE/mdadm/mdadm.changes 2010-01-15 17:41:56.000000000 +0100 @@ -2,21 +1,0 @@ -Thu Mar 11 10:18:18 CET 2010 - mmarek@suse.cz - -- 64-md-raid.rules: Use blkid instead of vol_id. - -------------------------------------------------------------------- -Thu Mar 11 09:58:21 CET 2010 - mmarek@suse.cz - -- 64-md-raid.rules: Allow --incremental assembly if "AUTO -all" is - given in mdadm.conf (fate#307478). - -------------------------------------------------------------------- -Tue Mar 9 16:15:41 CET 2010 - mmarek@suse.cz - -- Install udev rules in /lib/udev/rules.d (fate#307478). - -------------------------------------------------------------------- -Mon Feb 22 15:14:03 CET 2010 - mmarek@suse.cz - -- mkinitrd-setup.sh: call mdadm --scan only if necessary - (bnc#581769). - calling whatdependson for head-i586 Old: ---- 64-md-raid.rules ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdadm.spec ++++++ --- /var/tmp/diff_new_pack.C7vyLC/_old 2010-03-21 11:50:53.000000000 +0100 +++ /var/tmp/diff_new_pack.C7vyLC/_new 2010-03-21 11:50:53.000000000 +0100 @@ -20,7 +20,7 @@ Name: mdadm Version: 3.0.3 -Release: 3 +Release: 4 BuildRequires: sgmltool PreReq: %fillup_prereq %insserv_prereq Obsoletes: raidtools @@ -37,7 +37,6 @@ Source4: boot.md Source5: mkinitrd-setup.sh Source6: mkinitrd-boot.sh -Source7: 64-md-raid.rules %description Mdadm is a program that can be used to control Linux md devices. It is @@ -74,8 +73,8 @@ rm -rf $RPM_BUILD_ROOT/var/run/mdadm mkdir -p $RPM_BUILD_ROOT/var/run ln -s mdadm $RPM_BUILD_ROOT/var/run/mdadm -install -d $RPM_BUILD_ROOT/lib/udev/rules.d -install -m 644 %_sourcedir/64-md-raid.rules $RPM_BUILD_ROOT/lib/udev/rules.d +# remove here, using the one in the udev package +rm -f $RPM_BUILD_ROOT/lib/udev/rules.d/64-md-raid.rules %post [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup @@ -118,8 +117,5 @@ %dir /lib/mkinitrd/scripts /lib/mkinitrd/scripts/setup-md.sh /lib/mkinitrd/scripts/boot-md.sh -%dir /lib/udev -%dir /lib/udev/rules.d -/lib/udev/rules.d/64-md-raid.rules %changelog ++++++ mkinitrd-setup.sh ++++++ --- /var/tmp/diff_new_pack.C7vyLC/_old 2010-03-21 11:50:53.000000000 +0100 +++ /var/tmp/diff_new_pack.C7vyLC/_new 2010-03-21 11:50:53.000000000 +0100 @@ -6,7 +6,7 @@ # Full mdadm.conf generated by mdadm. # Contains all created MD RAIDs -mdadm_conf= +mdadm_conf=$(mdadm --examine --brief --scan) cont_list= md_devs= @@ -64,10 +64,7 @@ mdconf="$(mdadm -Db "$container")\\n$mdconf" ;; [0-9a-f]*[0-9a-f]) - if test -z "$mdadm_conf"; then - mdadm_conf=$(mdadm --examine --brief --scan) - fi - mdconf="$(echo "$mdadm_conf" | grep "UUID=$container")\\n$mdconf" + mdconf="$(mdadm -Ebs | grep "UUID=$container")\\n$mdconf" ;; *) echo "unrecognized container for $md_dev: $container" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de