From 137ea71e4ae3f73be234905e44ecb342e463228b Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 5 Mar 2026 15:02:30 +0100 Subject: [PATCH] Enable riscv64 build Resolves: RHEL-153692 Signed-off-by: Andrea Bolognani --- criu.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/criu.spec b/criu.spec index 7ac6305..3fd3bbb 100644 --- a/criu.spec +++ b/criu.spec @@ -13,7 +13,7 @@ Name: criu Version: 4.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for Checkpoint/Restore in User-space License: GPL-2.0-only AND LGPL-2.1-only AND MIT URL: http://criu.org/ @@ -54,7 +54,7 @@ BuildRequires: make # user-space and kernel changes are only available for x86_64, arm, # ppc64le, aarch64 and s390x # https://bugzilla.redhat.com/show_bug.cgi?id=902875 -ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x +ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x riscv64 %description criu is the user-space part of Checkpoint/Restore in User-space @@ -179,6 +179,10 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libcriu.a %doc %{_mandir}/man1/criu-ns.1* %changelog +* Thu Mar 05 2026 Andrea Bolognani - 4.2-3 +- Enable riscv64 build + Resolves: RHEL-153692 + * Mon Mar 02 2026 Christopher Lusk - 4.2-2 - Re-enable binary hardening flags for main binary