From 58bd85420e1d7821011fdfbdd1d8571eea5bef0d06393a6abba6761d39f8051e Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Tue, 10 May 2022 07:47:57 +0000 Subject: [PATCH] Accepting request 976003 from home:mwilck:multipath - Update to version 0.8.9+87+suse.a1eb122: * add ability to autodetect support for -D_FORTIFY_SOURCE=3 - 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 - 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 OBS-URL: https://build.opensuse.org/request/show/976003 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=280 --- _service | 2 +- _servicedata | 2 +- ...ipath-tools-0.8.8+64+suse.f265f7e0.obscpio | 3 -- multipath-tools-0.8.9+87+suse.a1eb122.obscpio | 3 ++ multipath-tools.changes | 40 +++++++++++++++++++ multipath-tools.obsinfo | 6 +-- multipath-tools.spec | 6 +-- 7 files changed, 50 insertions(+), 12 deletions(-) delete mode 100644 multipath-tools-0.8.8+64+suse.f265f7e0.obscpio create mode 100644 multipath-tools-0.8.9+87+suse.a1eb122.obscpio diff --git a/_service b/_service index d965534..4baad00 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ https://github.com/openSUSE/multipath-tools.git multipath-tools @PARENT_TAG@+@TAG_OFFSET@+suse.%h - factory + next 0.[0-9].[0-9] enable diff --git a/_servicedata b/_servicedata index 34802a3..b6a715a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/multipath-tools.git - f265f7e0e522325065d521b770663730dec5995d \ No newline at end of file + a1eb1223ae8fcb33cd86a214ae590d269494224d \ No newline at end of file diff --git a/multipath-tools-0.8.8+64+suse.f265f7e0.obscpio b/multipath-tools-0.8.8+64+suse.f265f7e0.obscpio deleted file mode 100644 index 63fa611..0000000 --- a/multipath-tools-0.8.8+64+suse.f265f7e0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:520a168244bef31e0eeb4772f75d8f0b01fa2acdc2617f4c3d9946721d52d9bf -size 2675724 diff --git a/multipath-tools-0.8.9+87+suse.a1eb122.obscpio b/multipath-tools-0.8.9+87+suse.a1eb122.obscpio new file mode 100644 index 0000000..6fcf59a --- /dev/null +++ b/multipath-tools-0.8.9+87+suse.a1eb122.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f34c1a8863133d5b8d99dc312df6c29fcf3531c8f8d1a4784e041765573222f +size 2685964 diff --git a/multipath-tools.changes b/multipath-tools.changes index daad0b8..5ebef6a 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Tue May 10 07:37:57 UTC 2022 - Martin Wilck + +- 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 + +- 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 + +- 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 + ------------------------------------------------------------------- Mon Mar 28 12:54:15 UTC 2022 - Martin Wilck diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo index 9837332..19beb5a 100644 --- a/multipath-tools.obsinfo +++ b/multipath-tools.obsinfo @@ -1,4 +1,4 @@ name: multipath-tools -version: 0.8.8+64+suse.f265f7e0 -mtime: 1645003957 -commit: f265f7e0e522325065d521b770663730dec5995d +version: 0.8.9+87+suse.a1eb122 +mtime: 1652167860 +commit: a1eb1223ae8fcb33cd86a214ae590d269494224d diff --git a/multipath-tools.spec b/multipath-tools.spec index effaa17..2558448 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -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 @@ -29,7 +29,7 @@ %define libdmmp_version %(echo %{_libdmmp_version} | tr . _) Name: multipath-tools -Version: 0.8.8+64+suse.f265f7e0 +Version: 0.8.9+87+suse.a1eb122 Release: 0 Summary: Tools to Manage Multipathed Devices with the device-mapper License: GPL-2.0-only @@ -81,8 +81,6 @@ availability of the map devices. - - # 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