From efd0f8771f79f99372a7edcd95ec64b84d0fe20c Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Wed, 6 Jan 2021 20:32:27 +0000 Subject: [PATCH] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libvirt-glib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libvirt-glib.spec b/libvirt-glib.spec index a71c377..96e1310 100644 --- a/libvirt-glib.spec +++ b/libvirt-glib.spec @@ -21,6 +21,7 @@ License: LGPLv2+ URL: http://libvirt.org/ Source0: ftp://libvirt.org/libvirt/glib/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: glib2-devel >= 2.38.0 BuildRequires: libvirt-devel >= %{libvirt_version} %if %{with_introspection}