Compare commits

...

3 Commits

Author SHA1 Message Date
CentOS Sources 062f06a46b import libvirt-python-8.0.0-2.module+el8.7.0+16689+53d59bc2 2023-05-16 07:15:40 +00:00
CentOS Sources 2b369bdd6e import libvirt-python-8.0.0-2.module+el8.7.0+16689+53d59bc2 2022-11-08 13:35:18 +00:00
CentOS Sources 6e7fbb24cf import libvirt-python-8.0.0-1.1.module+el8.6.0+16381+3abc475c 2022-09-13 07:41:17 +00:00
1 changed files with 5 additions and 2 deletions

View File

@ -15,12 +15,12 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
Version: 8.0.0
Release: 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-1
BuildRequires: libvirt-devel >= 8.0.0-9
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-lxml
@ -91,6 +91,9 @@ exit 1
%{python3_sitearch}/*egg-info
%changelog
* Thu Jun 30 2022 Jiri Denemark <jdenemar@redhat.com> - 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 <jdenemar@redhat.com> - 8.0.0-1
- Rebased to libvirt-python-8.0.0 (rhbz#2012806)