Fix build error

This commit is contained in:
gaoyusong 2023-02-04 11:39:51 +08:00
parent 6790e8a800
commit b51c554330

View File

@ -1,13 +1,13 @@
Name: mokutil Name: mokutil
Version: 0.6.0 Version: 0.6.0
Release: 1 Release: 2
Epoch: 1 Epoch: 1
Summary: Tools for manipulating machine owner keys Summary: Tools for manipulating machine owner keys
License: GPLv3+ License: GPLv3+
URL: https://github.com/lcp/mokutil URL: https://github.com/lcp/mokutil
Source0: https://github.com/lcp/mokutil/archive/%{version}.tar.gz 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 Conflicts: shim < 0.8-1
Obsoletes: mokutil < 0.2.0 Obsoletes: mokutil < 0.2.0
@ -62,6 +62,9 @@ make check
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %changelog
* Sat Feb 4 2023 gaoyusong <gaoyusong2@huawei.com> - 1:0.6.0-2
- DESC: Fix build error
* Tue Aug 2 2022 gaoyusong <gaoyusong2@huawei.com> - 1:0.6.0-1 * Tue Aug 2 2022 gaoyusong <gaoyusong2@huawei.com> - 1:0.6.0-1
- DESC: Update to 0.6.0 with latest bug fix - DESC: Update to 0.6.0 with latest bug fix