Many Stability fixes
Many fixes for rootless containers Many fixes for static builds
This commit is contained in:
parent
715a2d1412
commit
9c7a1bcc7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/runc-6394544.tar.gz
|
/runc-6394544.tar.gz
|
||||||
/runc-c5ec254.tar.gz
|
/runc-c5ec254.tar.gz
|
||||||
/runc-aea4f21.tar.gz
|
/runc-aea4f21.tar.gz
|
||||||
|
/runc-1d3ab6d.tar.gz
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||||
%global import_path %{provider_prefix}
|
%global import_path %{provider_prefix}
|
||||||
%global git0 https://github.com/opencontainers/runc
|
%global git0 https://github.com/opencontainers/runc
|
||||||
%global commit0 aea4f21eec795d9f5b7c7d514f568c08d58b8e58
|
%global commit0 1d3ab6d668952a23498256dd385bec37f8f9fa04
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
@ -34,7 +34,7 @@ Name: %{repo}
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 12.rc4.git%{shortcommit0}%{?dist}
|
Release: 13.rc4.git%{shortcommit0}%{?dist}
|
||||||
Summary: CLI for running Open Containers
|
Summary: CLI for running Open Containers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -293,6 +293,11 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 10 2017 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-13.rc4.git1d3ab6d
|
||||||
|
- Many Stability fixes
|
||||||
|
- Many fixes for rootless containers
|
||||||
|
- Many fixes for static builds
|
||||||
|
|
||||||
* Wed Oct 25 2017 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-12.rc4.gitaea4f21
|
* Wed Oct 25 2017 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-12.rc4.gitaea4f21
|
||||||
- Add container-selinux prerequires to make sure runc is labeled correctly
|
- Add container-selinux prerequires to make sure runc is labeled correctly
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (runc-aea4f21.tar.gz) = b42c0615c9277be7532521d38ae4643643965b71141055863d1af79e2091cd93250185eac985ad83dfefba754b036dac1dbee4bd5bb22952cbddd1b54a543b8a
|
SHA512 (runc-1d3ab6d.tar.gz) = f80edf1c48e9545d67eabbe33bd1ba0663ac11b4c42b64d8fa89cb84d2a8ea4f0d1e1174154cf407e47fec27872c472d7bb1d3882bb1d204eef65e81aff23d01
|
||||||
|
Loading…
Reference in New Issue
Block a user