From 49c239cae895ebf46d548f1879712a0e8a05f7c8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Dec 17 2020 02:48:06 +0000 Subject: Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- diff --git a/bear.spec b/bear.spec index 65f0fc9..f6f0f42 100644 --- a/bear.spec +++ b/bear.spec @@ -12,6 +12,7 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: clang BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: make # python3-lit is only needed for the tests which we only run on Fedora %{?fedora:BuildRequires: python3-lit}