]> xenbits.xensource.com Git - libvirt.git/commitdiff
rpm: Add libxml2 BuildRequires for xmllint
authorAndrea Bolognani <abologna@redhat.com>
Thu, 2 Nov 2023 15:48:03 +0000 (16:48 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 6 Nov 2023 15:50:38 +0000 (16:50 +0100)
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>
libvirt.spec.in

index d37a603fd33991ce6c6714634b4b1dc22537bdc4..f50c451e7387b8f79b0eafb64004eb32c8a6e709 100644 (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