From 6e7fbb24cf97f8e93d9107a23add0997c9457355 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 13 Sep 2022 03:41:01 -0400 Subject: [PATCH] import libvirt-python-8.0.0-1.1.module+el8.6.0+16381+3abc475c --- SPECS/libvirt-python.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SPECS/libvirt-python.spec b/SPECS/libvirt-python.spec index 8c8f6d9..dea77cf 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%{?dist}%{?extra_release} +Release: 1.1%{?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-1 +BuildRequires: libvirt-devel >= 8.0.0-5.4 BuildRequires: python3-devel BuildRequires: python3-pytest BuildRequires: python3-lxml @@ -91,6 +91,9 @@ 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) + * Fri Jan 14 2022 Jiri Denemark - 8.0.0-1 - Rebased to libvirt-python-8.0.0 (rhbz#2012806)