forked from pool/multipath-tools
- Update to version 0.8.1+28+suse.fea562a: * mpathpersist: optimize for setups with many LUNs (bsc#1134648) * mpathpersist: add option -f/--batch-file (bsc#1134648) * libmultipath: get_prio(): really don't reset prio for inaccessible paths (bsc#1118495) - Upstream bug fixes from dm-devel (bsc#1139369): * multipath: call store_pathinfo with DI_BLACKLIST * multipathd: fix REALLOC_REPLY with max length reply * libmultipath: make vector_foreach_slot_backwards work as expected * multipathd: fix client response for socket activation * various minor fixes (coverity) * libmultipath: hwtable: add Lenovo DE series (bsc#1125507) OBS-URL: https://build.opensuse.org/request/show/711931 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=195
22 lines
929 B
Plaintext
22 lines
929 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename">multipath-tools</param>
|
|
<!-- for factory, TAG_OFFSET doesn't work, because patches that
|
|
are have been added to factory before upstream will be
|
|
counted. Determine patch offset manually! It should be the number
|
|
of patches which are _really_ not upstream (yet). -->
|
|
<param name="versionformat">@PARENT_TAG@+28+suse.%h</param>
|
|
<param name="revision">factory</param>
|
|
<param name="match-tag">0.[0-9].[0-9]</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*multipath-tools*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|