Accepting request 896962 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/896962 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni?expand=0&rev=12
This commit is contained in:
parent
3f90db3491
commit
01f7dd2dc3
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">cni</param>
|
<param name="filename">cni</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">0.8.0</param>
|
<param name="versionformat">0.8.1</param>
|
||||||
<param name="revision">v0.8.0</param>
|
<param name="revision">v0.8.1</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:9f54efff433c900a55c0411e64475c5667a420af9bbc144daddb15dcb2fb43c9
|
|
||||||
size 82596
|
|
3
cni-0.8.1.tar.xz
Normal file
3
cni-0.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e3620c5cdce9e3cefa1fccda1d0dcac4d7dd9cae0badc1a9d9ffcc44811871d2
|
||||||
|
size 82668
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 31 10:38:40 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.1:
|
||||||
|
* This is a security release that fixes a single bug:
|
||||||
|
- Tighten up plugin-finding logic (#811).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 24 09:19:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
Sat Apr 24 09:19:04 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
2
cni.spec
2
cni.spec
@ -21,7 +21,7 @@
|
|||||||
%define cni_doc_dir %{_docdir}/cni
|
%define cni_doc_dir %{_docdir}/cni
|
||||||
|
|
||||||
Name: cni
|
Name: cni
|
||||||
Version: 0.8.0
|
Version: 0.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Container Network Interface - networking for Linux containers
|
Summary: Container Network Interface - networking for Linux containers
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user