bump to runc-1.0.1
This commit is contained in:
parent
5fa543f3a2
commit
f803c98d93
1
.gitignore
vendored
1
.gitignore
vendored
@ -351,3 +351,4 @@
|
||||
/v1.0.0-rc93.tar.gz
|
||||
/v1.0.0-rc95.tar.gz
|
||||
/v1.0.0.tar.gz
|
||||
/v1.0.1.tar.gz
|
||||
|
@ -30,14 +30,14 @@
|
||||
|
||||
# Used for comparing with latest upstream tag
|
||||
# to decide whether to autobuild (non-rawhide only)
|
||||
%define built_tag v1.0.0
|
||||
%define built_tag v1.0.1
|
||||
%define built_tag_strip %(b=%{built_tag}; echo ${b:1})
|
||||
%define download_url %{git0}/archive/%{built_tag}.tar.gz
|
||||
|
||||
Name: %{repo}
|
||||
Epoch: 2
|
||||
Version: 1.0.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 0%{?dist}
|
||||
Summary: CLI for running Open Containers
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -309,6 +309,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 19 2021 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.1-0.dev
|
||||
- bump to runc-1.0.1
|
||||
|
||||
* Wed Jun 30 2021 Peter Hunt <pehunt@redhat.com> - 2:1.0.0-2
|
||||
- bump to runc-1.0.0
|
||||
|
||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
||||
SHA512 (v1.0.0.tar.gz) = 8ddad1e031237c07b6cab5cfe5bdb7b11bf98d5d1064ec06845f36da073fe65a0facc6a28ba5daff71cdcb50cfd5d1cd25e97385b4eddb35b287113c2771365c
|
||||
SHA512 (v1.0.1.tar.gz) = c5db1016f438cd4883d1f9b36414e9c8b1fe9dfcb53dfebd1130cea3cb9bf78615a765715f4dd587cf8cc603b69951a5871adc33870cfeef2e63521d1ceccf39
|
||||
|
Loading…
Reference in New Issue
Block a user