import libvirt-python-7.9.0-1.module+el8.6.0+13159+f4785b17

This commit is contained in:
CentOS Sources 2021-11-08 12:59:33 +00:00 committed by Stepan Oksanichenko
parent 4a3c7d7067
commit fc8031e462
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libvirt-python-7.8.0.tar.gz
SOURCES/libvirt-python-7.9.0.tar.gz

View File

@ -1 +1 @@
7e51142b2477d5a724d4703a3aecb2957105ac5b SOURCES/libvirt-python-7.8.0.tar.gz
332d2ddc003949476d59bf6e51b30fd68e142b77 SOURCES/libvirt-python-7.9.0.tar.gz

View File

@ -14,13 +14,13 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
Version: 7.8.0
Version: 7.9.0
Release: 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 >= 7.8.0-1
BuildRequires: libvirt-devel >= 7.9.0-1
BuildRequires: python3-devel
BuildRequires: python3-pytest
BuildRequires: python3-lxml
@ -91,6 +91,9 @@ exit 1
%{python3_sitearch}/*egg-info
%changelog
* Thu Nov 4 2021 Jiri Denemark <jdenemar@redhat.com> - 7.9.0-1
- Rebased to libvirt-python-7.9.0 (rhbz#2012806)
* Wed Oct 20 2021 Jiri Denemark <jdenemar@redhat.com> - 7.8.0-1
- Rebased to libvirt-python-7.8.0 (rhbz#2012806)