Add riscv64 to ExclusiveArch

This commit is contained in:
Andrew Lukoshko 2026-02-24 13:50:17 +00:00 committed by root
parent 2c6b7af357
commit f595e6fbd5

View File

@ -1,13 +1,13 @@
Name: mokutil
Version: 0.7.2
Release: 4%{?dist}
Release: 4%{?dist}.alma.1
Epoch: 2
Summary: Tool to manage UEFI Secure Boot MoK Keys
License: GPL-3.0-or-later
URL: https://github.com/lcp/mokutil
Source0: https://github.com/lcp/mokutil/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: mokutil.patches
ExclusiveArch: %{ix86} x86_64 aarch64 %{arm}
ExclusiveArch: %{ix86} x86_64 aarch64 %{arm} riscv64
BuildRequires: autoconf
BuildRequires: automake
@ -47,6 +47,9 @@ mokutil provides a tool to manage keys for Secure Boot through the MoK
%{_datadir}/bash-completion/completions/mokutil
%changelog
* Tue Feb 24 2026 Andrew Lukoshko <alukoshko@almalinux.org> - 2:0.7.2-4.alma.1
- Add riscv64 to ExclusiveArch
* Tue Dec 09 2025 Leo Sandoval <lsandova@redhat.com> - 0.7.2-4
- Bump release
- Resolves: #RHEL-90836