Hello community, here is the log from the commit of package criu for openSUSE:Factory checked in at 2015-03-16 09:42:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/criu (Old) and /work/SRC/openSUSE:Factory/.criu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "criu" Changes: -------- --- /work/SRC/openSUSE:Factory/criu/criu.changes 2014-12-03 22:48:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.criu.new/criu.changes 2015-03-16 09:42:15.000000000 +0100 @@ -1,0 +2,18 @@ +Fri Mar 13 10:10:07 CET 2015 - [email protected] + +- update to version 1.5: New features + * CRIT tool + * ability to request CPU compatibility on instructions level only + * C/R of empty AIO rings + * more detailed errno report via RPC + * per-feature "criu check" + * inheriting FDs on restore + * ability to automatically move veth device to host-side bridge + on netns restore + * VT terminals support + * more user namespaces C/R stuff + See more details at http://criu.org/Releases#v._1.5 +- fix installation of crit: + crit-install-prefix.diff + +------------------------------------------------------------------- Old: ---- criu-1.4.tar.bz2 New: ---- crit-install-prefix.diff criu-1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ criu.spec ++++++ --- /var/tmp/diff_new_pack.cM6wtD/_old 2015-03-16 09:42:16.000000000 +0100 +++ /var/tmp/diff_new_pack.cM6wtD/_new 2015-03-16 09:42:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package criu # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,18 +16,20 @@ # -%define package_version 1.4 +%define package_version 1.5 Name: criu -Version: 1.4 +Version: 1.5 Release: 0 Summary: Checkpoint/Restore In Userspace Tools License: GPL-2.0 Group: System/Console Url: http://criu.org/ Source0: http://download.openvz.org/criu/criu-%{package_version}.tar.bz2 +Patch1: crit-install-prefix.diff BuildRequires: asciidoc BuildRequires: pkg-config BuildRequires: protobuf-c +BuildRequires: protobuf-devel BuildRequires: xmlto BuildRequires: pkgconfig(systemd) Requires: logrotate @@ -63,6 +65,7 @@ %prep %setup -q -n %{name}-%{package_version} +%patch1 -p1 %build export CFLAGS="%{optflags}" @@ -103,9 +106,12 @@ %defattr(-,root,root) %doc README COPYING %{_sbindir}/* +%{_bindir}/* %{_mandir}/man*/* %{_unitdir}/criu.* %config %{_sysconfdir}/logrotate.d/* +/usr/lib/python*/site-packages/crit-*.egg-info +/usr/lib/python*/site-packages/pycriu %files -n libcriu1 %defattr(-,root,root) ++++++ crit-install-prefix.diff ++++++ diff --git a/Makefile b/Makefile index 2a63f0477d08..d704a06446d5 100644 --- a/Makefile +++ b/Makefile @@ -289,7 +289,7 @@ install-man: install-crit: crit $(E) " INSTALL crit" - $(Q) python scripts/crit-setup.py install --prefix=$(DESTDIR) + $(Q) python scripts/crit-setup.py install --root=$(DESTDIR) --prefix=$(PREFIX) .PHONY: install install-man install-crit ++++++ criu-1.4.tar.bz2 -> criu-1.5.tar.bz2 ++++++ ++++ 9555 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
