Hello community, here is the log from the commit of package mdadm for openSUSE:Factory checked in at 2012-10-11 11:02:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mdadm (Old) and /work/SRC/openSUSE:Factory/.mdadm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mdadm", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes 2012-09-25 10:41:40.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2012-10-11 11:02:58.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Oct 9 03:35:22 UTC 2012 - [email protected] + +- remove /lib/udev/devices from specfile as it is + unused +- mkinitrd-setup.sh: fixed recent breakage for IMSM + arrays (bnc#783444) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mdadm.spec ++++++ --- /var/tmp/diff_new_pack.Vl7lmo/_old 2012-10-11 11:02:59.000000000 +0200 +++ /var/tmp/diff_new_pack.Vl7lmo/_new 2012-10-11 11:02:59.000000000 +0200 @@ -72,7 +72,6 @@ make install DESTDIR=$RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_var}/adm/fillup-templates install -d $RPM_BUILD_ROOT{%{_sbindir},%{_sysconfdir}/init.d} -install -d $RPM_BUILD_ROOT/lib/udev/devices install -m 755 %{S:4} %{S:3} $RPM_BUILD_ROOT%{_sysconfdir}/init.d/ install -d $RPM_BUILD_ROOT/lib/mkinitrd/scripts install -m 755 %{S:5} $RPM_BUILD_ROOT/lib/mkinitrd/scripts/setup-md.sh @@ -122,14 +121,13 @@ %doc Software-RAID.HOWTO/Software-RAID.HOWTO*{.txt,.html} %doc %{_mandir}/man?/* /sbin/* -%dir /lib/udev -%dir /lib/udev/devices %{_sbindir}/* %{_var}/adm/fillup-templates/sysconfig.mdadm %dir /lib/mkinitrd %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 %dir /etc ++++++ mkinitrd-setup.sh ++++++ --- /var/tmp/diff_new_pack.Vl7lmo/_old 2012-10-11 11:02:59.000000000 +0200 +++ /var/tmp/diff_new_pack.Vl7lmo/_new 2012-10-11 11:02:59.000000000 +0200 @@ -92,7 +92,7 @@ need_mdadm=1 echo "AUTO -all" > $tmp_mnt/etc/mdadm.conf for md in $md_devs; do - echo "${md_conf["$md"]}" >> $tmp_mnt/etc/mdadm.conf + echo -e "${md_conf["$md"]}" >> $tmp_mnt/etc/mdadm.conf done fi # Remember which arrays are needed for the root or swap device and assemble -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
