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(a)redhat.com>
---
libvirt.spec.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libvirt.spec.in b/libvirt.spec.in
index 8248e2ca80..0b33a9a5e4 100644
--- a/libvirt.spec.in
+++ b/libvirt.spec.in
@@ -287,6 +287,8 @@ BuildRequires: ninja-build
BuildRequires: git
BuildRequires: perl-interpreter
BuildRequires: python3
+# For xmllint
+BuildRequires: libxml2
%if %{with_libxl}
BuildRequires: xen-devel
%endif
--
2.41.0