criu-3.18-4.el8

- switch to egg-info on 8.9
- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-05-16 11:58:03 +02:00
parent 68cf3d3038
commit 6f9c03669f
1 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@
Name: criu
Version: 3.18
Release: 3%{?dist}
Release: 4%{?dist}
Provides: crtools = %{version}-%{release}
Obsoletes: crtools <= 1.0-2
Summary: Tool for Checkpoint/Restore in User-space
@ -130,14 +130,18 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1*
%files -n %{py_prefix}-%{name}
%{python3_sitelib}/pycriu/*
%{python3_sitelib}/pycriu-%{version}.dist-info
%{python3_sitelib}/*egg-info
%files -n crit
%{_bindir}/crit
%{python3_sitelib}/crit-%{version}.dist-info
%{python3_sitelib}/*egg-info
%doc %{_mandir}/man1/crit.1*
%changelog
* Tue May 16 2023 Jindrich Novy <jnovy@redhat.com> - 3.18-4
- switch to egg-info on 8.9
- Related: #2176055
* Mon May 15 2023 Jindrich Novy <jnovy@redhat.com> - 3.18-3
- remove --progress-bar option
- Related: #2176055