Enable riscv64 build

Resolves: RHEL-153692

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
Andrea Bolognani 2026-03-05 15:02:30 +01:00
parent 4c6f4911a0
commit 137ea71e4a

View File

@ -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 <abologna@redhat.com> - 4.2-3
- Enable riscv64 build
Resolves: RHEL-153692
* Mon Mar 02 2026 Christopher Lusk <clusk@redhat.com> - 4.2-2
- Re-enable binary hardening flags for main binary