From 95c85ee39602994cd85feb980d975fcdaa93e1fe Mon Sep 17 00:00:00 2001 From: ChenYanpan Date: Thu, 11 May 2023 09:58:58 +0800 Subject: [PATCH] add BuildRequires python3-libvirt to fix build failure --- libvirt-python.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvirt-python.spec b/libvirt-python.spec index 82d351f..1a3dd7d 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -3,7 +3,7 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python Version: 6.2.0 -Release: 6 +Release: 7 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Patch0000: setup-use-pytest-instead-of-nose-to-run-the-test-sui.patch Patch0001: spec-use-pytest-instead-of-nose.patch @@ -22,6 +22,7 @@ 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} @@ -79,6 +80,9 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitearch}/*egg-info %changelog +* Thu May 11 2023 ChenYanpan - 6.2.0-7 +- add BuildRequires python3-libvirt to fix build failure + * Fri Apr 14 2023 Qi Hao - 6.2.0-6 - libvirt-override.c: Fix BlockThreshold Callback argument conversion -- Gitee