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 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=349
17 lines
692 B
XML
17 lines
692 B
XML
<?xml version="1.0"?>
|
|
<services>
|
|
<service name="obs_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="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="set_version" mode="manual"/>
|
|
<service mode="buildtime" name="tar"/>
|
|
</services>
|