c3b1640b31
- fix _service file - update to 2.0.5.8.3 * fix various issues * add workaround for Bluefield-2 REV-0 OBS-URL: https://build.opensuse.org/request/show/866647 OBS-URL: https://build.opensuse.org/package/show/hardware/rshim?expand=0&rev=10
15 lines
657 B
Plaintext
15 lines
657 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="versionrewrite-replacement">\1.\2</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|