From 54f3a4b45b8b22f236657a3d6463446ed527414e Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 11 Mar 2021 15:32:57 +0100 Subject: [PATCH] spec: Drop BuildDepends on make MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit make is only used for the syntax-check tests, which we are explicitly skipping when building RPMs. Signed-off-by: Andrea Bolognani Reviewed-by: Ján Tomko --- libvirt.spec.in | 1 - mingw-libvirt.spec.in | 1 - 2 files changed, 2 deletions(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 8d8b900fbb..f9af330186 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -266,7 +266,6 @@ BuildRequires: python3-docutils BuildRequires: gcc BuildRequires: meson >= 0.54.0 BuildRequires: ninja-build -BuildRequires: make BuildRequires: git %if 0%{?fedora} || 0%{?rhel} > 7 BuildRequires: perl-interpreter diff --git a/mingw-libvirt.spec.in b/mingw-libvirt.spec.in index 0686cbaf78..288f533d52 100644 --- a/mingw-libvirt.spec.in +++ b/mingw-libvirt.spec.in @@ -54,7 +54,6 @@ BuildRequires: libxslt BuildRequires: python3 BuildRequires: perl-interpreter BuildRequires: perl(Getopt::Long) -BuildRequires: make BuildRequires: meson BuildRequires: ninja-build BuildRequires: python3-docutils -- 2.47.2