diff --git a/criu.spec b/criu.spec index 16242b7..1cfd5f1 100644 --- a/criu.spec +++ b/criu.spec @@ -13,7 +13,7 @@ Name: criu Version: 4.2 -Release: 2%{?dist}.alma.1 +Release: 3%{?dist}.alma.1 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 riscv64 +ExclusiveArch: x86_64 %{arm} ppc64le aarch64 s390x riscv64 riscv64 %description criu is the user-space part of Checkpoint/Restore in User-space @@ -179,9 +179,13 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libcriu.a %doc %{_mandir}/man1/criu-ns.1* %changelog -* Tue Mar 03 2026 Andrew Lukoshko - 4.2-2.alma.1 +* Sat Mar 07 2026 Andrew Lukoshko - 4.2-3.alma.1 - Add riscv64 to ExclusiveArch +* 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