From e1cbb083d5be2a55d71ac7a209cfef6339b503a7 Mon Sep 17 00:00:00 2001 From: yexiao Date: Wed, 27 Mar 2024 11:53:09 +0800 Subject: [PATCH] Delete BuildRequires python3-libvirt to fix build failure. (cherry picked from commit ac4e15446488874a72c2dd31becaec0ed5938dbd) --- libvirt-python.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libvirt-python.spec b/libvirt-python.spec index 4fa398c..758aeca 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -3,7 +3,7 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python Version: 9.10.0 -Release: 1 +Release: 2 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org License: LGPLv2+ @@ -12,7 +12,6 @@ BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-lxml BuildRequires: gcc -BuildRequires: python3-libvirt # Don't want provides for python shared objects %{?filter_provides_in: %filter_provides_in %{python3_sitearch}/.*\.so} @@ -70,5 +69,8 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitearch}/*egg-info %changelog +* Thu Mar 28 2024 mayunlong - 9.10.0-2 +- Delete BuildRequires python3-libvirt to fix build failure. + * Thu Feb 29 2024 mayunlong - 9.10.0-1 - Update to 9.10.0 release, Initial package for openEuler. -- Gitee