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-05-19 22:49:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/multipath-tools (Old)
and /work/SRC/openSUSE:Factory/.multipath-tools.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "multipath-tools"
Thu May 19 22:49:01 2022 rev:142 rq:976432 version:0.8.9+90+suse.71a70fb
Changes:
--------
--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes
2022-04-26 20:17:17.528726095 +0200
+++
/work/SRC/openSUSE:Factory/.multipath-tools.new.1538/multipath-tools.changes
2022-05-19 22:49:09.630322624 +0200
@@ -1,0 +2,48 @@
+Wed May 11 12:54:27 UTC 2022 - Martin Wilck <[email protected]>
+
+- Update to version 0.8.9+90+suse.71a70fb:
+ * support overriding -D_FORTIFY_SOURCE in OPTFLAGS
+ * add -U_FORTIFY_SOURCE to optflags to avoid compilation errors
+ on old distros
+
+-------------------------------------------------------------------
+Tue May 10 07:37:57 UTC 2022 - Martin Wilck <[email protected]>
+
+- Update to version 0.8.9+87+suse.a1eb122:
+ * add ability to autodetect support for -D_FORTIFY_SOURCE=3
+
+-------------------------------------------------------------------
+Mon May 9 09:59:53 UTC 2022 - Martin Wilck <[email protected]>
+
+- Update to version 0.8.9+85+suse.a9da21c:
+ * This is a pre-release of multipath-tools 0.9.0
+ * multipath.conf: add "protocol" subsection in "overrides" section
+ This allows to set "dev_loss_tmo", "fast_io_fail_tmo", and
+ "eh_deadline" on a per-protocol basis rather than per storage
+ * multipath.conf: drop support for deprecated options:
+ getuid_callout, pg_timeout, config_dir, multipath_dir
+ * multipathd: don't switch to DAEMON_IDLE during startup
+ (bsc#1199346, bsc#1197570)
+ * multipathd: avoid delays during uevent processing (bsc#1199347)
+ * Fixes for minor issues reported by coverity
+ * Fix for memory leak with uid_attrs
+ * Fix possibility to redefine -D_FORTIFY_SOURCE macro.
+ * Updates for built in hardware db
+
+-------------------------------------------------------------------
+Thu Apr 14 21:13:18 UTC 2022 - Martin Wilck <[email protected]>
+
+- Update to version 0.8.9+42+suse.45974f11:
+ * Logging improvements
+ * Fix busy loop with delayed_reconfigure (bsc#1199342)
+ * multipathd: use remove_map_callback for delayed reconfigure
+ * multipathd: Don't keep starting TUR threads, if they always hang.
+ (bsc#1199345)
+ * Fix handling of path addition in read-only arrays on NVMe
+ * Updates of built-in hardware database
+
+- Update to upstream 0.8.9
+ * libmultipath: only warn once about unsupported dev_loss_tmo
+ * Otherwise code-identical to 0.8.8+64
+
+-------------------------------------------------------------------
Old:
----
multipath-tools-0.8.8+64+suse.f265f7e0.obscpio
New:
----
multipath-tools-0.8.9+90+suse.71a70fb.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ multipath-tools.spec ++++++
--- /var/tmp/diff_new_pack.fos2eg/_old 2022-05-19 22:49:10.274323449 +0200
+++ /var/tmp/diff_new_pack.fos2eg/_new 2022-05-19 22:49:10.278323453 +0200
@@ -1,7 +1,7 @@
#
# spec file for package multipath-tools
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,11 @@
%global _lto_cflags %{nil}
+# multipath-tools auto-detects support for -D_FORTFY_SOURCE.
+# This will lead to a compilation error if the distro overrides
+# -D_FORTIFY_SOURCE in optflags, unless we precede it with -U
+%global mp_optflags %(echo %{optflags} | sed
's/-D_FORTIFY_SOURCE=[0-9]/-U_FORTIFY_SOURCE &/')
+
# Whether to build libdmmp - default YES
%bcond_without libdmmp
@@ -29,7 +34,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools
-Version: 0.8.8+64+suse.f265f7e0
+Version: 0.8.9+90+suse.71a70fb
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@@ -81,8 +86,6 @@
-
-
# 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
@@ -161,11 +164,11 @@
%build
[ -n "$SOURCE_DATE_EPOCH" ] && export
KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH
-%{make_build} OPTFLAGS="%{optflags}" %{dirflags} %{makeflags}
+%{make_build} OPTFLAGS="%{mp_optflags}" %{dirflags} %{makeflags}
%if 0%{?with_check} == 1
%check
-%{make_build} OPTFLAGS="%{optflags}" test
+%{make_build} OPTFLAGS="%{mp_optflags}" test
%endif
%install
++++++ _service ++++++
--- /var/tmp/diff_new_pack.fos2eg/_old 2022-05-19 22:49:10.306323490 +0200
+++ /var/tmp/diff_new_pack.fos2eg/_new 2022-05-19 22:49:10.306323490 +0200
@@ -5,7 +5,7 @@
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="filename">multipath-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
- <param name="revision">factory</param>
+ <param name="revision">next</param>
<param name="match-tag">0.[0-9].[0-9]</param>
<param name="changesgenerate">enable</param>
</service>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.fos2eg/_old 2022-05-19 22:49:10.330323520 +0200
+++ /var/tmp/diff_new_pack.fos2eg/_new 2022-05-19 22:49:10.330323520 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/multipath-tools.git</param>
- <param
name="changesrevision">f265f7e0e522325065d521b770663730dec5995d</param></service></servicedata>
+ <param
name="changesrevision">71a70fbb32b8b1883d1b1d749c0f2f1e43332f30</param></service></servicedata>
(No newline at EOF)
++++++ multipath-tools-0.8.8+64+suse.f265f7e0.obscpio ->
multipath-tools-0.8.9+90+suse.71a70fb.obscpio ++++++
++++ 5002 lines of diff (skipped)
++++++ multipath-tools.obsinfo ++++++
--- /var/tmp/diff_new_pack.fos2eg/_old 2022-05-19 22:49:10.646323925 +0200
+++ /var/tmp/diff_new_pack.fos2eg/_new 2022-05-19 22:49:10.650323930 +0200
@@ -1,5 +1,5 @@
name: multipath-tools
-version: 0.8.8+64+suse.f265f7e0
-mtime: 1645003957
-commit: f265f7e0e522325065d521b770663730dec5995d
+version: 0.8.9+90+suse.71a70fb
+mtime: 1652273603
+commit: 71a70fbb32b8b1883d1b1d749c0f2f1e43332f30