Accepting request 1225653 from Base:System

- Update to version 0.11.0~1+118+suse.4a51b1a
  See NEWS.md for details about upstream changes in 0.11.0.
  * Pre-release of upstream 0.11.0
  * Rework of the path checking algorithm to reduce wait time and improve
  performance
  * Modified the systemd unit `multipathd.service` such that multipathd will now
  restart after a failure or crash (gh#opensvc/multipath-tools#100)
  * multipathd: move systemd watchdog handling into daemon (bsc#1232227)
  * libmultipath: dm_get_maps(): don't bail out for single-map failures
  (bsc#1233588, gh#opensvc/multipath-tools#102)
  * libmultipath: don't set dev_loss_tmo to 0 for NO_PATH_RETRY_FAIL
  * multipathd: fix deferred_failback_tick for reload removes (forwarded request 1225652 from mwilck)

OBS-URL: https://build.opensuse.org/request/show/1225653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=168
This commit is contained in:
Ana Guerrero 2024-11-22 22:50:44 +00:00 committed by Git OBS Bridge
commit 5a4861df86
7 changed files with 26 additions and 10 deletions

View File

@ -7,8 +7,8 @@
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
<param name="revision">factory</param>
<param name="match-tag">0.[0-9]*.[0-9]*</param>
<param name="versionrewrite-pattern">[-]pre\.([0-9])</param>
<param name="versionrewrite-replacement">~\1</param>
<param name="versionrewrite-pattern">[-]pre(\.)?([0-9])</param>
<param name="versionrewrite-replacement">~\2</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="manual"/>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">2c2e5978e26c48770efd2039339a017ff3e49480</param></service></servicedata>
<param name="changesrevision">4a51b1a402d394cd1a175e4559782edd6be5775f</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e509ef29a227dbe50000438aff15a52c0203703a6f77d95def2ed30e3bc3a643
size 2966028

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e091593a66d2e7505591c65b15943a815282dae3241662e859ae1d74d37466f5
size 2985996

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Nov 21 20:13:36 UTC 2024 - Martin Wilck <mwilck@suse.com>
- Update to version 0.11.0~1+118+suse.4a51b1a
See NEWS.md for details about upstream changes in 0.11.0.
* Pre-release of upstream 0.11.0
* Rework of the path checking algorithm to reduce wait time and improve
performance
* Modified the systemd unit `multipathd.service` such that multipathd will now
restart after a failure or crash (gh#opensvc/multipath-tools#100)
* multipathd: move systemd watchdog handling into daemon (bsc#1232227)
* libmultipath: dm_get_maps(): don't bail out for single-map failures
(bsc#1233588, gh#opensvc/multipath-tools#102)
* libmultipath: don't set dev_loss_tmo to 0 for NO_PATH_RETRY_FAIL
* multipathd: fix deferred_failback_tick for reload removes
-------------------------------------------------------------------
Tue Nov 5 09:29:27 UTC 2024 - Martin Wilck <mwilck@suse.com>

View File

@ -1,4 +1,4 @@
name: multipath-tools
version: 0.10.0+108+suse.2c2e597
mtime: 1730798676
commit: 2c2e5978e26c48770efd2039339a017ff3e49480
version: 0.11.0~1+118+suse.4a51b1a
mtime: 1732211514
commit: 4a51b1a402d394cd1a175e4559782edd6be5775f

View File

@ -35,7 +35,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools
Version: 0.10.0+108+suse.2c2e597
Version: 0.11.0~1+118+suse.4a51b1a
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only AND GPL-3.0-or-later