From 19c9fad35064bcf24c1e5a941df317bacb9f4e59 Mon Sep 17 00:00:00 2001 From: Jiabo Feng Date: Thu, 11 Apr 2024 11:46:59 +0800 Subject: [PATCH] spec: remove libxml2 dependency Signed-off-by: Jiabo Feng (cherry picked from commit 1b19c8ecc147bc11134a3c503c7367cba4d1de88) --- libvirt.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index b6b1207..8df1cc0 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -262,7 +262,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 9.10.0 -Release: 5 +Release: 6 License: LGPLv2+ URL: https://libvirt.org/ @@ -354,8 +354,6 @@ BuildRequires: perl-interpreter BuildRequires: python3 BuildRequires: python3-pytest BuildRequires: libgfapi0 -# For xmllint -BuildRequires: libxml2 # For xsltproc BuildRequires: libxslt BuildRequires: gettext @@ -2606,6 +2604,9 @@ exit 0 %endif %changelog +* Thu Apr 11 2024 JiaboFeng - 9.10.0-6 +- spec: remove libxml2 dependency + * Wed Apr 10 2024 JiaboFeng - 9.10.0-5 - hotpatch: if hotpatch_path not in qemu.conf,the hotpatch doesn't antoload - remote: check for negative array lengths before allocation -- Gitee