Accepting request 749342 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/749342 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/criu?expand=0&rev=46
This commit is contained in:
commit
b596ef043e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ef276cefa4bad2ab9f3ac63c975fe95d0522fd2b8469852c7524487aabf0efc
|
||||
size 820168
|
3
criu-3.13.tar.bz2
Normal file
3
criu-3.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea027f2acb55c62d47aec0c7776c723e5a877978e60d3574961b6f4c538fc9fa
|
||||
size 840361
|
19
criu.changes
19
criu.changes
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 16:47:34 CET 2019 - tiwai@suse.de
|
||||
|
||||
- Update to criu 3.13:
|
||||
New features:
|
||||
* VDSO: arm32 support
|
||||
* Add TLS support for page server communications
|
||||
* "Ignore" mode for --manage-cgroups
|
||||
* Restore SO_BROADCAST option for inet sockets
|
||||
Bugfixes:
|
||||
* Auxiliary events were left in inotify queues
|
||||
* Lazy-pages daemon didn't detect stack pages and surrounders
|
||||
properly and marked them as "lazy"
|
||||
* Memory and resource leakage were detected by coverity, cppcheck
|
||||
and clang
|
||||
Improvements:
|
||||
* Use gettimeofday() directly from vdso for restore timings
|
||||
* Reformat all .py code into pep8 style
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 4 19:27:24 UTC 2019 - antoine.belvire@opensuse.org
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: criu
|
||||
Version: 3.12
|
||||
Version: 3.13
|
||||
Release: 0
|
||||
Summary: Checkpoint/Restore In Userspace Tools
|
||||
License: GPL-2.0-only
|
||||
@ -124,6 +124,7 @@ ln -s criu.8 %{buildroot}%{_mandir}/man8/crtools.8
|
||||
%{_sbindir}/crtools
|
||||
%{_bindir}/compel
|
||||
%{_bindir}/crit
|
||||
%{_mandir}/man1/compel.1%{?ext_man}
|
||||
%{_mandir}/man1/crit.1%{?ext_man}
|
||||
%{_mandir}/man8/criu.8%{?ext_man}
|
||||
%{_mandir}/man8/crtools.8%{?ext_man}
|
||||
|
Loading…
x
Reference in New Issue
Block a user