From 5d5056d6f2917162251bd4c317740412de4ff948 Mon Sep 17 00:00:00 2001 From: Nicolas Frayer Date: Thu, 3 Sep 2026 16:37:06 +0200 Subject: [PATCH] spec: Corrected changelog Resolves: #RHEL-251898 Signed-off-by: Nicolas Frayer --- mokutil.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mokutil.spec b/mokutil.spec index bb556a0..19c6d20 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,6 +1,6 @@ Name: mokutil Version: 0.7.2 -Release: 6%{?dist} +Release: 7%{?dist} Epoch: 2 Summary: Tool to manage UEFI Secure Boot MoK Keys License: GPL-3.0-or-later @@ -47,6 +47,10 @@ mokutil provides a tool to manage keys for Secure Boot through the MoK %{_datadir}/bash-completion/completions/mokutil %changelog +* Thu Sep 03 2026 Nicolas Frayer - 0.7.2-7 +- PasswordCrypt: Fix an ABI issue +- Resolves: #RHEL-251898 + * Tue Sep 01 2026 Nicolas Frayer - 0.7.2-6 - Remove MD5 and DES password support - Resolves: #RHEL-251898