Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
ce7ee19909 | ||
|
|
28e3517f30 |
9
_service
9
_service
@@ -1,16 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<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">slfo-1.2</param>
|
||||
<param name="match-tag">0.[0-9]*.[0-9]*</param>
|
||||
<param name="versionrewrite-pattern">[-]pre(\.)?([0-9])</param>
|
||||
<param name="versionrewrite-replacement">~\2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service mode="buildtime" name="tar"/>
|
||||
</services>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">397329364d2e192b2538a9157cac3a77bd40fac0</param></service></servicedata>
|
||||
<param name="changesrevision">e1501732a0fbe355384c9043deb5e8aa5eb93210</param></service></servicedata>
|
||||
Binary file not shown.
BIN
multipath-tools-0.11.3+184+suse.e1501732.tar.xz
LFS
Normal file
BIN
multipath-tools-0.11.3+184+suse.e1501732.tar.xz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 21:13:56 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.11.3+184+suse.e1501732:
|
||||
|
||||
- Fixes from upstream 0.11.3 (see also NEWS.md) (bsc#1253260)
|
||||
|
||||
* Improved the communication with **udev** and **systemd** by triggering
|
||||
uevents when path devices are added to or removed from multipath maps,
|
||||
or when `multipathd reconfigure` is executed after changing blacklist
|
||||
directives in `multipath.conf`.
|
||||
* Failed paths should be checked every `polling_interval`. In certain cases,
|
||||
this wouldn't happen, because the check interval wasn't reset by multipathd.
|
||||
* It could happen that multipathd would accidentally release a SCSI persistent
|
||||
reservation held by another node. Fix it.
|
||||
* After manually failing some paths and then reinstating them, sometimes
|
||||
the reinstated paths were immediately failed again by multipathd. Fix it.
|
||||
* Various minor fixes reported by coverity.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 5 14:33:08 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
name: multipath-tools
|
||||
version: 0.11.0+183+suse.3973293
|
||||
mtime: 1741128802
|
||||
commit: 397329364d2e192b2538a9157cac3a77bd40fac0
|
||||
@@ -35,13 +35,13 @@
|
||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.11.0+183+suse.3973293
|
||||
Version: 0.11.3+184+suse.e1501732
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0-only AND GPL-3.0-or-later
|
||||
Group: System/Base
|
||||
URL: http://christophe.varoqui.free.fr/
|
||||
Source: multipath-tools-%{version}.tar
|
||||
Source: multipath-tools-%{version}.tar.xz
|
||||
# modprobe.d configuration file
|
||||
Source1: modprobe_d-scsi_dh.conf
|
||||
# SUSE policy: disable partition deletion by default
|
||||
|
||||
Reference in New Issue
Block a user