diff --git a/mokutil.spec b/mokutil.spec index 22d4cda627b05e5674db1151e2071d43a58bd715..1d39608b9fc3ef352845134561fae441dfb06f96 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