Accepting request 215372 from home:tiwai:branches:devel:tools
- Update to version 1.1: BUGs fixed, * Errors from memory dumping are not handled resulting in corrupted dumps * EOF detection in stacked images is done with error * Stacked images don't work on non-shared FS (missing pagemap-s) OBS-URL: https://build.opensuse.org/request/show/215372 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=7
This commit is contained in:
parent
f39a2bc1d2
commit
bd5d7030b0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0fd5baed387ad5a67e7b79130e66ea2ac0b516cc15276ccdb4d1ae027e312360
|
|
||||||
size 323911
|
|
3
criu-1.1.tar.bz2
Normal file
3
criu-1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ff7700e3e55f1fca5ec559b4adee57f64f647a9920a1bd11c510cc67ed137f7d
|
||||||
|
size 323535
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 28 12:42:34 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
- Update to version 1.1: BUGs fixed,
|
||||||
|
* Errors from memory dumping are not handled resulting in
|
||||||
|
corrupted dumps
|
||||||
|
* EOF detection in stacked images is done with error
|
||||||
|
* Stacked images don't work on non-shared FS (missing pagemap-s)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 21 12:23:27 CET 2014 - tiwai@suse.de
|
Tue Jan 21 12:23:27 CET 2014 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define package_version 1.1-rc2
|
|
||||||
Name: criu
|
Name: criu
|
||||||
Version: 1.0.99.2
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Checkpoint/Restore In Userspace Tools
|
Summary: Checkpoint/Restore In Userspace Tools
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -28,7 +27,7 @@ BuildRequires: asciidoc
|
|||||||
BuildRequires: protobuf-c
|
BuildRequires: protobuf-c
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
Source0: http://download.openvz.org/criu/criu-%{package_version}.tar.bz2
|
Source0: http://download.openvz.org/criu/criu-%{version}.tar.bz2
|
||||||
Patch1: always-define-ptrace_peeksiginfo_args.diff
|
Patch1: always-define-ptrace_peeksiginfo_args.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExclusiveArch: x86_64
|
ExclusiveArch: x86_64
|
||||||
@ -41,7 +40,7 @@ files. You can then use the files to restore and run the application from
|
|||||||
the point it was frozen at.
|
the point it was frozen at.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{package_version}
|
%setup -q -n %{name}-%{version}
|
||||||
%if 0%{suse_version} > 1310
|
%if 0%{suse_version} > 1310
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user