Hello community,
here is the log from the commit of package multipath-tools for openSUSE:Factory
checked in at 2020-09-01 20:06:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
and /work/SRC/openSUSE:Factory/.multipath-tools.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multipath-tools"
Tue Sep 1 20:06:12 2020 rev:124 rq:829945 version:0.8.4+183+suse.1817ce2
Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes
2020-06-11 14:47:37.809894317 +0200
+++
/work/SRC/openSUSE:Factory/.multipath-tools.new.3399/multipath-tools.changes
2020-09-01 20:07:14.092588670 +0200
@@ -1,0 +2,51 @@
+Thu Aug 27 09:35:56 UTC 2020 - [email protected]
+
+- Update to version 0.8.4+183+suse.1817ce2:
+ Added reviewed upstream fix for multipath crash
+ * multipath: get_dm_mpvec: discard broken maps
+
+-------------------------------------------------------------------
+Wed Aug 26 10:01:17 UTC 2020 - [email protected]
+
+- Update to version 0.8.4+180+suse.50a2698:
+ * Fix memory access / leak issues found with valgrind
+
+-------------------------------------------------------------------
+Fri Aug 21 22:28:33 UTC 2020 - [email protected]
+
+- Update to version 0.8.4+170+suse.801341f:
+ * libmultipath: tests: fix bitfield tests
+ * Spec file: disable LTO for %check (bsc#1133122)
+
+-------------------------------------------------------------------
+Thu Aug 20 19:20:59 UTC 2020 - [email protected]
+
+- Update to version 0.8.4+167+suse.70bef90:
+ Pull in reviewed upstream changes
+- Bug fixes
+ * libmultipath: add consistency check for alias settings (bsc#1172429)
+ * libmultipath: select_action(): don't drop map if alias clashes
(bsc#1172429)
+ * libmultipath: refuse reloading an existing map with different WWID
+ (bsc#1172429)
+ * libmultipath: select_action(): force udev reload for uninitialized maps
+ (bsc#1172157)
+ * multipathd: uev_trigger(): handle incomplete ADD events (bsc#1172157)
+ * improve logging for failure to set dev_loss_tmo (bsc#1173060, bsc#1173064)
+ * libmultipath: add device to hwtable.c (bsc#1174026)
+- New features
+ * multipath: add -D option to skip multipathd delegation
+ * multipath: delegate flushing maps to multipathd
+ * multipathd: add "del maps" multipathd command
+- Other changes
+ * cleanup disassemble_map() code path
+ * multipath-tools: introduce INIT_REMOVED state
+ * logging improvements
+ * fix "multipathd show devices"
+ * libmultipath: remove uevent listener failback
+ * libmultipath: create bitfield abstraction
+ * libmultipath: count pending paths as active on loads
+ * kpartx: handle alternate bsd disklabel location
+- Lots of minor fixes and cleanups
+- Spec file: use %service_del_postun_without_restart macro
+
+-------------------------------------------------------------------
Old:
----
multipath-tools-0.8.4+43+suse.908383f.obscpio
New:
----
multipath-tools-0.8.4+183+suse.1817ce2.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.eb5I7W/_old 2020-09-01 20:07:15.920589524 +0200
+++ /var/tmp/diff_new_pack.eb5I7W/_new 2020-09-01 20:07:15.924589526 +0200
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
# Whether to build libdmmp
# Default YES except for SLE12 / Leap 42
%if 0%{?suse_version} >= 1500
@@ -38,7 +39,7 @@
%define _sysdir usr/lib
Name: multipath-tools
-Version: 0.8.4+43+suse.908383f
+Version: 0.8.4+183+suse.1817ce2
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@@ -53,15 +54,15 @@
Source4: libmpathpersist-example.c
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
-BuildRequires: pkgconfig(devmapper)
BuildRequires: libaio-devel
+BuildRequires: pkgconfig(devmapper)
%if 0%{?with_libdmmp} == 1
BuildRequires: pkgconfig(json-c)
%endif
-BuildRequires: pkgconfig(liburcu)
BuildRequires: readline-devel
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev)
+BuildRequires: pkgconfig(liburcu)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
%if 0%{?with_check} == 1
@@ -161,8 +162,10 @@
%if 0%{?with_check} == 1
%check
-cd tests
-make %{_make_output_sync} %{?_smp_mflags}
+# ld fails to resolve cmocka's __wrap symbols with -flto
+# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643
+%define _lto_cflags %{nil}
+make OPTFLAGS="%{optflags}" %{_make_output_sync} %{?_smp_mflags} test
%endif
%install
@@ -194,13 +197,16 @@
exit 0
%preun
-%service_del_preun multipathd.service
-%service_del_preun -n multipathd.socket
+%service_del_preun multipathd.service multipathd.socket
%postun
%{?regenerate_initrd_post}
%service_del_postun multipathd.service
+%if 0%{?suse_version} >= 1550
+%service_del_postun_without_restart multipathd.socket
+%else
%service_del_postun -n multipathd.socket
+%endif
%posttrans
%{?regenerate_initrd_posttrans}
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.eb5I7W/_old 2020-09-01 20:07:15.972589548 +0200
+++ /var/tmp/diff_new_pack.eb5I7W/_new 2020-09-01 20:07:15.976589550 +0200
@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/multipath-tools.git</param>
- <param
name="changesrevision">908383f93b525ce0a07beb974ee6f2bcf8f6ee4c</param></service></servicedata>
\ No newline at end of file
+ <param
name="changesrevision">1817ce28a96a6440d8165de8696ceb2d23466261</param></service></servicedata>
\ No newline at end of file
++++++ multipath-tools-0.8.4+43+suse.908383f.obscpio ->
multipath-tools-0.8.4+183+suse.1817ce2.obscpio ++++++
++++ 7809 lines of diff (skipped)
++++++ multipath-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.eb5I7W/_old 2020-09-01 20:07:16.256589681 +0200
+++ /var/tmp/diff_new_pack.eb5I7W/_new 2020-09-01 20:07:16.256589681 +0200
@@ -1,5 +1,5 @@
name: multipath-tools
-version: 0.8.4+43+suse.908383f
-mtime: 1591786519
-commit: 908383f93b525ce0a07beb974ee6f2bcf8f6ee4c
+version: 0.8.4+183+suse.1817ce2
+mtime: 1598520717
+commit: 1817ce28a96a6440d8165de8696ceb2d23466261