From f595e6fbd568de33d809c71de93c457c013bef86 Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Tue, 24 Feb 2026 13:50:17 +0000 Subject: [PATCH] Add riscv64 to ExclusiveArch --- mokutil.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mokutil.spec b/mokutil.spec index ea214f7..fe8a034 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -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 - 2:0.7.2-4.alma.1 +- Add riscv64 to ExclusiveArch + * Tue Dec 09 2025 Leo Sandoval - 0.7.2-4 - Bump release - Resolves: #RHEL-90836