containernetworking-plugins-1.0.0-11.1.git8de0287
- bump to 1.0.0 - autobuilt 8de0287 Signed-off-by: RH Container Bot <rhcontainerbot@fedoraproject.org>
This commit is contained in:
parent
001ae04766
commit
77465855ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -53,3 +53,4 @@
|
||||
/d3851201759a080b9aec90bf9cb5e4e2fd3ef4f9.tar.gz
|
||||
/2989aba9dc2f2e9652a102f43bf5973ee3982352.tar.gz
|
||||
/b41052c547ee3193a33714c81164505a9012ac86.tar.gz
|
||||
/8de0287741e448a0a398b571030bcfa9243e4504.tar.gz
|
||||
|
@ -26,18 +26,18 @@
|
||||
%global repo plugins
|
||||
%global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global git0 https://%{import_path}
|
||||
%global commit0 b41052c547ee3193a33714c81164505a9012ac86
|
||||
%global commit0 8de0287741e448a0a398b571030bcfa9243e4504
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%define built_tag v0.9.1
|
||||
%define built_tag v1.0.0-rc1
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
||||
|
||||
Name: %{project}-%{repo}
|
||||
Version: 0.9.1
|
||||
Release: 10.1.git%{shortcommit0}%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 11.1.git%{shortcommit0}%{?dist}
|
||||
Summary: Libraries for writing CNI plugin
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -290,6 +290,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 06 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 1.0.0-11.1.git8de0287
|
||||
- bump to 1.0.0
|
||||
- autobuilt 8de0287
|
||||
|
||||
* Tue Apr 20 2021 RH Container Bot <rhcontainerbot@fedoraproject.org> - 0.9.1-10.1.gitb41052c
|
||||
- autobuilt b41052c
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (b41052c547ee3193a33714c81164505a9012ac86.tar.gz) = 2a04ba7b567f5abc5c5448804a724afa5bd9c3fd8b23158849b3b426456d20fe0a324f75ba91d3534833de42271274a17b2579d4c71f3aad271804aee1ba571e
|
||||
SHA512 (8de0287741e448a0a398b571030bcfa9243e4504.tar.gz) = e2275b1b05b9c4521a2185f18e9869b29be184b709bc7996d2be266ba8534672280c9f2e48ea00c4dd7a3ef8e24994680ae34773d98eab866a1deba2d8939fd8
|
||||
|
Loading…
Reference in New Issue
Block a user