add provides kubernetes-cni for upstream kubelet compat
This commit is contained in:
parent
db923f50cc
commit
f50486fd6e
@ -23,7 +23,7 @@
|
||||
|
||||
Name: %{project}-%{repo}
|
||||
Version: 0.7.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Libraries for writing CNI plugin
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -46,6 +46,7 @@ BuildRequires: golang(github.com/coreos/go-iptables/iptables)
|
||||
|
||||
Obsoletes: %{project}-cni < 0.7.1-2
|
||||
Provides: %{project}-cni = %{version}-%{release}
|
||||
Provides: kubernetes-cni
|
||||
|
||||
%description
|
||||
The CNI (Container Network Interface) project consists of a specification
|
||||
@ -266,6 +267,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 27 2019 Jason Brooks <jbrooks@redhat.com> - 0.7.4-2
|
||||
- add Provides kubernetes-cni for compatibility with upstream kubelet package
|
||||
|
||||
* Wed Feb 13 2019 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.7.4-1
|
||||
- bump to v0.7.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user