From 1738804b7cb94cc4384f47e7933fa0de897cf186 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mokutil.spec b/mokutil.spec index 106231f..9194659 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -21,14 +21,14 @@ BuildRequires: openssl-devel Conflicts: shim < 0.8-1%{?dist} Obsoletes: mokutil < 0.2.0 -%include mokutil.patches +%include %{SOURCE1} %description mokutil provides a tool to manage keys for Secure Boot through the MoK ("Machine's Own Keys") mechanism. %prep -%autosetup -S git_am +%autosetup -S git_am -b 0 -T %build ./autogen.sh