Accepting request 290686 from home:tiwai

- 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

OBS-URL: https://build.opensuse.org/request/show/290686
OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=19
This commit is contained in:
2015-03-13 17:27:50 +00:00
committed by Git OBS Bridge
parent 2cd7408f83
commit 8d7e8a844e
5 changed files with 43 additions and 6 deletions

View File

@@ -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 @@ to develop applications with CRIU library.
%prep
%setup -q -n %{name}-%{package_version}
%patch1 -p1
%build
export CFLAGS="%{optflags}"
@@ -103,9 +106,12 @@ exit 0
%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)