17
0
Files
multipath-tools/_service
Martin Wilck 28e3517f30 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.
2025-11-11 22:44:50 +01:00

20 lines
787 B
XML

<?xml version="1.0"?>
<services>
<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">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"/>
</services>