From d96c2fb023ea27005d5ddf8a9752068bee7a14e5 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 25 May 2022 15:34:18 -0400 Subject: [PATCH] Fix patch application in the spec file... Resolves: #2087066 Signed-off-by: Peter Jones --- mokutil.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/mokutil.spec b/mokutil.spec index c7a9309..106231f 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,6 +1,6 @@ Name: mokutil Version: 0.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 2 Summary: Tool to manage UEFI Secure Boot MoK Keys License: GPLv3+ @@ -21,12 +21,14 @@ BuildRequires: openssl-devel Conflicts: shim < 0.8-1%{?dist} Obsoletes: mokutil < 0.2.0 +%include mokutil.patches + %description mokutil provides a tool to manage keys for Secure Boot through the MoK ("Machine's Own Keys") mechanism. %prep -%autosetup -p1 +%autosetup -S git_am %build ./autogen.sh @@ -44,6 +46,10 @@ mokutil provides a tool to manage keys for Secure Boot through the MoK %{_datadir}/bash-completion/completions/mokutil %changelog +* Wed May 25 2022 Peter Jones - 0.6.0-3 +- Fix patch application in the spec file... +- Resolves: #2087066 + * Mon May 23 2022 Robbie Harwood - 2:0.6.0-2 - Fix abort on unknown argument - Resolves: #2087066