Add riscv64 to ExclusiveArch
This commit is contained in:
parent
3bcc22dfb6
commit
aeedf47bb6
@ -12,7 +12,7 @@
|
||||
|
||||
Name: criu
|
||||
Version: 4.2
|
||||
Release: 1%{?dist}
|
||||
Release: 1%{?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/
|
||||
@ -53,7 +53,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
|
||||
@ -162,6 +162,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libcriu.a
|
||||
%doc %{_mandir}/man1/criu-ns.1*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 23 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 4.2-1.alma.1
|
||||
- Add riscv64 to ExclusiveArch
|
||||
|
||||
* Tue Nov 18 2025 Adrian Reber <areber@redhat.com> - 4.2-1
|
||||
- Update to 4.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user