diff --git a/libvirt-python.spec b/libvirt-python.spec index 82d351fe7d5aaa4687a479bf720a0aa57bfe34a8..1a3dd7d491a4eeea20e20478d076ef8fdf91a3fc 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