spec: Add the build dependency of make

For some minimal OS like fedora cloud image, the make is not installed
by default.

Signed-off-by: Han Han <hhan@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Han Han 2020-06-24 17:07:19 +08:00 committed by Michal Privoznik
parent 9ed345ac1a
commit be997aaa7d

View File

@ -269,6 +269,7 @@ BuildRequires: python36-docutils
BuildRequires: python3-docutils
%endif
BuildRequires: gcc
BuildRequires: make
BuildRequires: git
%if 0%{?fedora} || 0%{?rhel} > 7
BuildRequires: perl-interpreter