- Change _service file to use correct version number and not

git hash

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/seatd?expand=0&rev=3
This commit is contained in:
2020-11-11 08:47:16 +00:00
committed by Git OBS Bridge
parent 410938e010
commit d9728a29f6
5 changed files with 15 additions and 3 deletions

View File

@@ -3,7 +3,10 @@
<service name="obs_scm" mode="disabled">
<param name="url">https://git.sr.ht/~kennylevinsen/seatd</param>
<param name="scm">git</param>
<param name="revision">271305a15f33c4be7396372fa043fdb6d6765bf9</param>
<param name="revision">0.4.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service mode="disabled" name="set_version"/>
<service name="tar" mode="buildtime"/>