From c84b32163e0db5bfc66cb75b8a8a395894d11188 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Jan 05 2021 01:40:36 +0000 Subject: Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- diff --git a/libdnf.spec b/libdnf.spec index e5c439c..0b5bf9d 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -181,6 +181,7 @@ Summary: Python 3 bindings for the hawkey library %{?python_provide:%python_provide python3-hawkey} BuildRequires: python3-devel BuildRequires: python3-nose +BuildRequires: make Requires: %{name}%{?_isa} = %{version}-%{release} Requires: python3-%{name} = %{version}-%{release} # Fix problem with hawkey - dnf version incompatibility