1 Commits

5 changed files with 14 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/nmorey/ibdev2netdev.git</param>
<param name="url">https://github.com/SUSE/ibdev2netdev.git</param>
<param name="package-meta">no</param>
<param name="exclude">.git</param>
<param name="filename">ibdev2netdev</param>
@@ -9,7 +9,7 @@
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="extract">ibdev2netdev.spec</param>
<param name="revision">refs/remotes/origin/master</param>
<param name="revision">3b54c7a136b4b935feddabd29fa15f6ecdb18297</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*ibdev*.tar</param>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ee4534602cc3b7d8ce71c8abfbca7fec2528f5a4f8384f088d21cbfac6ed2c3
size 18836

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9be228bb31ee81f45c84c1b6340191c83bc97a2632d276b6a0d315e1148e7ef5
size 19217

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 25 14:42:15 UTC 2024 - Nicolas Morey <nicolas.morey@suse.com>
- Update to 0.2.0
- GPL Copyright fixes
-------------------------------------------------------------------
Thu Oct 5 12:12:01 UTC 2023 - Nicolas Morey <nicolas.morey@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ibdev2netdev
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
#
%define git_ver .18.7258568beb9c
%define git_ver .0.3b54c7a136b4
Name: ibdev2netdev
Version: 0.1
Version: 0.2.0
Release: 0
Summary: List netdevs with their associated RDMA interface (IPoIB, RoCE, iWarp)
License: GPL-3.0-only