Add git to buildrequires
Resolves: #2081474 Signed-off-by: Robbie Harwood <rharwood@redhat.com>
This commit is contained in:
parent
05ab9385ad
commit
217b16ed3a
@ -1,6 +1,6 @@
|
||||
Name: mokutil
|
||||
Version: 0.5.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 2
|
||||
Summary: Tool to manage UEFI Secure Boot MoK Keys
|
||||
License: GPLv3+
|
||||
@ -13,6 +13,7 @@ BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: efivar-devel >= 31-1
|
||||
BuildRequires: gcc
|
||||
BuildRequires: git
|
||||
BuildRequires: gnu-efi
|
||||
BuildRequires: keyutils-libs-devel
|
||||
BuildRequires: make
|
||||
@ -56,6 +57,10 @@ make PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} install
|
||||
%{_datadir}/bash-completion/completions/mokutil
|
||||
|
||||
%changelog
|
||||
* Thu May 05 2022 Robbie Harwood <rharwood@redhat.com> - 2:0.5.0-2
|
||||
- Add git to buildrequires
|
||||
- Resolves: #2081474
|
||||
|
||||
* Thu May 05 2022 Robbie Harwood <rharwood@redhat.com> - 2:0.5.0-1
|
||||
- New upstream version (0.5.0)
|
||||
- Resolves: #2081474
|
||||
|
Loading…
Reference in New Issue
Block a user