From 72723b2b901c65c227909276b2face9a2d8a202c Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 2 Nov 2023 16:48:03 +0100 Subject: [PATCH] rpm: Add libxml2 BuildRequires for xmllint MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's already been dragged in by the -devel package, but since we use the command line tool directly as part of our build process it's more correct to explicitly depend on the runtime package. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- libvirt.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index d37a603fd3..f50c451e73 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -288,6 +288,8 @@ BuildRequires: git BuildRequires: perl-interpreter BuildRequires: python3 BuildRequires: python3-pytest +# For xmllint +BuildRequires: libxml2 %if %{with_libxl} BuildRequires: xen-devel %endif -- 2.39.5