v1.0.0 release of runc
This commit is contained in:
parent
05e0f8e8e2
commit
23cbe2de56
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/runc-c91b5be.tar.gz
|
/runc-c91b5be.tar.gz
|
||||||
/runc-75f8da7.tar.gz
|
/runc-75f8da7.tar.gz
|
||||||
/runc-6394544.tar.gz
|
/runc-6394544.tar.gz
|
||||||
|
/runc-c5ec254.tar.gz
|
||||||
|
@ -27,15 +27,15 @@
|
|||||||
%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 639454475cb9c8b861cc599f8bcd5c8c790ae402
|
%global commit0 c5ec25487693612aed95673800863e134785f946
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
%if 0%{?fedora} || 0%{?rhel} == 6
|
%if 0%{?fedora} || 0%{?rhel} == 6
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif
|
%endif
|
||||||
Version: 1.0.0
|
Version: 1.0.1
|
||||||
Release: 9.git%{shortcommit0}%{?dist}
|
Release: 1.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}
|
||||||
@ -294,6 +294,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.name> - 1.0.1-1.gitc5ec25487
|
||||||
|
- v1.0.0 release of runc
|
||||||
|
|
||||||
* Tue Jun 27 2017 Till Maas <opensource@till.name> - 1.0.0-9.git6394544
|
* Tue Jun 27 2017 Till Maas <opensource@till.name> - 1.0.0-9.git6394544
|
||||||
- Just make the criu dependency optional (https://bugzilla.redhat.com/show_bug.cgi?id=1460148)
|
- Just make the criu dependency optional (https://bugzilla.redhat.com/show_bug.cgi?id=1460148)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (runc-6394544.tar.gz) = 9a57f03e66c522f0f19f81cae1a3b714bda471a0372440211f1cd687907d6fae3d7e01dc74bee53daa63668782c012f04e669951c30d1c2436ede55728c77a55
|
SHA512 (runc-c5ec254.tar.gz) = cb9eb938942774db2bb3ef7f8d453d77619404effb140036fd70df0834f87f0659acb443156c0b6f522c6e280e8d3756f197d222c12290700b550681819a7b21
|
||||||
|
Loading…
Reference in New Issue
Block a user