runc-2:1.0.0-15.rc4.gite6516b3
- built commit e6516b3 Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
18bd6913cc
commit
925fc1204a
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/runc-c5ec254.tar.gz
|
||||
/runc-aea4f21.tar.gz
|
||||
/runc-1d3ab6d.tar.gz
|
||||
/runc-e6516b3.tar.gz
|
||||
|
||||
17
runc.spec
17
runc.spec
@ -15,18 +15,18 @@
|
||||
%if 0%{?with_debug}
|
||||
%global _dwz_low_mem_die_limit 0
|
||||
%else
|
||||
%global debug_package %{nil}
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global provider github
|
||||
%global provider_tld com
|
||||
%global provider github
|
||||
%global provider_tld com
|
||||
%global project opencontainers
|
||||
%global repo runc
|
||||
# https://github.com/opencontainers/runc
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://github.com/opencontainers/runc
|
||||
%global commit0 db093f621f4e6d40feafbe6d7b89a9bee6f6ff85
|
||||
%global commit0 e6516b3d5dc780cb57a976013c242a9a93052543
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
@ -34,7 +34,7 @@ Name: %{repo}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 1.0.0
|
||||
Release: 14.rc4.git%{shortcommit0}%{?dist}
|
||||
Release: 15.rc4.git%{shortcommit0}%{?dist}
|
||||
Summary: CLI for running Open Containers
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -250,8 +250,8 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
||||
#%%gotest %%{import_path}/libcontainer
|
||||
#%gotest %{import_path}/libcontainer/cgroups
|
||||
# --- 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
|
||||
# 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
|
||||
@ -293,6 +293,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Dec 18 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.0.0-15.rc4.gite6516b3
|
||||
- built commit e6516b3
|
||||
|
||||
* 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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-1d3ab6d.tar.gz) = f80edf1c48e9545d67eabbe33bd1ba0663ac11b4c42b64d8fa89cb84d2a8ea4f0d1e1174154cf407e47fec27872c472d7bb1d3882bb1d204eef65e81aff23d01
|
||||
SHA512 (runc-e6516b3.tar.gz) = 1a51a1013cc09d2c343ed62d3eb5549279e4e97a7cc635a05c66c9be98dd24bcd40f189993f3c52e985cca521628bac4ed40216167b64f49a921f7fcdfea8db0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user