diff --git a/containernetworking-plugins.spec b/containernetworking-plugins.spec index 2371042..c05cf5d 100644 --- a/containernetworking-plugins.spec +++ b/containernetworking-plugins.spec @@ -24,19 +24,18 @@ %global provider_tld com %global project containernetworking %global repo plugins -%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} -%global import_path %{provider_prefix} +%global import_path %{provider}.%{provider_tld}/%{project}/%{repo} %global git0 https://%{import_path} %global commit0 ad10b6fa91aacd720f1f9ab94341a97a82a24965 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag # to decide whether to autobuild (non-rawhide only) -%global built_tag v0.8.5 +%global built_tag v0.8.6 Name: %{project}-%{repo} -Version: 0.8.5 -Release: 8.1.git%{shortcommit0}%{?dist} +Version: 0.8.6 +Release: 1.1.git%{shortcommit0}%{?dist} Summary: Libraries for writing CNI plugin License: ASL 2.0 URL: %{git0} @@ -281,6 +280,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %endif %changelog +* Thu May 14 2020 Lokesh Mandvekar - 0.8.6-1.1.gitad10b6f +- correct version tag + * Wed May 13 2020 RH Container Bot - 0.8.5-8.1.gitad10b6f - autobuilt ad10b6f