]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
c/r: bump criu version requirements
authorTycho Andersen <tycho.andersen@canonical.com>
Wed, 2 Dec 2015 21:30:53 +0000 (14:30 -0700)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 10 Dec 2015 03:53:34 +0000 (22:53 -0500)
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@canonical.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/criu.h

index df6362577b125315b018ce7aeace62246dc2e927..9714d17eaf5747f083d051ce395a93d20bcda49c 100644 (file)
 
 // 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" */