!30 add BuildRequires python3-libvirt to fix build failure
From: @chenyanpanX Reviewed-by: @yezengruan Signed-off-by: @yezengruan
This commit is contained in:
commit
a6e7c332ee
@ -3,7 +3,7 @@
|
|||||||
Summary: The libvirt virtualization API python3 binding
|
Summary: The libvirt virtualization API python3 binding
|
||||||
Name: libvirt-python
|
Name: libvirt-python
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 6
|
Release: 7
|
||||||
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz
|
||||||
Patch0000: setup-use-pytest-instead-of-nose-to-run-the-test-sui.patch
|
Patch0000: setup-use-pytest-instead-of-nose-to-run-the-test-sui.patch
|
||||||
Patch0001: spec-use-pytest-instead-of-nose.patch
|
Patch0001: spec-use-pytest-instead-of-nose.patch
|
||||||
@ -22,6 +22,7 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-pytest
|
BuildRequires: python3-pytest
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
|
BuildRequires: python3-libvirt
|
||||||
|
|
||||||
# Don't want provides for python shared objects
|
# Don't want provides for python shared objects
|
||||||
%{?filter_provides_in: %filter_provides_in %{python3_sitearch}/.*\.so}
|
%{?filter_provides_in: %filter_provides_in %{python3_sitearch}/.*\.so}
|
||||||
@ -79,6 +80,9 @@ find examples -type f -exec chmod 0644 \{\} \;
|
|||||||
%{python3_sitearch}/*egg-info
|
%{python3_sitearch}/*egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 11 2023 ChenYanpan <chenyanpan@xfusion.com> - 6.2.0-7
|
||||||
|
- add BuildRequires python3-libvirt to fix build failure
|
||||||
|
|
||||||
* Fri Apr 14 2023 Qi Hao <qihao_yewu@cmss.chinamobile.com> - 6.2.0-6
|
* Fri Apr 14 2023 Qi Hao <qihao_yewu@cmss.chinamobile.com> - 6.2.0-6
|
||||||
- libvirt-override.c: Fix BlockThreshold Callback argument conversion
|
- libvirt-override.c: Fix BlockThreshold Callback argument conversion
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user