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 <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Andrea Bolognani 2023-11-02 16:48:03 +01:00
parent 96240eb37a
commit 72723b2b90

View File

@ -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