From: Andrea Bolognani Date: Thu, 2 Nov 2023 15:48:03 +0000 (+0100) Subject: rpm: Add libxml2 BuildRequires for xmllint X-Git-Tag: v9.10.0-rc1~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72723b2b901c65c227909276b2face9a2d8a202c;p=thirdparty%2Flibvirt.git rpm: Add libxml2 BuildRequires for xmllint 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é --- 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