From b51c554330cf4a606fdc4a2c4069f055bdf077f5 Mon Sep 17 00:00:00 2001 From: gaoyusong Date: Sat, 4 Feb 2023 11:39:51 +0800 Subject: [PATCH] Fix build error --- mokutil.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mokutil.spec b/mokutil.spec index 22d4cda..1d39608 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,13 +1,13 @@ Name: mokutil Version: 0.6.0 -Release: 1 +Release: 2 Epoch: 1 Summary: Tools for manipulating machine owner keys License: GPLv3+ URL: https://github.com/lcp/mokutil Source0: https://github.com/lcp/mokutil/archive/%{version}.tar.gz -BuildRequires:gcc autoconf automake gnu-efi openssl-devel openssl efivar-devel >= 31-1 git +BuildRequires:gcc autoconf automake gnu-efi openssl-devel openssl keyutils-libs-devel efivar-devel >= 31-1 git Conflicts: shim < 0.8-1 Obsoletes: mokutil < 0.2.0 @@ -62,6 +62,9 @@ make check %{_mandir}/man1/* %changelog +* Sat Feb 4 2023 gaoyusong - 1:0.6.0-2 +- DESC: Fix build error + * Tue Aug 2 2022 gaoyusong - 1:0.6.0-1 - DESC: Update to 0.6.0 with latest bug fix