diff --git a/criu-3.13.tar.bz2 b/criu-3.13.tar.bz2 deleted file mode 100644 index 2a0ce18..0000000 --- a/criu-3.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea027f2acb55c62d47aec0c7776c723e5a877978e60d3574961b6f4c538fc9fa -size 840361 diff --git a/criu-3.14.tar.bz2 b/criu-3.14.tar.bz2 new file mode 100644 index 0000000..8c081be --- /dev/null +++ b/criu-3.14.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63f30188b84e9a611429f732381f27e37c60cde0afc9821600f8597d21e39cb +size 881407 diff --git a/criu.changes b/criu.changes index 21f2776..a59af97 100644 --- a/criu.changes +++ b/criu.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed May 20 16:49:38 CEST 2020 - tiwai@suse.de + +- Update to criu 3.14: + New features: + * C/R of memfd memory mappings and file descriptors + * Add time namespace support + * Add the read pre-dump mode which uses process_vm_readv + * Add --cgroup-yard option + * Add support of the cgroup v2 freezer + * Add support of opened O_PATH fds + Bugfixes: + * Fix C/R ia32 processes on AMD #398 + * Fix cross-compilation + * Many fixes here and there + Improvements: + * Use clone3() with set_tid to restore processes + * Clean up compel headers + * Use the new mount API +- Add libgnutls-devel to buildreq + ------------------------------------------------------------------- Wed May 13 07:39:45 UTC 2020 - Guillaume GARDET diff --git a/criu.spec b/criu.spec index d4267e7..180f56e 100644 --- a/criu.spec +++ b/criu.spec @@ -1,7 +1,7 @@ # # spec file for package criu # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif Name: criu -Version: 3.13 +Version: 3.14 Release: 0 Summary: Checkpoint/Restore In Userspace Tools License: GPL-2.0-only @@ -35,6 +35,7 @@ URL: https://criu.org/ Source0: https://download.openvz.org/criu/%{name}-%{version}.tar.bz2 Patch1: criu-py-install-fix.diff BuildRequires: libcap-devel +BuildRequires: libgnutls-devel BuildRequires: libnet-devel BuildRequires: libnl3-devel BuildRequires: pkgconfig