Dominique Leuenberger 2020-09-09 15:49:30 +00:00 committed by Git OBS Bridge
parent bb8ceaebdf
commit f693dd2981
6 changed files with 24 additions and 11 deletions

View File

@ -4,8 +4,8 @@
<param name="scm">git</param>
<param name="filename">cni-plugins</param>
<param name="exclude">.git</param>
<param name="versionformat">0.8.6</param>
<param name="revision">v0.8.6</param>
<param name="versionformat">0.8.7</param>
<param name="revision">v0.8.7</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

4
_servicedata Normal file
View File

@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/containernetworking/plugins.git</param>
<param name="changesrevision">9b8de6a613657df14a3a5958642872fa9855d570</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7013ab0a4aa59f7bed850ada939f834f8212571b7747fb1d5b5fe1f13dc5aafc
size 789800

3
cni-plugins-0.8.7.tar.xz Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Aug 31 09:15:35 UTC 2020 - dmueller@suse.com
- Update to version 0.8.7:
* Fix race condition in GetCurrentNS
* lo: CNI_IFNAME is no longer ignored
* cni: bump to 0.8.0
* Bump Go version to 1.13 and 1.14
* Add contact info
* Update firewall README.md CNI-ADMIN
* firewall: fix some typos in docs
* portmap DEL noop if no portMappings present
* flannel: remove net conf file after DEL succeed
-------------------------------------------------------------------
Wed Jun 17 08:38:27 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -18,17 +18,14 @@
%define cni_bin_dir %{_libexecdir}/cni
%define cni_doc_dir %{_docdir}/cni-plugins
Name: cni-plugins
Version: 0.8.6
Version: 0.8.7
Release: 0
Summary: Container Network Interface plugins
License: Apache-2.0
Group: System/Management
URL: https://github.com/containernetworking/plugins
Source: %{name}-%{version}.tar.xz
BuildRequires: go >= 1.11
BuildRequires: golang-packaging
BuildRequires: golang-packaging
BuildRequires: shadow
BuildRequires: systemd-rpm-macros
@ -36,7 +33,6 @@ BuildRequires: xz
BuildRequires: golang(API) >= 1.11
Requires: cni
Requires(post): %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
# Make sure that the binary is not getting stripped.
%{go_nostrip}
@ -77,7 +73,6 @@ install -m 755 -d "%{buildroot}%{cni_doc_dir}"
%{fillup_only -n %{name}}
%files
%defattr(-,root,root)
%dir %{cni_doc_dir}
%doc CONTRIBUTING.md
%doc README.md