Lots of fixes for libcontainer

support unbindable,runbindable for rootfs propagation
This commit is contained in:
Daniel J Walsh 2017-12-15 18:45:33 +00:00
parent 9c7a1bcc7f
commit 18bd6913cc

View File

@ -26,7 +26,7 @@
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
%global import_path %{provider_prefix}
%global git0 https://github.com/opencontainers/runc
%global commit0 1d3ab6d668952a23498256dd385bec37f8f9fa04
%global commit0 db093f621f4e6d40feafbe6d7b89a9bee6f6ff85
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: %{repo}
@ -34,7 +34,7 @@ Name: %{repo}
Epoch: 2
%endif
Version: 1.0.0
Release: 13.rc4.git%{shortcommit0}%{?dist}
Release: 14.rc4.git%{shortcommit0}%{?dist}
Summary: CLI for running Open Containers
License: ASL 2.0
URL: %{git0}
@ -293,6 +293,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif
%changelog
* Fri Dec 15 2017 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-14.rc4.gitdb093f6
- Lots of fixes for libcontainer
- support unbindable,runbindable for rootfs propagation
* Sun Dec 10 2017 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-13.rc4.git1d3ab6d
- Many Stability fixes
- Many fixes for rootless containers