From f50486fd6e8fd787c1d8fe617eccb6425d7a69f4 Mon Sep 17 00:00:00 2001 From: Jason Brooks Date: Feb 27 2019 14:49:28 +0000 Subject: add provides kubernetes-cni for upstream kubelet compat --- diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index c251da5..8a93c88 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -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 - 0.7.4-2 +- add Provides kubernetes-cni for compatibility with upstream kubelet package + * Wed Feb 13 2019 Lokesh Mandvekar - 0.7.4-1 - bump to v0.7.4