bump to v1.0.0-rc93
Signed-off-by: Peter Hunt <pehunt@redhat.com>
This commit is contained in:
parent
d07f2cc868
commit
72b2636c86
1
.gitignore
vendored
1
.gitignore
vendored
@ -347,3 +347,4 @@
|
|||||||
/runc-6c85f63.tar.gz
|
/runc-6c85f63.tar.gz
|
||||||
/runc-cc988c1.tar.gz
|
/runc-cc988c1.tar.gz
|
||||||
/runc-7e3c3e8.tar.gz
|
/runc-7e3c3e8.tar.gz
|
||||||
|
/runc-12644e6.tar.gz
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global git0 https://github.com/opencontainers/runc
|
%global git0 https://github.com/opencontainers/runc
|
||||||
%global commit0 7e3c3e8c22cb128c99c0f3dab7c64815cae178f8
|
%global commit0 12644e614e25b05da6fd08a38ffa0cfe1903fdec
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 374.dev.git%{shortcommit0}%{?dist}
|
Release: 375.dev.git%{shortcommit0}%{?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}
|
||||||
@ -285,6 +285,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 05 2021 Peter Hunt <pehunt@redhat.com> - 2:1.0.0-375.dev.git12644e6
|
||||||
|
- bump to v1.0.0-rc93
|
||||||
|
|
||||||
* Mon Apr 05 2021 Peter Hunt <pehunt@redhat.com> - 2:1.0.0-374.dev.git7e3c3e8
|
* Mon Apr 05 2021 Peter Hunt <pehunt@redhat.com> - 2:1.0.0-374.dev.git7e3c3e8
|
||||||
- Patch: revert https://github.com/opencontainers/runc/pull/2773
|
- Patch: revert https://github.com/opencontainers/runc/pull/2773
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (runc-7e3c3e8.tar.gz) = 0dbe1ca862faf20fa1b59c5b855a68d7edda95aff7fcf20a3655b288bf0fe0167658d849336349cc7534a4709fd5efd636f48a4dd7c8477c9fc951809df29dd3
|
SHA512 (runc-12644e6.tar.gz) = babfd3ef2d18c27ba64c147037e8b48a3c9c42ed39af1cd83d887d9827f224b0de89233a61de0de81276059ed96a3e050abec4d550b20bd6905731a541266f42
|
||||||
|
Loading…
Reference in New Issue
Block a user