release v1.0.0~rc5
This commit is contained in:
parent
0afcbdeef7
commit
44ee7ca569
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/runc-1d3ab6d.tar.gz
|
||||
/runc-e6516b3.tar.gz
|
||||
/runc-9f9c962.tar.gz
|
||||
/runc-4bb1fe4.tar.gz
|
||||
|
@ -24,7 +24,7 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://github.com/opencontainers/runc
|
||||
%global commit0 9f9c96235cc97674e935002fc3d78361b696a69e
|
||||
%global commit0 4bb1fe4ace1a32d3676bb98f5d3b6a4e32bf6c58
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
@ -32,7 +32,7 @@ Name: %{repo}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 1.0.0
|
||||
Release: 17.rc4.git%{shortcommit0}%{?dist}.1
|
||||
Release: 18.rc5.git%{shortcommit0}%{?dist}.1
|
||||
Summary: CLI for running Open Containers
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -296,6 +296,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-18.rc5.git4bb1fe4
|
||||
- release v1.0.0~rc5
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:1.0.0-17.rc4.git9f9c962.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-9f9c962.tar.gz) = c7b24ca6212ce500d1d4c3a1776be5ca116d4f005d71e5fe8f2228c26f039058f3dd1071e9e39aa9c93272a49f7ff2ac86e2fbbcf6115cc3de65a370127d8ea5
|
||||
SHA512 (runc-4bb1fe4.tar.gz) = 0a9839931910ba743bc758b7c9638618fa33b10a3b2208613e630f87e4c86667c9fdf76e79c9dea4971472e29db88f28fbf45b23b2b76eafb5760b96f9e6a99a
|
||||
|
Loading…
Reference in New Issue
Block a user