diff --git a/mokutil.spec b/mokutil.spec index e6de976..5f259b3 100644 --- a/mokutil.spec +++ b/mokutil.spec @@ -1,16 +1,21 @@ Name: mokutil Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 2 Summary: Tool to manage UEFI Secure Boot MoK Keys License: GPLv3+ URL: https://github.com/lcp/mokutil -ExclusiveArch: %{ix86} x86_64 aarch64 -BuildRequires: make -BuildRequires: gcc -BuildRequires: autoconf automake gnu-efi git openssl-devel openssl -BuildRequires: efivar-devel >= 31-1 Source0: https://github.com/lcp/mokutil/archive/%{version}.tar.gz +ExclusiveArch: %{ix86} x86_64 aarch64 %{arm} + +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: efivar-devel >= 31-1 +BuildRequires: gcc +BuildRequires: gnu-efi +BuildRequires: make +BuildRequires: openssl +BuildRequires: openssl-devel Conflicts: shim < 0.8-1%{?dist} Obsoletes: mokutil < 0.2.0 @@ -24,27 +29,17 @@ mokutil provides a tool to manage keys for Secure Boot through the MoK ("Machine's Own Keys") mechanism. %prep -%setup -q -n %{name}-%{version} -git init -git config user.email "%{name}-owner@fedoraproject.org" -git config user.name "Fedora Ninjas" -git add . -git commit -a -q -m "%{version} baseline." -git am %{patches} - 2:0.4.0-5 +- Minor spec cleanups, build on ARMv7 + * Wed Mar 17 2021 Javier Martinez Canillas - 0.4.0-4 - Add SBAT and mok-variables support