forked from pool/cni-plugins
Accepting request 762245 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/762245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=9
This commit is contained in:
parent
e8c4cba66d
commit
b465d9d048
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<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="versionformat">0.8.3</param>
|
<param name="versionformat">0.8.4</param>
|
||||||
<param name="revision">v0.8.3</param>
|
<param name="revision">v0.8.4</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f7abae645a64111b4e014cafc588ba3513bb32343aec3d84f41ea19621b119c1
|
|
||||||
size 797096
|
|
3
cni-plugins-0.8.4.tar.xz
Normal file
3
cni-plugins-0.8.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f676942828ce3fdfdc6fca260dc59fcfa6003e47ac444b5c96754c0e7be16e11
|
||||||
|
size 797748
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 9 13:24:41 UTC 2020 - Sascha Grunert <sgrunert@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.4:
|
||||||
|
* add support for mips64le
|
||||||
|
* Add missing cniVersion in README example
|
||||||
|
* bump go-iptables module to v0.4.5
|
||||||
|
* iptables: add idempotent functions
|
||||||
|
* portmap doesn't fail if chain doesn't exist
|
||||||
|
* fix portmap port forward flakiness
|
||||||
|
* Add Bruce Ma and Piotr Skarmuk as owners
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 11 14:53:55 UTC 2019 - sgrunert@suse.com
|
Mon Nov 11 14:53:55 UTC 2019 - sgrunert@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cni-plugins
|
# spec file for package cni-plugins
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,12 +20,12 @@
|
|||||||
%define cni_doc_dir %{_docdir}/cni-plugins
|
%define cni_doc_dir %{_docdir}/cni-plugins
|
||||||
|
|
||||||
Name: cni-plugins
|
Name: cni-plugins
|
||||||
Version: 0.8.3
|
Version: 0.8.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Network Interface plugins
|
Summary: Container Network Interface plugins
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Url: https://github.com/containernetworking/plugins
|
URL: https://github.com/containernetworking/plugins
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
BuildRequires: go >= 1.11
|
BuildRequires: go >= 1.11
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
|
Loading…
Reference in New Issue
Block a user