runc-2:1.0.0-94.dev.git6cccc17
- autobuilt 6cccc17 Signed-off-by: Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org>
This commit is contained in:
parent
742e9fad24
commit
bc3396d380
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@
|
|||||||
/runc-029124d.tar.gz
|
/runc-029124d.tar.gz
|
||||||
/runc-c1b8c57.tar.gz
|
/runc-c1b8c57.tar.gz
|
||||||
/runc-b9b6cc6.tar.gz
|
/runc-b9b6cc6.tar.gz
|
||||||
|
/runc-6cccc17.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 b9b6cc6e47fe4f2aa4f744a1fc62d248c182d28d
|
%global commit0 6cccc1760d57d9e1bc856b96eeb7ee02b7b8101d
|
||||||
%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: 93.dev.git%{shortcommit0}%{?dist}
|
Release: 94.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}
|
||||||
@ -284,6 +284,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.0-94.dev.git6cccc17
|
||||||
|
- autobuilt 6cccc17
|
||||||
|
|
||||||
* Wed May 15 2019 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.0-93.dev.gitb9b6cc6e
|
* Wed May 15 2019 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.0-93.dev.gitb9b6cc6e
|
||||||
- Fix issue with runc interacting with /dev/stderr
|
- Fix issue with runc interacting with /dev/stderr
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (runc-b9b6cc6.tar.gz) = 5b7c830d4bdd37d20ce19c239b4329ff523e76e8f7015576d66b10565fea757ceabfa581e69aea00d61267258013d383a18b5064a4c9772029474d130e7c1510
|
SHA512 (runc-6cccc17.tar.gz) = 0cf87eb4562b7384e0fb2e57260ec32e299718400f0e5e54614b4ab064cc396399629aaa315438fad167ea22d1228ce64f79f07bedcc23bf3c5e6d3c946b3f0c
|
||||||
|
Loading…
Reference in New Issue
Block a user