From bcf7c06068563d50eb6eb6cb5ca82ab09be77e9a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 19 Dec 2020 06:10:54 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- dnf-plugins-core.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dnf-plugins-core.spec b/dnf-plugins-core.spec index 677ed2c..dd5be4d 100644 --- a/dnf-plugins-core.spec +++ b/dnf-plugins-core.spec @@ -140,6 +140,7 @@ Summary: Core Plugins for DNF BuildRequires: python3-devel BuildRequires: python3-dnf >= %{dnf_lowest_compatible} BuildRequires: python3-nose +BuildRequires: make %if 0%{?fedora} Requires: python3-distro %endif