Compare commits

..

1 commit

Author SHA1 Message Date
vanzhiganov
d4cf24b9e7 init 8.0.0 2025-02-08 14:32:46 +03:00
2 changed files with 5 additions and 5 deletions

1
.libvirt-python.metadata Normal file
View file

@ -0,0 +1 @@
9eb85ae3048274a239908b658c0dacf0588538b356fc59c388900bca7164612d7370f3dddd2eb4c81e88fff7671118517bf0f5fd4382c5a88102212349dff4ec SOURCES/libvirt-python-8.0.0.tar.gz

View file

@ -14,16 +14,15 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
Version: 10.0.0
Version: 8.0.0
Release: 1%{?dist}
Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz
Url: https://libvirt.org
License: LGPL-2.1-or-later
License: LGPLv2+
BuildRequires: libvirt-devel == %{version}
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-lxml
BuildRequires: python3-setuptools
BuildRequires: gcc
# Don't want provides for python shared objects
@ -70,10 +69,10 @@ exit 1
%py3_install
%check
%pytest
%{__python3} setup.py test
%files -n python3-libvirt
%doc ChangeLog AUTHORS README COPYING examples/
%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
%{python3_sitearch}/libvirt.py*
%{python3_sitearch}/libvirtaio.py*
%{python3_sitearch}/libvirt_qemu.py*