From b6cb718321341b624fc6f2a217d04da775ae32a1 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Mon, 11 Jul 2022 10:31:00 +0100 Subject: [PATCH] Rebuilt to pick up glibc rseq() changes Resolves: rhbz#2105220 Signed-off-by: Radostin Stoyanov --- criu.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/criu.spec b/criu.spec index f0813fe..bbb3dc8 100644 --- a/criu.spec +++ b/criu.spec @@ -7,7 +7,7 @@ Name: criu Version: 3.17 -Release: 3%{?dist} +Release: 4%{?dist} Provides: crtools = %{version}-%{release} Obsoletes: crtools <= 1.0-2 Summary: Tool for Checkpoint/Restore in User-space @@ -126,6 +126,9 @@ rm $RPM_BUILD_ROOT%{_mandir}/man1/criu-ns.1* %doc %{_mandir}/man1/crit.1* %changelog +* Mon Jul 11 2022 Radostin Stoyanov - 3.17-4 +- Rebuilt to pick up glibc rseq() changes + * Mon Jul 04 2022 Radostin Stoyanov - 3.17-3 - Add libprotobuf-c dependency requirement