From ffa85d64c2cfad1946cfa82775c815729a55f8e8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Thu, 17 Dec 2020 04:57:34 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- efi-rpm-macros.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/efi-rpm-macros.spec b/efi-rpm-macros.spec index 4ebf296..ed479d9 100644 --- a/efi-rpm-macros.spec +++ b/efi-rpm-macros.spec @@ -5,6 +5,7 @@ Release: 5%{?dist} License: GPLv3+ URL: https://github.com/rhboot/%{name}/ BuildRequires: git sed +BuildRequires: make BuildArch: noarch Source0: https://github.com/rhboot/%{name}/releases/download/%{version}/%{name}-4.tar.bz2