From 1f9f6157f5d48b7f388864522fb1ace14e2ccc59 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 18 Dec 2020 22:37:36 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- file.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/file.spec b/file.spec index 0dacf22..d7ceda7 100644 --- a/file.spec +++ b/file.spec @@ -83,6 +83,7 @@ file(1) command. Summary: Python 3 bindings for the libmagic API BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: make BuildArch: noarch Requires: %{name} = %{version}-%{release} Provides: python3-magic = %{version}-%{release}