diff --git a/criu.spec b/criu.spec index 13f244720755cac75c69bd7c36baae47a21a76ef..9c36a60e43cb299df6a606fd9d41421f7e0ec40c 100644 --- a/criu.spec +++ b/criu.spec @@ -1,3 +1,4 @@ +%define anolis_release .0.1 %global py_prefix python3 %global py_binary %{py_prefix} @@ -7,7 +8,7 @@ Name: criu Version: 3.18 -Release: 5%{?dist} +Release: 5%{anolis_release}%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -140,9 +141,13 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1* %doc %{_mandir}/man1/crit.1* %changelog -* Tue May 16 2023 znley - 3.18-5 +* Mon May 27 2024 znley - 3.18-5.0.1 - add loongarch64 support +* Fri Apr 12 2024 Lokesh Mandvekar - 3.18-5 +- rebuild to preserve upgrade path +- Related: RHEL-32671 + * Tue May 16 2023 Jindrich Novy - 3.18-4 - switch to egg-info on 8.9 - Related: #2176055