From be997aaa7dd3152a15b74074b76d130d6b65130c Mon Sep 17 00:00:00 2001 From: Han Han Date: Wed, 24 Jun 2020 17:07:19 +0800 Subject: [PATCH] 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 Reviewed-by: Michal Privoznik --- libvirt.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index cd7c33ab1a..9f24e06aa4 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -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