Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package multipath-tools for openSUSE:Factory
checked in at 2022-04-26 20:15:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
and /work/SRC/openSUSE:Factory/.multipath-tools.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multipath-tools"
Tue Apr 26 20:15:14 2022 rev:141 rq:972557 version:0.8.8+64+suse.f265f7e0
Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes
2022-02-17 00:31:03.737427801 +0100
+++
/work/SRC/openSUSE:Factory/.multipath-tools.new.1538/multipath-tools.changes
2022-04-26 20:17:17.528726095 +0200
@@ -1,0 +2,6 @@
+Mon Mar 28 12:54:15 UTC 2022 - Martin Wilck <[email protected]>
+
+- If multipath-tools is newly installed, load dm-multipath
+ (bsc#1196898)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.bpDkC0/_old 2022-04-26 20:17:18.100726788 +0200
+++ /var/tmp/diff_new_pack.bpDkC0/_new 2022-04-26 20:17:18.104726793 +0200
@@ -1,7 +1,7 @@
#
# spec file for package multipath-tools
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -81,6 +81,8 @@
+
+
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
# separately. libmultipath has no stable API at all, and it depends
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath
@@ -193,6 +195,9 @@
%post
[ -f /.buildenv ] && exit 0
%service_add_post multipathd.socket multipathd.service
+if [ $1 -eq 1 ]; then
+ [ ! -x /sbin/modprobe ] || /sbin/modprobe dm_multipath || true
+fi
%{?regenerate_initrd_post}
exit 0