Revert minor cleanup patch
This commit is contained in:
parent
78f3479be5
commit
297c5ed72c
1
.gitignore
vendored
1
.gitignore
vendored
@ -31,3 +31,4 @@
|
||||
/runc-b4e2ecb.tar.gz
|
||||
/runc-beadf0e.tar.gz
|
||||
/runc-4056a41.tar.gz
|
||||
/runc-20aff4f.tar.gz
|
||||
|
@ -24,13 +24,13 @@
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global git0 https://github.com/opencontainers/runc
|
||||
%global commit0 4056a41f58e35fd428d517de1326bc465aa6a461
|
||||
%global commit0 20aff4f0488c6d4b8df4d85b4f63f1f704c11abd
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
Epoch: 2
|
||||
Version: 1.0.0
|
||||
Release: 49.dev.git%{shortcommit0}%{?dist}
|
||||
Release: 50.dev.git%{shortcommit0}%{?dist}
|
||||
Summary: CLI for running Open Containers
|
||||
License: ASL 2.0
|
||||
URL: %{git0}
|
||||
@ -288,6 +288,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 15 2018 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-50.dev.git20aff4f
|
||||
- Revert minor cleanup patch
|
||||
|
||||
* Tue Aug 7 2018 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-49.dev.gitb4056a4
|
||||
- Pass GOMAXPROCS to init processes
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (runc-4056a41.tar.gz) = 5ca160e60ce03825e300365355fe07c3c265874882f10b608be016d2a180dbbf9deaac4ee4a28076dce02565ed482308f4673fb36228cf50691fcfd55a8e24c7
|
||||
SHA512 (runc-20aff4f.tar.gz) = 5e17562e959d88180f121ac65b4a8c18ffe4ce47030d312ac3ac823a47eb2b1bd0ec33ebea299171966aedb813dc825d1be3a6692150784fd65ce3241a8bd237
|
||||
|
Loading…
Reference in New Issue
Block a user