From c7f635ccff89da9188aa81aab1e89a702768ea39 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 22 May 2024 13:50:25 +0000 Subject: [PATCH] import CS criu-3.18-5.module_el8+1012+a75fe9ac --- SPECS/criu.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/criu.spec b/SPECS/criu.spec index 43b9e80..7b36a85 100644 --- a/SPECS/criu.spec +++ b/SPECS/criu.spec @@ -7,7 +7,7 @@ Name: criu Version: 3.18 -Release: 4%{?dist} +Release: 5%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -138,6 +138,10 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1* %doc %{_mandir}/man1/crit.1* %changelog +* 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