| |
@@ -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 @@
|
| |
|
| |
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 @@
|
| |
%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
|
| |
|
| |
The kubelet package maintained by the kubernetes upstream project, which is used for running kubeadm, depends on a cni plugins package that they call kubernetes-cni. That package can't be used with rpm-ostree, because it installs binaries to `/opt, which rpm-ostree doesn't allow. This containernetworking-plugins package provides the needed cni binaries, but needs this change to satisfy the upstream kubelet's deps.