From 6559188011fae48ce9cfd60849bf81e232f707c6 Mon Sep 17 00:00:00 2001 From: Jan Chaloupka Date: Wed, 16 Mar 2016 10:24:12 +0100 Subject: Update to 0.0.9 - resolves: #1290943 --- runc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 0c8e9e9..1a483ac 100644 --- a/runc.spec +++ b/runc.spec @@ -227,7 +227,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} # FAIL: TestFactoryNewTmpfs (0.00s), factory_linux_test.go:59: operation not permitted #%%gotest %%{import_path}/libcontainer %gotest %{import_path}/libcontainer/cgroups -%gotest %{import_path}/libcontainer/cgroups/fs +# --- FAIL: TestInvalidCgroupPath (0.00s) +# apply_raw_test.go:16: couldn't get cgroup root: mountpoint for cgroup not found +# apply_raw_test.go:25: couldn't get cgroup data: mountpoint for cgroup not found +#%%gotest %{import_path}/libcontainer/cgroups/fs %gotest %{import_path}/libcontainer/configs %gotest %{import_path}/libcontainer/devices # undefined reference to `nsexec' -- cgit