libvirt-python-10.0.0-1.el9
- Rebased to libvirt-python-10.0.0 (RHEL-24822) Resolves: RHEL-24822
This commit is contained in:
parent
6c8c624553
commit
3748e67fe2
@ -14,13 +14,13 @@
|
||||
|
||||
Summary: The libvirt virtualization API python3 binding
|
||||
Name: libvirt-python
|
||||
Version: 9.3.0
|
||||
Version: 10.0.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 >= 9.3.0-2
|
||||
BuildRequires: libvirt-devel >= 10.0.0-1
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-lxml
|
||||
@ -76,10 +76,10 @@ exit 1
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
%{__python3} setup.py test
|
||||
%pytest
|
||||
|
||||
%files -n python3-libvirt
|
||||
%doc ChangeLog AUTHORS README COPYING COPYING.LESSER examples/
|
||||
%doc ChangeLog AUTHORS README COPYING examples/
|
||||
%{python3_sitearch}/libvirt.py*
|
||||
%{python3_sitearch}/libvirtaio.py*
|
||||
%{python3_sitearch}/libvirt_qemu.py*
|
||||
@ -92,6 +92,9 @@ exit 1
|
||||
%{python3_sitearch}/*egg-info
|
||||
|
||||
%changelog
|
||||
* Thu Feb 8 2024 Jiri Denemark <jdenemar@redhat.com> - 10.0.0-1
|
||||
- Rebased to libvirt-python-10.0.0 (RHEL-24822)
|
||||
|
||||
* Wed May 17 2023 Jiri Denemark <jdenemar@redhat.com> - 9.3.0-1
|
||||
- Rebased to libvirt-python-9.3.0 (rhbz#2175786)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libvirt-python-9.3.0.tar.gz) = 5fe04eb6fbccb20f90637d5bb74887b0676743761838c91f6c7f08f8aff39ea8e1d8cdc50c4c244918c2100efb00c6bb380ac44b4d403a08863c8c99ecdbe937
|
||||
SHA512 (libvirt-python-10.0.0.tar.gz) = 4c3f51b2669ad7dc571f05ddeb75bb375640d27f77c1511e6682d8c7a77074210c48ea6c2e125ce8b04a1512df8a6a41e6a2d291e853dcaff84da213c89a6097
|
||||
|
Loading…
Reference in New Issue
Block a user