diff --git a/mokutil.spec b/mokutil.spec index ae09e8e3f5477b66b19a24e00b34c2a1c5a6172d..edb0276441b1b0e198b92ceefc13f8777b7f8794 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,13 +1,13 @@ Name: mokutil Version: 0.4.0 -Release: 2 +Release: 3 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 git openssl-devel openssl efivar-devel >= 31-1 git +BuildRequires:gcc autoconf automake gnu-efi openssl-devel openssl efivar-devel >= 31-1 git Conflicts: shim < 0.8-1 Obsoletes: mokutil < 0.2.0 @@ -25,7 +25,7 @@ Requires: man info Man page and other related documents for %{name}. %prep -%autosetup -n %{name}-%{version} -p1 -Sgit +%autosetup -n %{name}-%{version} -p1 %build ./autogen.sh @@ -59,6 +59,10 @@ make check %{_mandir}/man1/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.4.0-3 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git +git + * Mon Jun 22 2020 openEuler Buildteam - 1:0.4.0-2 - fix build err of -Waddress-of-packed-member for gcc update to 9.3.1