Hello community, here is the log from the commit of package device-mapper for openSUSE:Factory checked in at Tue May 31 12:51:55 CEST 2011.
-------- --- device-mapper/device-mapper.changes 2011-02-15 10:00:39.000000000 +0100 +++ /mounts/work_src_done/STABLE/device-mapper/device-mapper.changes 2011-05-27 11:11:45.000000000 +0200 @@ -1,0 +2,7 @@ +Fri May 27 09:07:22 UTC 2011 - [email protected] + +- don't enable boot.device-mapper by default and don't load dm-mod + unconditionally in initrd. udev creates /dev/mapper/control so + dm-mod is automatically loaded when needed. + +------------------------------------------------------------------- --- device-mapper/lvm2.changes 2011-03-10 12:08:40.000000000 +0100 +++ /mounts/work_src_done/STABLE/device-mapper/lvm2.changes 2011-05-27 11:43:42.000000000 +0200 @@ -1,0 +2,8 @@ +Fri May 27 09:09:35 UTC 2011 - [email protected] + +- don't unconditionally enable boot.lvm by default. yast takes care + of enabling the script when creating lvm volumes. +- don't hard require boot.device-mapper in boot.dmraid. dm-mod is + autoloaded when accessing /dev/mapper/control anyways. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ device-mapper.spec ++++++ --- /var/tmp/diff_new_pack.SLOBE7/_old 2011-05-31 12:51:22.000000000 +0200 +++ /var/tmp/diff_new_pack.SLOBE7/_new 2011-05-31 12:51:22.000000000 +0200 @@ -27,7 +27,7 @@ %endif # Version: 1.02.63 -Release: 2 +Release: 3 Summary: Device Mapper Tools Source: LVM2.2.02.84.tgz Source1: boot.device-mapper @@ -106,7 +106,7 @@ %post %{run_ldconfig} [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup -%{fillup_and_insserv -y boot.device-mapper} +%{insserv_cleanup} %postun %{run_ldconfig} ++++++ lvm2-clvm.spec ++++++ --- /var/tmp/diff_new_pack.SLOBE7/_old 2011-05-31 12:51:22.000000000 +0200 +++ /var/tmp/diff_new_pack.SLOBE7/_new 2011-05-31 12:51:22.000000000 +0200 @@ -24,7 +24,7 @@ License: GPLv2+ ; LGPLv2.1+ Group: System/Base Version: 2.02.84 -Release: 2 +Release: 3 Requires: device-mapper >= 1.02.25 lvm2 = %{version} openais Provides: clvm PreReq: %fillup_prereq %insserv_prereq ++++++ lvm2.spec ++++++ --- /var/tmp/diff_new_pack.SLOBE7/_old 2011-05-31 12:51:22.000000000 +0200 +++ /var/tmp/diff_new_pack.SLOBE7/_new 2011-05-31 12:51:22.000000000 +0200 @@ -31,7 +31,7 @@ %endif AutoReqProv: on Version: 2.02.84 -Release: 2 +Release: 3 Summary: LVM2 Tools Source: LVM2.%{version}.tgz Source1: lvm.conf @@ -145,7 +145,7 @@ rm -rf $RPM_BUILD_ROOT %post -%{fillup_and_insserv -n lvm -y boot.lvm} +%{fillup_and_insserv -n lvm boot.lvm} [ -x /sbin/mkinitrd_setup ] && mkinitrd_setup /sbin/ldconfig ++++++ boot.lvm ++++++ --- /var/tmp/diff_new_pack.SLOBE7/_old 2011-05-31 12:51:22.000000000 +0200 +++ /var/tmp/diff_new_pack.SLOBE7/_new 2011-05-31 12:51:22.000000000 +0200 @@ -6,8 +6,8 @@ # ### BEGIN INIT INFO # Provides: boot.lvm -# Required-Start: boot.device-mapper boot.udev boot.rootfsck -# Should-Start: boot.multipath boot.md boot.dmraid +# Required-Start: boot.udev boot.rootfsck +# Should-Start: boot.device-mapper boot.multipath boot.md boot.dmraid # Required-Stop: $null # Should-Stop: $null # Default-Start: B ++++++ mkinitrd-devmapper-boot.sh ++++++ --- /var/tmp/diff_new_pack.SLOBE7/_old 2011-05-31 12:51:22.000000000 +0200 +++ /var/tmp/diff_new_pack.SLOBE7/_new 2011-05-31 12:51:22.000000000 +0200 @@ -1,7 +1,8 @@ #!/bin/bash #%stage: boot #%depends: start -#%modules: $dm_modules dm-mod dm-snapshot +#%modules: $dm_modules +#%udevmodules: dm-mod dm-snapshot #%programs: /sbin/dmsetup /sbin/blockdev # dm-crypt dm-zero dm-mirror #%if: -n "$root_dm" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
