From 129b70f61632ec2e9a7bc38672eb0537d8432514 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 8 Jan 2021 19:38:17 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- pungi.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/pungi.spec b/pungi.spec index 058df14e..f3f229ff 100644 --- a/pungi.spec +++ b/pungi.spec @@ -9,6 +9,7 @@ License: GPLv2 URL: https://pagure.io/pungi Source0: https://pagure.io/releases/%{name}/%{name}-%{version}.tar.bz2 +BuildRequires: make BuildRequires: python3-nose BuildRequires: python3-mock BuildRequires: python3-devel