From e9277e353e63fe8e6b968bfccc440d465bccc65a Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 19 Dec 2020 00:59:29 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- itstool.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/itstool.spec b/itstool.spec index 4ec0d14..beaa5df 100644 --- a/itstool.spec +++ b/itstool.spec @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: python3-libxml2 BuildRequires: python3-devel +BuildRequires: make Requires: python3-libxml2 %description