diff --git a/.criu.metadata b/.criu.metadata new file mode 100644 index 0000000..5d9dcdb --- /dev/null +++ b/.criu.metadata @@ -0,0 +1 @@ +f359d9a3af080f5d3293c847af5ab10f58639d85 criu-3.18.tar.gz diff --git a/criu.spec b/criu.spec index 96a254e..43b9e80 100644 --- a/criu.spec +++ b/criu.spec @@ -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 - 3.18-4 +- switch to egg-info on 8.9 +- Related: #2176055 + * Mon May 15 2023 Jindrich Novy - 3.18-3 - remove --progress-bar option - Related: #2176055