c45fd92b4d
- update to criu 3.0: New features: * Compel library * Support for x86 32-bit arch * Version check via RPC * ASAN support * Force VDSO trampolines via fault injection * C/R of shutdown-ed UDP sockets * C/R of bind-mounts made from external mounts Optimizations/improvements: * SysVIPC shmem segments are now dumped as any other shmem (taking holes into account and sitting in common memory dumps) * CRIT show decodes socket's states and types and task's states into strings * CRIT show prints unix sockets names in more human-readable form Bugfixes: * Unix sockets' names appeared in logs with mistakes * Contents of SysVIPC shmem segments was dumped twice * Dumping of any memory segment more than 4Gigs failed * Migration of unaligned SysvSHM segment on Armv7 failed Deprecation/removal: * Exec action is removed, use compel instead - Create libcompel1 sub-package OBS-URL: https://build.opensuse.org/request/show/491189 OBS-URL: https://build.opensuse.org/package/show/devel:tools/criu?expand=0&rev=64
137 lines
3.8 KiB
RPMSpec
137 lines
3.8 KiB
RPMSpec
#
|
|
# spec file for package criu
|
|
#
|
|
# Copyright (c) 2017 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
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# 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/
|
|
#
|
|
|
|
|
|
Name: criu
|
|
Version: 3.0
|
|
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-%{version}.tar.bz2
|
|
BuildRequires: asciidoc
|
|
%if 0%{suse_version} > 1320
|
|
BuildRequires: libbsd-devel
|
|
%endif
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libnet-devel
|
|
BuildRequires: libnl3-devel
|
|
BuildRequires: pkg-config
|
|
BuildRequires: protobuf-c
|
|
BuildRequires: protobuf-devel
|
|
BuildRequires: xmlto
|
|
Requires: python-ipaddr
|
|
Requires: python-protobuf
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
ExclusiveArch: x86_64 aarch64 ppc64le %{arm}
|
|
|
|
%description
|
|
Checkpoint/Restore In Userspace, or CRIU, is a software tool for Linux
|
|
operating system. Using this tool, you can freeze a running application
|
|
(or part of it) and checkpoint it to a hard drive as a collection of
|
|
files. You can then use the files to restore and run the application from
|
|
the point it was frozen at.
|
|
|
|
%package -n libcriu1
|
|
Summary: Library for CRIU
|
|
License: LGPL-2.1
|
|
Group: System/Libraries
|
|
|
|
%description -n libcriu1
|
|
This package contains the library for CRIU, Checkpoint/Restore In
|
|
Userspace Tools.
|
|
|
|
%package -n libcompel1
|
|
Summary: Compel library for CRIU
|
|
License: LGPL-2.1
|
|
Group: System/Libraries
|
|
|
|
%description -n libcompel1
|
|
This package contains the compel library for CRIU to execute a parasite code.
|
|
|
|
%package devel
|
|
Summary: Include Files and Libraries mandatory for Development
|
|
License: LGPL-2.1+
|
|
Group: Development/Libraries/C and C++
|
|
Requires: glibc-devel
|
|
Requires: libcompel1 = %{version}
|
|
Requires: libcriu1 = %{version}
|
|
|
|
%description devel
|
|
This package contains all necessary include files and libraries needed
|
|
to develop applications with CRIU library.
|
|
|
|
%prep
|
|
%setup -q
|
|
# default off
|
|
echo "BINFMT_MISC_VIRTUALIZED" > .config
|
|
|
|
%build
|
|
export CFLAGS="%{optflags}"
|
|
make V=1 %{?_smp_mflags} PREFIX=%{_prefix} \
|
|
LIBDIR=%{_libdir} LIBEXECDIR=%{_libexecdir}
|
|
|
|
%install
|
|
make V=1 %{?_smp_mflags} PREFIX=%{_prefix} \
|
|
LIBDIR=%{_libdir} LIBEXECDIR=%{_libexecdir} \
|
|
DESTDIR=%{buildroot} install
|
|
# remove static libs
|
|
rm -f %{buildroot}%{_libdir}/lib*.a
|
|
# remove stable files
|
|
rm -f %{buildroot}%{_includedir}/compel/plugins/std/asm/.gitignore
|
|
# for compatiblity
|
|
ln -s criu %{buildroot}%{_sbindir}/crtools
|
|
ln -s criu.8 %{buildroot}%{_mandir}/man8/crtools.8
|
|
|
|
%post -n libcriu1 -p /sbin/ldconfig
|
|
|
|
%postun -n libcriu1 -p /sbin/ldconfig
|
|
|
|
%post -n libcompel1 -p /sbin/ldconfig
|
|
|
|
%postun -n libcompel1 -p /sbin/ldconfig
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README.md COPYING
|
|
%{_sbindir}/*
|
|
%{_bindir}/*
|
|
%{_mandir}/man*/*
|
|
%{_libexecdir}/criu
|
|
%{_libexecdir}/compel
|
|
/usr/lib/python*/site-packages/crit-*.egg-info
|
|
/usr/lib/python*/site-packages/pycriu
|
|
|
|
%files -n libcriu1
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libcriu.so.*
|
|
|
|
%files -n libcompel1
|
|
%defattr(-,root,root)
|
|
%{_libdir}/libcompel.so.*
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_includedir}/criu
|
|
%{_includedir}/compel
|
|
%{_libdir}/libcriu.so
|
|
%{_libdir}/libcompel.so
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%changelog
|