From d4cf24b9e750f1258c6138c22610b63828a8168c Mon Sep 17 00:00:00 2001 From: vanzhiganov Date: Sat, 8 Feb 2025 14:32:46 +0300 Subject: [PATCH] init 8.0.0 --- .libvirt-python.metadata | 1 + SPECS/libvirt-python.spec | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 .libvirt-python.metadata diff --git a/.libvirt-python.metadata b/.libvirt-python.metadata new file mode 100644 index 0000000..fea154d --- /dev/null +++ b/.libvirt-python.metadata @@ -0,0 +1 @@ +9eb85ae3048274a239908b658c0dacf0588538b356fc59c388900bca7164612d7370f3dddd2eb4c81e88fff7671118517bf0f5fd4382c5a88102212349dff4ec SOURCES/libvirt-python-8.0.0.tar.gz diff --git a/SPECS/libvirt-python.spec b/SPECS/libvirt-python.spec index 476ac41..9b68bbc 100644 --- a/SPECS/libvirt-python.spec +++ b/SPECS/libvirt-python.spec @@ -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*