containernetworking-plugins-0.8.6-1.1.gitad10b6f
- correct version tag Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
addbc1762a
commit
89124a4ce0
@ -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 <lsm5@fedoraproject.org> - 0.8.6-1.1.gitad10b6f
|
||||
- correct version tag
|
||||
|
||||
* Wed May 13 2020 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.8.5-8.1.gitad10b6f
|
||||
- autobuilt ad10b6f
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user