Hello community,

here is the log from the commit of package device-mapper for openSUSE:Factory 
checked in at 2012-10-03 07:11:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/device-mapper (Old)
 and      /work/SRC/openSUSE:Factory/.device-mapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "device-mapper", Maintainer is "dmzh...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/device-mapper/device-mapper.changes      
2012-07-30 21:50:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.device-mapper.new/device-mapper.changes 
2012-10-03 07:11:10.000000000 +0200
@@ -1,0 +2,12 @@
+Thu Sep 27 01:08:44 UTC 2012 - nfbr...@suse.com
+
+- mkinitrd-devmapper-*: tidy up dm_modules handling.
+  It is confusing that 'save_var' isn't called on it,
+  so call it.
+  As these modules need to be in initrd, but not
+  forcibly loaded, they could be listed as
+  'udevmodules'.
+  Also filter out 'snapshot-origin' - a table without
+  a module. (bnc#779965)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/device-mapper/lvm2-clvm.changes  2011-10-21 
16:28:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.device-mapper.new/lvm2-clvm.changes     
2012-10-03 07:11:10.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 27 01:12:17 UTC 2012 - nfbr...@suse.com
+
+- lvm2-clvm.spec: make sure MODPROBE_CMD is set properly
+  when configure is run.  Without it, modules are
+  not auto-loaded. Also fix problem with LDFLAGS (bnc#779965)
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/device-mapper/lvm2.changes       2012-04-23 
09:12:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.device-mapper.new/lvm2.changes  2012-10-03 
07:11:10.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 27 01:11:17 UTC 2012 - nfbr...@suse.com
+
+- lvm2.spec: make sure MODPROBE_CMD is set properly
+  when configure is run.  Without it, modules are
+  not auto-loaded.  (bnc#779965)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lvm2-clvm.spec ++++++
--- /var/tmp/diff_new_pack.aZSbf6/_old  2012-10-03 07:11:12.000000000 +0200
+++ /var/tmp/diff_new_pack.aZSbf6/_new  2012-10-03 07:11:12.000000000 +0200
@@ -77,8 +77,8 @@
 %patch22 -p1
 
 %build
-MODPROBE_CMD=/sbin/modprobe \
-LDFLAGS="-L /usr/%_lib/openais" \
+export MODPROBE_CMD=/sbin/modprobe
+export LDFLAGS="-L /usr/%_lib/openais"
 %configure --prefix=/ \
        --enable-selinux \
        --enable-cmdlib \

++++++ lvm2.spec ++++++
--- /var/tmp/diff_new_pack.aZSbf6/_old  2012-10-03 07:11:12.000000000 +0200
+++ /var/tmp/diff_new_pack.aZSbf6/_new  2012-10-03 07:11:12.000000000 +0200
@@ -102,7 +102,7 @@
 %patch81 -p1
 
 %build
-MODPROBE_CMD=/sbin/modprobe \
+export MODPROBE_CMD=/sbin/modprobe
 %configure --prefix=/ \
        --bindir=/bin --libdir=/%_lib --with-userlibdir=%_libdir \
        --sbindir=/sbin --enable-dmeventd \

++++++ mkinitrd-devmapper-boot.sh ++++++
--- /var/tmp/diff_new_pack.aZSbf6/_old  2012-10-03 07:11:12.000000000 +0200
+++ /var/tmp/diff_new_pack.aZSbf6/_new  2012-10-03 07:11:12.000000000 +0200
@@ -1,8 +1,7 @@
 #!/bin/bash
 #%stage: boot
 #%depends: start
-#%modules: $dm_modules
-#%udevmodules: dm-mod dm-snapshot
+#%udevmodules: dm-mod dm-snapshot $dm_modules
 #%programs: /sbin/dmsetup /sbin/blockdev
 # dm-crypt dm-zero dm-mirror
 #%if: -n "$root_dm"

++++++ mkinitrd-devmapper-setup.sh ++++++
--- /var/tmp/diff_new_pack.aZSbf6/_old  2012-10-03 07:11:12.000000000 +0200
+++ /var/tmp/diff_new_pack.aZSbf6/_new  2012-10-03 07:11:12.000000000 +0200
@@ -21,7 +21,8 @@
        # Add all dm modules
        dm_modules=
        for table in $(dmsetup table | cut -f 4 -d ' ' | sort | uniq); do
-           if [ "$table" ] && [ "$table" != "linear" ] && [ "$table" != 
"striped" ] ; then
+           if [ "$table" ] && [ "$table" != "linear" ] &&
+              [ "$table" != "striped" ] && [ "$table" != "snapshot-origin" ] ; 
then
                dm_modules="$dm_modules dm-$table"
            fi
        done
@@ -35,4 +36,5 @@
        cp /lib/udev/rules.d/13-dm-disk.rules lib/udev/rules.d
        cp /lib/udev/rules.d/95-dm-notify.rules lib/udev/rules.d
     save_var root_dm
+    save_var dm_modules
 fi

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to