runc-2:1.0.0-21.gitcc4307a
- autobuilt commit cc4307a Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
45299e5da4
commit
6d50207149
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/runc-e6516b3.tar.gz
|
||||
/runc-9f9c962.tar.gz
|
||||
/runc-4bb1fe4.tar.gz
|
||||
/runc-cc4307a.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 4bb1fe4ace1a32d3676bb98f5d3b6a4e32bf6c58
|
||||
%global commit0 cc4307ab6643668ce5abc6b524e1764a54c32550
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
@ -32,7 +32,7 @@ Name: %{repo}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 1.0.0
|
||||
Release: 20.git%{shortcommit0}%{?dist}
|
||||
Release: 21.git%{shortcommit0}%{?dist}
|
||||
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
|
||||
* Mon Apr 09 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 2:1.0.0-21.gitcc4307a
|
||||
- autobuilt commit cc4307a
|
||||
|
||||
* Mon Mar 12 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2:1.0.0-20.rc5.git4bb1fe4
|
||||
- Rebuild for aarch64 install issue
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-4bb1fe4.tar.gz) = 0a9839931910ba743bc758b7c9638618fa33b10a3b2208613e630f87e4c86667c9fdf76e79c9dea4971472e29db88f28fbf45b23b2b76eafb5760b96f9e6a99a
|
||||
SHA512 (runc-cc4307a.tar.gz) = 4739bddd4a985cb0932d9089ed6925a02c8f2b961c209a0a508a9a468f3925763354e77d2fe1ad388f13a2fb699d7becec7899527ebc618236e3b69583b19744
|
||||
|
Loading…
Reference in New Issue
Block a user