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