From 18bd6913cc8bcba3ee0c381edb8c2f23d115fd5b Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 15 Dec 2017 18:45:33 +0000 Subject: [PATCH] Lots of fixes for libcontainer support unbindable,runbindable for rootfs propagation --- runc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/runc.spec b/runc.spec index 3643aa5..4bba9f3 100644 --- a/runc.spec +++ b/runc.spec @@ -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 - 2:1.0.0-14.rc4.gitdb093f6 +- Lots of fixes for libcontainer +- support unbindable,runbindable for rootfs propagation + * Sun Dec 10 2017 Dan Walsh - 2:1.0.0-13.rc4.git1d3ab6d - Many Stability fixes - Many fixes for rootless containers