Rebuilt from master, with requierements needed for CRI-O
This commit is contained in:
parent
9c7abf3840
commit
c3e59f08d8
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
|||||||
/runc-75f8da7.tar.gz
|
/runc-75f8da7.tar.gz
|
||||||
/runc-6394544.tar.gz
|
/runc-6394544.tar.gz
|
||||||
/runc-c5ec254.tar.gz
|
/runc-c5ec254.tar.gz
|
||||||
|
/runc-aea4f21.tar.gz
|
||||||
|
@ -27,7 +27,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 c5ec25487693612aed95673800863e134785f946
|
%global commit0 aea4f21eec795d9f5b7c7d514f568c08d58b8e58
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
@ -35,7 +35,7 @@ Name: %{repo}
|
|||||||
Epoch: 1
|
Epoch: 1
|
||||||
%endif
|
%endif
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 3.git%{shortcommit0}%{?dist}
|
Release: 4.rc5.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
|
||||||
|
* Tue Sep 5 2017 Dan Walsh <dwalsh@redhat.name> - 1.0.1-4.rc.gitaea4f21
|
||||||
|
- Rebuilt from master, with requierements needed for CRI-O
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.1-3.gitc5ec254
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.0.1-3.gitc5ec254
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
@ -301,7 +304,7 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.name> - 1.0.1-1.gitc5ec25487
|
* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.name> - 1.0.1-1.gitc5ec25487
|
||||||
- v1.0.0 release of runc
|
- v1.0.0-rc5 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)
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (runc-c5ec254.tar.gz) = cb9eb938942774db2bb3ef7f8d453d77619404effb140036fd70df0834f87f0659acb443156c0b6f522c6e280e8d3756f197d222c12290700b550681819a7b21
|
SHA512 (runc-c5ec254.tar.gz) = cb9eb938942774db2bb3ef7f8d453d77619404effb140036fd70df0834f87f0659acb443156c0b6f522c6e280e8d3756f197d222c12290700b550681819a7b21
|
||||||
|
SHA512 (runc-aea4f21.tar.gz) = b42c0615c9277be7532521d38ae4643643965b71141055863d1af79e2091cd93250185eac985ad83dfefba754b036dac1dbee4bd5bb22952cbddd1b54a543b8a
|
||||||
|
Loading…
Reference in New Issue
Block a user