Remove offset from the version, it is always 0

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:Agama:Devel/agama-cli?expand=0&rev=7
This commit is contained in:
Ladislav Slezák 2023-06-09 07:01:51 +00:00 committed by Git OBS Bridge
parent 1e5aaa2421
commit e0bf6f8ba7

View File

@ -1,7 +1,7 @@
<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/openSUSE/agama.git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="scm">git</param>
<param name="revision">v2.1</param>