From 6c1a1e5e14d40c1824ecf22774427e798a16e7d7 Mon Sep 17 00:00:00 2001 From: Leo Sandoval Date: Tue, 9 Dec 2025 13:47:30 -0600 Subject: [PATCH] Bump release Resolves: #RHEL-90837 Signed-off-by: Leo Sandoval --- mokutil.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mokutil.spec b/mokutil.spec index a143139..ea699be 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,6 +1,6 @@ Name: mokutil Version: 0.7.2 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 2 Summary: Tool to manage UEFI Secure Boot MoK Keys License: GPLv3+ @@ -47,6 +47,10 @@ mokutil provides a tool to manage keys for Secure Boot through the MoK %{_datadir}/bash-completion/completions/mokutil %changelog +* Tue Dec 09 2025 Leo Sandoval - 0.7.2-4 +- Bump release +- Resolves: #RHEL-90837 + * Fri Jun 27 2025 Leo Sandoval - 0.7.2-3 - Return zero in case --test-key is enrolled - Resolves: #RHEL-90837