From bd5d7030b0e8bb12d0f672cbd5232506194dd9165923617582c1593c340adfac Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 28 Jan 2014 12:00:58 +0000 Subject: [PATCH] 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 --- criu-1.1-rc2.tar.bz2 | 3 --- criu-1.1.tar.bz2 | 3 +++ criu.changes | 9 +++++++++ criu.spec | 7 +++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 criu-1.1-rc2.tar.bz2 create mode 100644 criu-1.1.tar.bz2 diff --git a/criu-1.1-rc2.tar.bz2 b/criu-1.1-rc2.tar.bz2 deleted file mode 100644 index a30af93..0000000 --- a/criu-1.1-rc2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fd5baed387ad5a67e7b79130e66ea2ac0b516cc15276ccdb4d1ae027e312360 -size 323911 diff --git a/criu-1.1.tar.bz2 b/criu-1.1.tar.bz2 new file mode 100644 index 0000000..b242fb0 --- /dev/null +++ b/criu-1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7700e3e55f1fca5ec559b4adee57f64f647a9920a1bd11c510cc67ed137f7d +size 323535 diff --git a/criu.changes b/criu.changes index 5020161..33b105c 100644 --- a/criu.changes +++ b/criu.changes @@ -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 diff --git a/criu.spec b/criu.spec index a2d3e3c..df52a07 100644 --- a/criu.spec +++ b/criu.spec @@ -16,9 +16,8 @@ # -%define package_version 1.1-rc2 Name: criu -Version: 1.0.99.2 +Version: 1.1 Release: 0 Summary: Checkpoint/Restore In Userspace Tools License: GPL-2.0 @@ -28,7 +27,7 @@ BuildRequires: asciidoc BuildRequires: protobuf-c BuildRequires: xmlto 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build 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. %prep -%setup -q -n %{name}-%{package_version} +%setup -q -n %{name}-%{version} %if 0%{suse_version} > 1310 %patch1 -p1 %endif