From 8ad8db5e5ce0d303783f30d6a5d0318c12e74b87 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 1 Feb 2017 16:23:06 -0500 Subject: [PATCH] runc-1:1.0.0-5.rc2 - depend on criu for checkpoint/restore Signed-off-by: Lokesh Mandvekar --- runc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/runc.spec b/runc.spec index 4fbadff..c0f7118 100644 --- a/runc.spec +++ b/runc.spec @@ -34,7 +34,7 @@ Name: %{repo} Epoch: 1 %endif Version: 1.0.0 -Release: 4.rc2.git%{shortcommit}%{?dist} +Release: 5.rc2.git%{shortcommit}%{?dist} Summary: CLI for running Open Containers License: ASL 2.0 URL: https://%{provider_prefix} @@ -70,6 +70,8 @@ BuildRequires: golang(github.com/vishvananda/netlink) BuildRequires: golang(github.com/vishvananda/netlink/nl) %endif +Requires: criu + %description The runc command can be used to start containers which are packaged in accordance with the Open Container Initiative's specifications, @@ -295,6 +297,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Wed Feb 01 2017 Lokesh Mandvekar - 1:1.0.0-5.rc2 +- depend on criu for checkpoint/restore + * Wed Jan 18 2017 Dennis Gilmore - 1:1.0.0-4.rc2 - enable aarch64