From 3e8681d26ccb66f7cabe15a4d7a03aac5284e4dc Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 15 May 2024 07:44:43 +0000 Subject: [PATCH] Import from AlmaLinux stable repository --- .gitignore | 2 +- .libvirt-python.metadata | 2 +- SPECS/libvirt-python.spec | 16 +++++++++++----- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index c3aa0c0..c94f6d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libvirt-python-9.0.0.tar.gz +SOURCES/libvirt-python-10.0.0.tar.gz diff --git a/.libvirt-python.metadata b/.libvirt-python.metadata index 1646205..9a7d9a9 100644 --- a/.libvirt-python.metadata +++ b/.libvirt-python.metadata @@ -1 +1 @@ -d84b47c633f3c21204dc44253563ac5a29b6818b SOURCES/libvirt-python-9.0.0.tar.gz +231633e0c05fefddd778d9854477b0c251fa2a94 SOURCES/libvirt-python-10.0.0.tar.gz diff --git a/SPECS/libvirt-python.spec b/SPECS/libvirt-python.spec index e732d23..b941009 100644 --- a/SPECS/libvirt-python.spec +++ b/SPECS/libvirt-python.spec @@ -14,13 +14,13 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python -Version: 9.0.0 +Version: 10.0.0 Release: 1%{?dist}%{?extra_release} Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: https://libvirt.org -License: LGPLv2+ +License: LGPL-2.1-or-later BuildRequires: git -BuildRequires: libvirt-devel >= 9.0.0-2 +BuildRequires: libvirt-devel >= 10.0.0-1 BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-lxml @@ -76,10 +76,10 @@ exit 1 %py3_install %check -%{__python3} setup.py test +%pytest %files -n python3-libvirt -%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/ +%doc ChangeLog AUTHORS README COPYING examples/ %{python3_sitearch}/libvirt.py* %{python3_sitearch}/libvirtaio.py* %{python3_sitearch}/libvirt_qemu.py* @@ -92,6 +92,12 @@ exit 1 %{python3_sitearch}/*egg-info %changelog +* Thu Feb 8 2024 Jiri Denemark - 10.0.0-1 +- Rebased to libvirt-python-10.0.0 (RHEL-24822) + +* Wed May 17 2023 Jiri Denemark - 9.3.0-1 +- Rebased to libvirt-python-9.3.0 (rhbz#2175786) + * Wed Feb 1 2023 Jiri Denemark - 9.0.0-1 - Rebased to libvirt-python-9.0.0 (rhbz#2124467)