criu/criu.spec
MaSkingx 6834686ee4
test: others/rpc do not use nftables locking backend
Signed-off-by: MaSkingx <maxin@xfusion.com>
2025-04-21 07:50:34 +00:00

175 lines
5.4 KiB
RPMSpec

Name: criu
Version: 3.19
Release: 7
Provides: crtools = %{version}-%{release}
Obsoletes: crtools <= 1.0-2
Summary: A tool of Checkpoint/Restore in User-space
License: GPL-2.0-or-later or LGPL-2.1-only
URL: http://criu.org/
Source0: http://github.com/checkpoint-restore/criu/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: systemd libnet-devel asciidoc xmlto perl-interpreter libselinux-devel gcc make
BuildRequires: protobuf-devel protobuf-c-devel python3-devel libnl3-devel libcap-devel
BuildRequires: python3-pip python3-setuptools python3-wheel python3-protobuf
Recommends: tar
ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x loongarch64
Requires: %{name} = %{version}-%{release}
Provides: %{name}-libs = %{version}-%{release}
Obsoletes: %{name}-libs < %{version}-%{release}
Patch1: 0001-criu-dump-and-restore-cpu-affinity-of-each-thread.patch
Patch2: 0002-Add-sys_sched_setaffinity-define-for-loongarch64.patch
Patch3: 0003-chore-support-building-without-network.patch
Patch4: 0004-criu-fix-log_keep_err-signal-deadlock.patch
Patch5: 0005-lsm-use-the-user-provided-lsm-label.patch
Patch6: 0006-test-others-rpc-do-not-use-nftables-locking-backend.patch
%description
Checkpoint/Restore in Userspace(CRIU),is a software tool for the linux operating system.
Using this tool,it is possible to freeze a running application (or part of it) and
checkpoint it to persistent storage as a collection of files.
%package devel
Summary: Static files and header files of libraries for criu
Requires: %{name} = %{version}-%{release}
%description devel
Static files and header files of libraries for criu.
%package -n python3-criu
%{?python_provide:%python_provide python3-criu}
Summary: Bindings of python for criu
Requires: python3-protobuf
Obsoletes: python2-criu < 3.10-1
%description -n python3-criu
Bindings of python for criu.
%package -n crit
Summary: A tool for CRIU image
Requires: python3-criu = %{version}-%{release}
%description -n crit
A tool for CRIU image.
%package -n criu-ns
Summary: Tool to run CRIU in different namespaces
Requires: %{name} = %{version}-%{release}
%description -n criu-ns
%package help
Summary: Help documents for criu
%description help
Help documents for criu.
%prep
%autosetup -n %{name}-%{version} -p1
%build
CFLAGS+=`echo %{optflags}` make V=1 WERROR=0 PREFIX=%{_prefix} RUNDIR=/run/criu PYTHON=python3
%install
make install-criu DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir}
make install-crit DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir}
make install-lib DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir} PYTHON=python3
make install-man DESTDIR=%{buildroot} PREFIX=%{_prefix} LIBDIR=%{_libdir}
install -d %{buildroot}/run/%{name}/
chmod 0755 %{buildroot}/run/%{name}/
%files
%{_sbindir}/%{name}
%{_libexecdir}/%{name}
%dir /run/%{name}
%{_libdir}/*.so.*
%files devel
%{_includedir}/criu
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
%exclude %{_libdir}/libcriu.a
%files -n python3-criu
%{python3_sitelib}/{pycriu,pycriu-*egg-info}
%files -n crit
%{_bindir}/crit
%{python3_sitelib}/crit-%{version}-*egg-info/
%{python3_sitelib}/crit
%files -n criu-ns
%{_sbindir}/criu-ns
%files help
%doc README.md COPYING
%doc %{_mandir}/man8/criu.8*
%doc %{_mandir}/man1/{compel.1*,crit.1*,criu-ns.1*,criu-amdgpu-plugin.1*}
%changelog
* Mon Apr 21 2025 maxin <maxin@xfusion.com> - 3.19-7
- test: others/rpc do not use nftables locking backend
* Mon Apr 21 2025 maxin <maxin@xfusion.com> - 3.19-6
- lsm: use the user provided lsm label
* Fri Apr 18 2025 maxin <maxin@xfusion.com> - 3.19-5
- fix log_keep_err signal deadlock
* Thu Dec 12 2024 Wenlong Zhang <zhangwenlong@loongson.cn> - 3.19-4
- add sys_sched_setaffinity for loongarch64
- delete 0002-mm-add-pin-memory-method-for-criu.patch
* Thu Dec 05 2024 weidongkl <weidong@uniontech.com> - 3.19-3
- chore: support building without network
* Mon May 13 2024 zhangzikang <zhangzikang@kylinos.cn> - 3.19-2
- add support for loongarch64
* Thu Apr 25 2024 snoweay <snoweay@163.com> - 3.19-1
- update to version 3.19 from criu.org
* Mon Jun 19 2023 hewenliang <314264452@qq.com> - 3.16.1-9
- revert: fix BUG at criu/pstree.c:452
* Mon Jun 19 2023 hewenliang <314264452@qq.com> - 3.16.1-8
- revert "rseq c/r support"
* Tue Nov 22 2022 Hewenliang <hewenliang4@huawei.com> - 3.16.1-7
- fix the null pointer of get_tty_driver.
- criu files Dont cache fd ids for device files.
- pre dump call vmsplice with SPLICE_F_GIFT.
* Tue Nov 22 2022 Hewenliang <hewenliang4@huawei.com> - 3.16.1-6
- page-pipe:fix-limiting a pipe size.
* Thu Nov 10 2022 caodongxia <caodongxia@h-partners.com> - 3.16.1-5
- Modify invalid source0
* Wed Oct 19 2022 fu.lin <fulin10@huawei.com> -3.16.1-4
- bump the version
* Fri Mar 4 2022 ningyu <ningyu9@huawei.com> - 3.16.1-3
- rseq c/r support
* Sat Feb 26 2022 luolongjun <luolongjuna@gmail.com> - 3.16.1-2
- add support for pin memory
* Fri Dec 24 2021 zhouwenpei <zhouwenpei11@huawei.com> - 3.16.1-1
- upgrade criu version to 3.16.1
* Tue Sep 07 2021 chenchen <chen_aka_jan@163.com> - 3.15-4
- add "-fstack-protector-strong" for libcriu.so.2.0
* Mon May 31 2021 baizhonggui <baizhonggui@huawei.com> - 3.15-3
- Add gcc in BuildRequires
* Thu Apr 08 2021 fu.lin <fulin10@huawei.com> - 3.15-1
- bump the criu version to v3.15
* Tue Sep 22 2020 lingsheng <lingsheng@huawei.com> - 3.13-7
- Fix crit errors
* Fri Apr 24 2020 wutao <wutao61@huawei.com> - 3.13-6
- Package init