Accepting request 813258 from home:mbrugger

- add _service file
- update to latest version

OBS-URL: https://build.opensuse.org/request/show/813258
OBS-URL: https://build.opensuse.org/package/show/hardware/rshim?expand=0&rev=2
This commit is contained in:
Matthias Brugger
2020-06-15 15:04:20 +00:00
committed by Git OBS Bridge
parent 2f658f7a6b
commit 61eaf37948
6 changed files with 25 additions and 5 deletions

12
_service Normal file
View File

@@ -0,0 +1,12 @@
<!-- See https://en.opensuse.org/openSUSE:Build_Service_Concept_SourceService -->
<!-- for more details on the syntax -->
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/Mellanox/rshim-user-space.git</param>
<param name="filename">rshim</param>
<param name="versionrewrite-pattern">rshim(.*)</param>
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
</service>
</services>