1
0

_service: switch back to manual service mode for Base:System

OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=278
This commit is contained in:
Martin Wilck 2022-04-25 10:08:16 +00:00 committed by Git OBS Bridge
parent 5f3740bb8f
commit 740c39c997
2 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,17 @@
<?xml version="1.0"?>
<services>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<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="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>

View File

@ -82,6 +82,7 @@ availability of the map devices.
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd
# separately. libmultipath has no stable API at all, and it depends
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath