[lxc-devel] [PATCH 2/3] c/r: bump criu version requirements

Tycho Andersen tycho.andersen at canonical.com
Wed Dec 2 21:30:53 UTC 2015


Since we're relying on 1.8 for the seccomp stuff, let's refuse to use
anything lower than that.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 src/lxc/criu.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lxc/criu.h b/src/lxc/criu.h
index df63625..9714d17 100644
--- a/src/lxc/criu.h
+++ b/src/lxc/criu.h
@@ -29,10 +29,10 @@
 
 // We require either the criu major/minor version, or the criu GITID if criu
 // was built from git.
-#define CRIU_VERSION 		"1.6"
+#define CRIU_VERSION 		"1.8"
 
-#define CRIU_GITID_VERSION	"1.5"
-#define CRIU_GITID_PATCHLEVEL	133
+#define CRIU_GITID_VERSION	"1.7"
+#define CRIU_GITID_PATCHLEVEL	371
 
 struct criu_opts {
 	/* The type of criu invocation, one of "dump" or "restore" */
-- 
2.6.2



More information about the lxc-devel mailing list