rshim/_service
Matthias Brugger 8c56a67292 Accepting request 849474 from home:mbrugger
- update to 2.0.55.1
  * add bfb-install script
- fix version number naming
- add versioning to _service file

OBS-URL: https://build.opensuse.org/request/show/849474
OBS-URL: https://build.opensuse.org/package/show/hardware/rshim?expand=0&rev=8
2020-11-20 10:00:39 +00:00

14 lines
580 B
Plaintext

<!-- 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>
<service mode="disabled" name="set_version" />
</services>