diff --git a/.gitignore b/.gitignore index 7ac46e4..0b8766e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/libvirt-python-10.5.0.tar.gz +SOURCES/libvirt-python-10.10.0.tar.gz diff --git a/.libvirt-python.metadata b/.libvirt-python.metadata index b5d2d5f..3611862 100644 --- a/.libvirt-python.metadata +++ b/.libvirt-python.metadata @@ -1 +1 @@ -78f3778b6725e491457cf30b22980b32a9fd5ad5 SOURCES/libvirt-python-10.5.0.tar.gz +5a792b1c17c1a9c5c1728d5652763d06a63fd0e9 SOURCES/libvirt-python-10.10.0.tar.gz diff --git a/SPECS/libvirt-python.spec b/SPECS/libvirt-python.spec index c9bdd55..f0466c4 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: 10.5.0 +Version: 10.10.0 Release: 1%{?dist}%{?extra_release} Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: https://libvirt.org License: LGPL-2.1-or-later BuildRequires: git -BuildRequires: libvirt-devel >= 10.5.0-1 +BuildRequires: libvirt-devel >= 10.10.0-2 BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-lxml @@ -90,6 +90,12 @@ exit 1 %{python3_sitearch}/*egg-info %changelog +* Thu Dec 19 2024 Jiri Denemark - 10.10.0-1 +- Rebased to libvirt-python-10.10.0 (RHEL-50576) + +* Thu Oct 24 2024 Jiri Denemark - 10.8.0-1 +- Rebased to libvirt-python-10.8.0 (RHEL-50576) + * Thu Jul 25 2024 Jiri Denemark - 10.5.0-1 - Rebased to libvirt-python-10.5.0 (RHEL-29643)