forked from pool/rshim
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:
parent
2f658f7a6b
commit
61eaf37948
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -21,3 +21,5 @@
|
|||||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
||||||
|
## Specific LFS patterns
|
||||||
|
rshim-2.0.4.15.tar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
12
_service
Normal file
12
_service
Normal 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>
|
3
rshim-2.0.4.15.tar
Normal file
3
rshim-2.0.4.15.tar
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8b7e32d3fdee7f5a1c8d3b8ad530dd545146530eddf60b26e661333a3dd598c9
|
||||||
|
size 245760
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48d0e0467a3d13286c810d2c50751bfbb58cd8e328b82ebe8e08264add47b052
|
|
||||||
size 48912
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 10 10:56:05 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
- add _service file
|
||||||
|
- update to latest version
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 27 13:45:32 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
|
Mon Apr 27 13:45:32 UTC 2020 - Matthias Brugger <mbrugger@suse.com>
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rshim
|
Name: rshim
|
||||||
Version: 2.0.4
|
Version: 2.0.4.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: User-space driver for Mellanox BlueField SoC
|
Summary: User-space driver for Mellanox BlueField SoC
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
URL: https://github.com/mellanox/rshim-user-space
|
URL: https://github.com/mellanox/rshim-user-space
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: fuse-devel
|
BuildRequires: fuse-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user