mirror of https://gitee.com/openkylin/libvirt.git
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:
parent
9ed345ac1a
commit
be997aaa7d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue