|
|
@ -7,7 +7,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
Name: criu
|
|
|
|
Name: criu
|
|
|
|
Version: 3.18
|
|
|
|
Version: 3.18
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Provides: crtools = %{version}-%{release}
|
|
|
|
Provides: crtools = %{version}-%{release}
|
|
|
|
Obsoletes: crtools <= 1.0-2
|
|
|
|
Obsoletes: crtools <= 1.0-2
|
|
|
|
Summary: Tool for Checkpoint/Restore in User-space
|
|
|
|
Summary: Tool for Checkpoint/Restore in User-space
|
|
|
@ -92,7 +92,7 @@ make docs V=1
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
cp %{SOURCE2} lib/py/setup.py
|
|
|
|
cp %{SOURCE2} lib/py/setup.py
|
|
|
|
sed -e "s,--upgrade --force-reinstall,--disable-pip-version-check --verbose,g;
|
|
|
|
sed -e "s,--upgrade --force-reinstall,--disable-pip-version-check --progress-bar off --verbose,g;
|
|
|
|
s,\./crit,./crit lib/py,g;" -i lib/Makefile
|
|
|
|
s,\./crit,./crit lib/py,g;" -i lib/Makefile
|
|
|
|
rm -f crit/pyproject.toml
|
|
|
|
rm -f crit/pyproject.toml
|
|
|
|
make install-criu DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} LIBDIR=%{_libdir}
|
|
|
|
make install-criu DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_prefix} LIBDIR=%{_libdir}
|
|
|
@ -130,42 +130,123 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1*
|
|
|
|
|
|
|
|
|
|
|
|
%files -n %{py_prefix}-%{name}
|
|
|
|
%files -n %{py_prefix}-%{name}
|
|
|
|
%{python3_sitelib}/pycriu/*
|
|
|
|
%{python3_sitelib}/pycriu/*
|
|
|
|
%{python3_sitelib}/*egg-info
|
|
|
|
%{python3_sitelib}/pycriu-%{version}.dist-info
|
|
|
|
|
|
|
|
|
|
|
|
%files -n crit
|
|
|
|
%files -n crit
|
|
|
|
%{_bindir}/crit
|
|
|
|
%{_bindir}/crit
|
|
|
|
%{python3_sitelib}/*egg-info
|
|
|
|
%{python3_sitelib}/crit-%{version}.dist-info
|
|
|
|
%doc %{_mandir}/man1/crit.1*
|
|
|
|
%doc %{_mandir}/man1/crit.1*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Apr 03 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.18-4
|
|
|
|
* Tue Apr 25 2034 Adrian Reber <adrian@lisas.de> - 3.18-1
|
|
|
|
- Rebuilt for MSVSphere 8.10 beta
|
|
|
|
- Update to 3.18
|
|
|
|
|
|
|
|
- Apply patch from upstream to support newer CPUs
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 16 2023 Jindrich Novy <jnovy@redhat.com> - 3.18-4
|
|
|
|
* Fri Mar 31 2023 Jindrich Novy <jnovy@redhat.com> - 3.17.1-1
|
|
|
|
- switch to egg-info on 8.9
|
|
|
|
- update to https://github.com/checkpoint-restore/criu/releases/tag/v3.17.1
|
|
|
|
- Related: #2176055
|
|
|
|
- Related: #2176063
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 15 2023 Jindrich Novy <jnovy@redhat.com> - 3.18-3
|
|
|
|
* Mon Jul 11 2022 Radostin Stoyanov <radostin@redhat.com> - 3.17-4
|
|
|
|
- remove --progress-bar option
|
|
|
|
- Rebuilt to pick up glibc rseq() changes
|
|
|
|
- Related: #2176055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 04 2023 Jindrich Novy <jnovy@redhat.com> - 3.18-2
|
|
|
|
* Mon Jul 04 2022 Radostin Stoyanov <radostin@redhat.com> - 3.17-3
|
|
|
|
- update to 3.18
|
|
|
|
- Add libprotobuf-c dependency requirement
|
|
|
|
- Related: #2176055
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Apr 11 2023 Jindrich Novy <jnovy@redhat.com> - 3.17-1
|
|
|
|
* Mon May 09 2022 Adrian Reber <areber@redhat.com> - 3.17-2
|
|
|
|
- update to 3.17
|
|
|
|
- Update to 3.17
|
|
|
|
- Resolves: #2175794
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
|
|
|
- Remove compel man-page
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 02 2021 Jindrich Novy <jnovy@redhat.com> - 3.15-2
|
|
|
|
* Mon Jan 31 2022 Adrian Reber <areber@redhat.com> - 3.15-13
|
|
|
|
- add gating tests
|
|
|
|
- Apply patch to build with annobin enabled
|
|
|
|
- Related: #1971718
|
|
|
|
- Apply patch to fix unsafe IPv6 handling
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 30 2021 Jindrich Novy <jnovy@redhat.com> - 3.15-1
|
|
|
|
* Mon Sep 6 2021 Radostin Stoyanov <radostin@redhat.com> - 3.15-12
|
|
|
|
- add -devel and -libs subpackages
|
|
|
|
- Increase release number from 11 to 12
|
|
|
|
- Resolves: #1971718
|
|
|
|
- Disable podman test when crun doesn't support checkpoint/restore
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2019 Adrian Reber <adrian@lisas.de> - 3.12-9
|
|
|
|
* Tue Aug 31 2021 Adrian Reber <areber@redhat.com> - 3.15-11
|
|
|
|
|
|
|
|
- Remove unnecessary Requires: criu-libs
|
|
|
|
|
|
|
|
- Remove wrong BR nftables-devel
|
|
|
|
|
|
|
|
- Bump release for rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 2021 Jindrich Novy <jnovy@redhat.com> - 3.15-10
|
|
|
|
|
|
|
|
- disable LTO on RHEL9 again
|
|
|
|
|
|
|
|
- Related: #1970747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.15-9
|
|
|
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 06 2021 Jindrich Novy <jnovy@redhat.com> - 3.15-8
|
|
|
|
|
|
|
|
- add Requires: criu-libs = %%{version}-%%{release} in criu-devel
|
|
|
|
|
|
|
|
- Related: #1970747
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Aug 04 2021 Jindrich Novy <jnovy@redhat.com> - 3.15-7
|
|
|
|
|
|
|
|
- remove pre-RHEL9 hacks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed May 05 2021 Adrian Reber <areber@redhat.com> - 3.15-6
|
|
|
|
|
|
|
|
- Enable criu-devel and criu-libs for RHEL 9
|
|
|
|
|
|
|
|
- Remove nftables-devel dependency for now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.15-4
|
|
|
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.15-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 13 09:45:16 CET 2021 Adrian Reber <adrian@lisas.de> - 3.15-2
|
|
|
|
|
|
|
|
- Rebuilt for protobuf 3.14
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Nov 04 2020 Adrian Reber <adrian@lisas.de> - 3.15-1
|
|
|
|
|
|
|
|
- Update to 3.15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Sep 23 2020 Adrian Reber <adrian@lisas.de> - 3.14-8
|
|
|
|
|
|
|
|
- Rebuilt for protobuf 3.13
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.14-7
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jul 14 2020 Jeff Law <law@redhat.com> - 3.14-6
|
|
|
|
|
|
|
|
- Disable LTO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jun 14 2020 Adrian Reber <adrian@lisas.de> - 3.14-5
|
|
|
|
|
|
|
|
- Rebuilt for protobuf 3.12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.14-4
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 30 2020 Adrian Reber <adrian@lisas.de> - 3.14-3
|
|
|
|
|
|
|
|
- BuildRequire nftables-devel for working CI
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 30 2020 Adrian Reber <adrian@lisas.de> - 3.14-2
|
|
|
|
|
|
|
|
- Rebuild for CI fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 29 2020 Adrian Reber <adrian@lisas.de> - 3.14-1
|
|
|
|
|
|
|
|
- Update to 3.14 (#1829399)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Mar 29 2020 Andrei Vagin <avagin@gmail.com> - 3.13-7
|
|
|
|
|
|
|
|
- Added patch for gcc-10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.13-6
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 16 2019 Adrian Reber <adrian@lisas.de> - 3.13-5
|
|
|
|
|
|
|
|
- Update to 3.13 (#1751146)
|
|
|
|
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
|
|
|
- Drop static library
|
|
|
|
|
|
|
|
- Add compel man-page
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.12-14
|
|
|
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.12-13
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 14 2019 Adrian Reber <adrian@lisas.de> - 3.12-11
|
|
|
|
|
|
|
|
- Test different decision_context in gating.yaml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 13 2019 Adrian Reber <adrian@lisas.de> - 3.12-10
|
|
|
|
- Added additional fixup patches for the socket labelling
|
|
|
|
- Added additional fixup patches for the socket labelling
|
|
|
|
|
|
|
|
|
|
|
|
* Sat May 04 2019 Adrian Reber <adrian@lisas.de> - 3.12-8
|
|
|
|
* Sat May 04 2019 Adrian Reber <adrian@lisas.de> - 3.12-8
|
|
|
@ -186,16 +267,15 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1*
|
|
|
|
- Build against SELinux (Fedora and RHEL8)
|
|
|
|
- Build against SELinux (Fedora and RHEL8)
|
|
|
|
- Build against libbsd (Fedora)
|
|
|
|
- Build against libbsd (Fedora)
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2019 Adrian Reber <areber@redhat.com> - 3.11-2
|
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.11-3
|
|
|
|
- Updated to 3.11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Removed upstreamed patches
|
|
|
|
|
|
|
|
- Added patch for gcc-9
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 11 2018 Adrian Reber <adrian@lisas.de> - 3.10-7
|
|
|
|
* Sat Jan 19 2019 Adrian Reber <adrian@lisas.de> - 3.11-2
|
|
|
|
- Fix 'criu check --feature link_nsid' with more than 10 interfaces (#1652442)
|
|
|
|
- Added patch for gcc-9
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 11 2018 Adrian Reber <adrian@lisas.de> - 3.10-6
|
|
|
|
* Tue Nov 06 2018 Adrian Reber <adrian@lisas.de> - 3.11-1
|
|
|
|
- Make sure no iptables rules are left after restore (#1652471)
|
|
|
|
- Updated to 3.11
|
|
|
|
|
|
|
|
- Removed upstreamed patches
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 30 2018 Adrian Reber <adrian@lisas.de> - 3.10-5
|
|
|
|
* Tue Oct 30 2018 Adrian Reber <adrian@lisas.de> - 3.10-5
|
|
|
|
- Added Recommends: tar
|
|
|
|
- Added Recommends: tar
|
|
|
|