From 2b369bdd6ed5986c0d67cc98c37452744ed8b76c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 8 Nov 2022 01:39:56 -0500 Subject: [PATCH] import libvirt-python-8.0.0-2.module+el8.7.0+16689+53d59bc2 --- SPECS/libvirt-python.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SPECS/libvirt-python.spec b/SPECS/libvirt-python.spec index dea77cf..39521fe 100644 --- a/SPECS/libvirt-python.spec +++ b/SPECS/libvirt-python.spec @@ -15,12 +15,12 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python Version: 8.0.0 -Release: 1.1%{?dist}%{?extra_release} +Release: 2%{?dist}%{?extra_release} Source0: https://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: https://libvirt.org License: LGPLv2+ BuildRequires: git -BuildRequires: libvirt-devel >= 8.0.0-5.4 +BuildRequires: libvirt-devel >= 8.0.0-9 BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-lxml @@ -91,8 +91,8 @@ exit 1 %{python3_sitearch}/*egg-info %changelog -* Fri Aug 19 2022 Jiri Denemark - 8.0.0-1.1.el8 -- Rebuilt for VIR_MIGRATE_ZEROCOPY support (rhbz#2119429) +* Thu Jun 30 2022 Jiri Denemark - 8.0.0-2 +- [RFE] RFE backport allow enabling ZEROCOPY live migration to libvirt-python on RHEL8 to be consumed by VDSM (rhbz#2092756) * Fri Jan 14 2022 Jiri Denemark - 8.0.0-1 - Rebased to libvirt-python-8.0.0 (rhbz#2012806)