forked from pool/multipath-tools
- Update to version 0.8.1+59+suse.f947184: * libmultipath: trigger uevents for partitions, too (bsc#1140146) - Update to version 0.8.1+58+suse.2af8f92: * libmultipath: more cautious blacklisting by missing property (don't blacklist paths because of temporarily missing udev properties) * libmultipath: fix memory leak with "uid_attrs" config option * libmultipath: get_uid: straighten the fallback logic - Fix SCSI VPD 0x80/0x83 parsing - Fix compiler warnings introduced by gcc 9: * -Wstringop-overflow, -Wstringop-truncation, -Waddress-of-packed-member (bsc#1133861) OBS-URL: https://build.opensuse.org/request/show/713117 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=197
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@+59+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>
|