Pass GOMAXPROCS to init processes
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
369989448a
commit
78f3479be5
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
|||||||
/runc-bc14672.tar.gz
|
/runc-bc14672.tar.gz
|
||||||
/runc-b4e2ecb.tar.gz
|
/runc-b4e2ecb.tar.gz
|
||||||
/runc-beadf0e.tar.gz
|
/runc-beadf0e.tar.gz
|
||||||
|
/runc-4056a41.tar.gz
|
||||||
|
@ -24,13 +24,13 @@
|
|||||||
%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 beadf0ece520a01beb22203e2b39b4c3d8a5cbe7
|
%global commit0 4056a41f58e35fd428d517de1326bc465aa6a461
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
Name: %{repo}
|
Name: %{repo}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Release: 48.dev.git%{shortcommit0}%{?dist}
|
Release: 49.dev.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}
|
||||||
@ -288,13 +288,16 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 7 2018 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-49.dev.gitb4056a4
|
||||||
|
- Pass GOMAXPROCS to init processes
|
||||||
|
|
||||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 2:1.0.0-48.dev.gitbeadf0e
|
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 2:1.0.0-48.dev.gitbeadf0e
|
||||||
- Rebuild with fixed binutils
|
- Rebuild with fixed binutils
|
||||||
|
|
||||||
* Sun Jul 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.0-47.dev.gitbeadf0e
|
* Sun Jul 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:1.0.0-47.dev.gitbeadf0e
|
||||||
- autobuilt beadf0e
|
- autobuilt beadf0e
|
||||||
|
|
||||||
* Fri Jul 27 2018 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-45.dev.gitb4e2ecb
|
* Fri Jul 27 2018 Dan Walsh <dwalsh@redhat.name> - 2:1.0.0-46.dev.gitb4e2ecb
|
||||||
- Add patch https://github.com/opencontainers/runc/pull/1807 to allow
|
- Add patch https://github.com/opencontainers/runc/pull/1807 to allow
|
||||||
- runc and podman to work with sd_notify
|
- runc and podman to work with sd_notify
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (runc-beadf0e.tar.gz) = b439490d14973e294693571ae5f5f8e1711fa103e5042c0668e99cc8920daab8df123514f6b502ae4eb59fe750d3cf7db1efe2e05143e334200a3c564fc34a53
|
SHA512 (runc-4056a41.tar.gz) = 5ca160e60ce03825e300365355fe07c3c265874882f10b608be016d2a180dbbf9deaac4ee4a28076dce02565ed482308f4673fb36228cf50691fcfd55a8e24c7
|
||||||
|
Loading…
Reference in New Issue
Block a user