forked from pool/cni-plugins
Accepting request 1181348 from home:iDesmI:branches:devel:microos
- Update to version 1.5.1: * Support DeviceID on Auxiliary Bus * Dev/exclude subnets from traffic shaping * Use temporary name for netdevice when moving in/out of NS OBS-URL: https://build.opensuse.org/request/show/1181348 OBS-URL: https://build.opensuse.org/package/show/devel:microos/cni-plugins?expand=0&rev=10
This commit is contained in:
parent
d0ca8f30a7
commit
498fed7ae2
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">cni-plugins</param>
|
<param name="filename">cni-plugins</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v1.4.0</param>
|
<param name="revision">v1.5.1</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/containernetworking/plugins.git</param>
|
<param name="url">https://github.com/containernetworking/plugins.git</param>
|
||||||
<param name="changesrevision">1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc</param></service></servicedata>
|
<param name="changesrevision">c29dc79f96cd50452a247a4591443d2aac033429</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4b8bdf06cef650986d75b58162a4a6c8a46776e32b77a9b532ebaa4cee163f9f
|
|
||||||
size 2163276
|
|
3
cni-plugins-1.5.1.tar.xz
Normal file
3
cni-plugins-1.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:681a5c79b48c26ab74dac1a587de043583b8e9a16f22c0b49b024bb72abf936b
|
||||||
|
size 2032368
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 17 15:56:20 UTC 2024 - Enrico Belleri <kilgore.trout@idesmi.eu>
|
||||||
|
|
||||||
|
- Update to version 1.5.1:
|
||||||
|
* Support DeviceID on Auxiliary Bus
|
||||||
|
* Dev/exclude subnets from traffic shaping
|
||||||
|
* Use temporary name for netdevice when moving in/out of NS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 06 12:28:38 UTC 2024 - dcermak@suse.com
|
Wed Mar 06 12:28:38 UTC 2024 - dcermak@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define cni_bin_dir %{_libexecdir}/cni
|
%define cni_bin_dir %{_libexecdir}/cni
|
||||||
%define cni_doc_dir %{_docdir}/cni-plugins
|
%define cni_doc_dir %{_docdir}/cni-plugins
|
||||||
Name: cni-plugins
|
Name: cni-plugins
|
||||||
Version: 1.4.0
|
Version: 1.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Network Interface plugins
|
Summary: Container Network Interface plugins
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user