Fix issue with runc failing on SELinux disabled machines
This commit is contained in:
parent
295212f4d4
commit
ea1f358a41
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
||||
/runc-da20211.tar.gz
|
||||
/runc-6a3f474.tar.gz
|
||||
/runc-029124d.tar.gz
|
||||
/runc-c1b8c57.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 029124da7af7360afa781a0234d1b083550f797c
|
||||
%global commit0 c1b8c57aba46dcfa43947c346b3d80eacb7613c3
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
Epoch: 2
|
||||
Version: 1.0.0
|
||||
Release: 91.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 92.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 Apr 24 2019 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.0-92.dev.gitc1b8c57a
|
||||
- Fix issue with runc failing on SELinux disabled machines
|
||||
|
||||
* Fri Apr 19 2019 Daniel Walsh <dwalsh@fedoraproject.org> - 2:1.0.0-91.dev.gitda202113
|
||||
- Revert Build with nokmem
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-029124d.tar.gz) = 54eccc1ece8f58e90655538938c64289bc4a6180d3abd074d9f5f48f0dd1e2c0139e603e26235ec3efc104f98efbc987207db42490d29a523c52f3526a01e163
|
||||
SHA512 (runc-c1b8c57.tar.gz) = 8f040bca5c40d9cb39e95fb5bbc49201b13cd754d0d3ba1a4881d7aab80fcbc4d84d8c9386c37f2a84adac1d048adcbad8f9cef14f30e8b4d475cadb81c0205a
|
||||
|
Loading…
Reference in New Issue
Block a user