Accepting request 612701 from home:avindra:branches:devel:tools
- update to criu 3.9: New features - C/R of + Tun-Tap devices in sub-netns + File descriptors which were opened with O_TMPFILE Improvements - Restore of inotify watchers - Restore unix sockets in proper mount namespaces - Print CRIU and kernel version also in RPC mode Bugfixes - Random memory corruptions during lazy restore - Workaround the iptables issue - Don't use standard descriptors when tar is running to dump tmpfs mounts - Fail dump if dump_one_file() fails - Fill kerndat with zero-s before reading it from cache - cleanup with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/612701 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=85
This commit is contained in:
parent
9d3ad8970d
commit
aaf7ff414a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a134ccedd84fc9377c758f204d4e997fd8fe514fd05cbdbd64939b5698865e33
|
|
||||||
size 768034
|
|
3
criu-3.9.tar.bz2
Normal file
3
criu-3.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dd95d35ae6a4eb160926d1b86405e90ba98dfcb9f39e21976057904c67a5e150
|
||||||
|
size 772167
|
21
criu.changes
21
criu.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 28 21:15:10 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
- update to criu 3.9:
|
||||||
|
New features
|
||||||
|
- C/R of
|
||||||
|
+ Tun-Tap devices in sub-netns
|
||||||
|
+ File descriptors which were opened with O_TMPFILE
|
||||||
|
Improvements
|
||||||
|
- Restore of inotify watchers
|
||||||
|
- Restore unix sockets in proper mount namespaces
|
||||||
|
- Print CRIU and kernel version also in RPC mode
|
||||||
|
Bugfixes
|
||||||
|
- Random memory corruptions during lazy restore
|
||||||
|
- Workaround the iptables issue
|
||||||
|
- Don't use standard descriptors when tar is running to dump
|
||||||
|
tmpfs mounts
|
||||||
|
- Fail dump if dump_one_file() fails
|
||||||
|
- Fill kerndat with zero-s before reading it from cache
|
||||||
|
- cleanup with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 5 12:30:17 CEST 2018 - tiwai@suse.de
|
Thu Apr 5 12:30:17 CEST 2018 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: criu
|
Name: criu
|
||||||
Version: 3.8.1
|
Version: 3.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Checkpoint/Restore In Userspace Tools
|
Summary: Checkpoint/Restore In Userspace Tools
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Console
|
Group: System/Console
|
||||||
Url: https://criu.org/
|
URL: https://criu.org/
|
||||||
Source0: https://download.openvz.org/criu/%{name}-%{version}.tar.bz2
|
Source0: https://download.openvz.org/criu/%{name}-%{version}.tar.bz2
|
||||||
Patch1: criu-py-install-fix.diff
|
Patch1: criu-py-install-fix.diff
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
@ -119,8 +119,8 @@ ln -s criu.8 %{buildroot}%{_mandir}/man8/crtools.8
|
|||||||
%{_mandir}/man8/crtools.8%{?ext_man}
|
%{_mandir}/man8/crtools.8%{?ext_man}
|
||||||
%{_libexecdir}/criu
|
%{_libexecdir}/criu
|
||||||
%{_libexecdir}/compel
|
%{_libexecdir}/compel
|
||||||
%{_prefix}/lib/python*/site-packages/crit-*.egg-info
|
%{_libexecdir}/python*/site-packages/crit-*.egg-info
|
||||||
%{_prefix}/lib/python*/site-packages/pycriu
|
%{_libexecdir}/python*/site-packages/pycriu
|
||||||
|
|
||||||
%files -n libcriu1
|
%files -n libcriu1
|
||||||
%{_libdir}/libcriu.so.*
|
%{_libdir}/libcriu.so.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user