8c94c4d3d1
* Bump version to 1.0.10 * [build] Update dependencies * [all] Fix clippy lints and typos * [space_map] Allow non-zero values in unused index block entries * [thin_repair] Fix child keys checking on the node with a zero key * [thin_check] Tweak the logs to avoid confusion with node errors * [thin_check] Support overriding the details tree root * [tests] Update expected help text for _pack and _unpack * [all] Fix clippy lints on optional targets * [build] Simplify the pre-commit hooks by checking all the targets at once * [thin_metadata_unpack] Allow long format for input and output * [space map] Fix incorrect index_entry.nr_free while expansion * thin_metadata_pack: Allow long format for input and output OBS-URL: https://build.opensuse.org/package/show/Base:System/thin-provisioning-tools?expand=0&rev=64
26 lines
984 B
Plaintext
26 lines
984 B
Plaintext
<services>
|
|
<service mode="manual" name="obs_scm">
|
|
<param name="url">https://github.com/jthornber/thin-provisioning-tools.git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="scm">git</param>
|
|
<param name="match-tag">*</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">refs/tags/v1.0.10</param>
|
|
</service>
|
|
<service mode="manual" name="tar" />
|
|
<service mode="manual" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">zst</param>
|
|
</service>
|
|
<service mode="manual" name="set_version"/>
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srcdir">thin-provisioning-tools</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">thin-provisioning-tools</param>
|
|
</service>
|
|
</services>
|