[PATCH] spec: Add the build dependency of make

Michal Privoznik mprivozn at redhat.com
Wed Jun 24 14:37:35 UTC 2020


On 6/24/20 11:07 AM, Han Han wrote:
> For some minimal OS like fedora cloud image, the make is not installed
> by default.
> 
> Signed-off-by: Han Han <hhan at redhat.com>
> ---
>   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
> 

Reviewed-by: Michal Privoznik <mprivozn at redhat.com>

and pushed.

Michal




More information about the libvir-list mailing list