Accepting request 866647 from home:mbrugger
- 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
This commit is contained in:
parent
8c56a67292
commit
c3b1640b31
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -22,4 +22,4 @@
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||
## Specific LFS patterns
|
||||
rshim-2.0.55.1.tar filter=lfs diff=lfs merge=lfs -text
|
||||
rshim-2.0.5.8.3.tar filter=lfs diff=lfs merge=lfs -text
|
||||
|
3
_service
3
_service
@ -6,7 +6,8 @@
|
||||
<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-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" />
|
||||
|
3
rshim-2.0.5.8.3.tar
Normal file
3
rshim-2.0.5.8.3.tar
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f5c3436cd69b138ed738854efd194720de603158df01da9aa7ba7afa4187b35
|
||||
size 276480
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97d17dda8e193f3c235dfc263dbf37a4a1bca01212b1ab3698b6f99c7c1f943c
|
||||
size 276480
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 14:35:50 UTC 2021 - Matthias Brugger <mbrugger@suse.com>
|
||||
|
||||
- fix _service file
|
||||
- update to 2.0.5.8.3
|
||||
* fix various issues
|
||||
* add workaround for Bluefield-2 REV-0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 19 17:06:49 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: rshim
|
||||
Version: 2.0.55.1
|
||||
Version: 2.0.5.8.3
|
||||
Release: 0
|
||||
Summary: User-space driver for Mellanox BlueField SoC
|
||||
License: GPL-2.0-only
|
||||
|
Loading…
Reference in New Issue
Block a user