Fix issue with runc interacting with /dev/stderr
This commit is contained in:
parent
ea1f358a41
commit
742e9fad24
1
.gitignore
vendored
1
.gitignore
vendored
@ -70,3 +70,4 @@
|
||||
/runc-6a3f474.tar.gz
|
||||
/runc-029124d.tar.gz
|
||||
/runc-c1b8c57.tar.gz
|
||||
/runc-b9b6cc6.tar.gz
|
||||
|
@ -19,13 +19,13 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://github.com/opencontainers/runc
|
||||
%global commit0 c1b8c57aba46dcfa43947c346b3d80eacb7613c3
|
||||
%global commit0 b9b6cc6e47fe4f2aa4f744a1fc62d248c182d28d
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
Epoch: 2
|
||||
Version: 1.0.0
|
||||
Release: 92.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 93.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: CLI for running Open Containers
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -284,6 +284,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed May 15 2019 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.0-93.dev.gitb9b6cc6e
|
||||
- Fix issue with runc interacting with /dev/stderr
|
||||
|
||||
* Wed Apr 24 2019 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.0-92.dev.gitc1b8c57a
|
||||
- Fix issue with runc failing on SELinux disabled machines
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-c1b8c57.tar.gz) = 8f040bca5c40d9cb39e95fb5bbc49201b13cd754d0d3ba1a4881d7aab80fcbc4d84d8c9386c37f2a84adac1d048adcbad8f9cef14f30e8b4d475cadb81c0205a
|
||||
SHA512 (runc-b9b6cc6.tar.gz) = 5b7c830d4bdd37d20ce19c239b4329ff523e76e8f7015576d66b10565fea757ceabfa581e69aea00d61267258013d383a18b5064a4c9772029474d130e7c1510
|
||||
|
Loading…
Reference in New Issue
Block a user