- Version 0.8.8+57+suse.dfb672fe * kpartx.rules: skip MD devices (bsc#1195644) * libmultipath: hwtable: use ALUA for all LIO targets (bsc#1195649) * multipathd.service: drop ExecStartPre for loading dm-multipath (bsc#1195397) OBS-URL: https://build.opensuse.org/request/show/952907 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=272
19 lines
700 B
XML
19 lines
700 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">next</param>
|
|
<param name="match-tag">0.[0-9].[0-9]</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service mode="buildtime" name="tar"/>
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|