Accepting request 807862 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/807862
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/criu?expand=0&rev=48
This commit is contained in:
Yuchen Lin 2020-05-23 15:27:40 +00:00 committed by Git OBS Bridge
commit 803fd816f1
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ea027f2acb55c62d47aec0c7776c723e5a877978e60d3574961b6f4c538fc9fa
size 840361

3
criu-3.14.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f63f30188b84e9a611429f732381f27e37c60cde0afc9821600f8597d21e39cb
size 881407

View File

@ -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 <guillaume.gardet@opensuse.org>

View File

@ -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