runc-1:1.0.0-5.rc2

- depend on criu for checkpoint/restore

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2017-02-01 16:23:06 -05:00
parent 79da0ffed8
commit 8ad8db5e5c
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD

View File

@ -34,7 +34,7 @@ Name: %{repo}
Epoch: 1 Epoch: 1
%endif %endif
Version: 1.0.0 Version: 1.0.0
Release: 4.rc2.git%{shortcommit}%{?dist} Release: 5.rc2.git%{shortcommit}%{?dist}
Summary: CLI for running Open Containers Summary: CLI for running Open Containers
License: ASL 2.0 License: ASL 2.0
URL: https://%{provider_prefix} URL: https://%{provider_prefix}
@ -70,6 +70,8 @@ BuildRequires: golang(github.com/vishvananda/netlink)
BuildRequires: golang(github.com/vishvananda/netlink/nl) BuildRequires: golang(github.com/vishvananda/netlink/nl)
%endif %endif
Requires: criu
%description %description
The runc command can be used to start containers which are packaged The runc command can be used to start containers which are packaged
in accordance with the Open Container Initiative's specifications, in accordance with the Open Container Initiative's specifications,
@ -295,6 +297,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
%endif %endif
%changelog %changelog
* Wed Feb 01 2017 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1:1.0.0-5.rc2
- depend on criu for checkpoint/restore
* Wed Jan 18 2017 Dennis Gilmore <dennis@ausil.us> - 1:1.0.0-4.rc2 * Wed Jan 18 2017 Dennis Gilmore <dennis@ausil.us> - 1:1.0.0-4.rc2
- enable aarch64 - enable aarch64