update to 6.10.0 [release 6.10.0-1mamba;Sat Jan 02 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 11:23:14 +01:00
parent e7abff30b6
commit ac6b6bdf2a

View File

@ -1,5 +1,5 @@
Name: python-libvirt
Version: 5.10.0
Version: 6.10.0
Release: 1mamba
Summary: Python binding to the libvirt.so, libvirt-qemu.so and libvirt-lxc.so library APIs.
Group: System/Libraries
@ -7,14 +7,14 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libvirt.org/python.html
Source: http://libvirt.org/sources/python/libvirt-python-%{version}.tar.gz
Source: https://libvirt.org/sources/python/libvirt-python-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpython-devel
BuildRequires: libvirt-devel
## AUTOBUILDREQ-END
BuildRequires: libvirt-devel >= 1.2
BuildRequires: libvirt-devel >= %{version}
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -47,6 +47,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc AUTHORS COPYING COPYING.LESSER
%changelog
* Sat Jan 02 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.10.0-1mamba
- update to 6.10.0
* Thu Dec 12 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 5.10.0-1mamba
- update to 5.10.0