diff --git a/libvirt-python-10.0.0.tar.gz b/libvirt-python-10.0.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..03ab4bf4a1c1619d11c605d0a5bb529251467d41 Binary files /dev/null and b/libvirt-python-10.0.0.tar.gz differ diff --git a/libvirt-python-9.10.0.tar.gz b/libvirt-python-9.10.0.tar.gz deleted file mode 100644 index 9836fdc8813a6234d17ee06f7830b5f3b291c454..0000000000000000000000000000000000000000 Binary files a/libvirt-python-9.10.0.tar.gz and /dev/null differ diff --git a/libvirt-python.spec b/libvirt-python.spec index 758aeca320a33d25740e7b874d7c342a6504d6b2..926feb689df2f010dd0979395765b146484e542b 100644 --- a/libvirt-python.spec +++ b/libvirt-python.spec @@ -2,8 +2,8 @@ Summary: The libvirt virtualization API python3 binding Name: libvirt-python -Version: 9.10.0 -Release: 2 +Version: 10.0.0 +Release: 1 Source0: http://libvirt.org/sources/python/%{name}-%{version}.tar.gz Url: http://libvirt.org License: LGPLv2+ @@ -69,6 +69,12 @@ find examples -type f -exec chmod 0644 \{\} \; %{python3_sitearch}/*egg-info %changelog +* Tue Nov 26 2024 wuzhaomin - 10.0.0-1 +- update to 10.0.0 +- fixes multiple bugs in virsh and libvirt in handling of migration arguments and XMLs and modifies error reporting for better debugging. +- Because of a regression, starting from 9.3.0 libvirt did not autofill bus for input devices. With this release the regression was identified and fixed. +- Because of a check that was too aggressive, a virtio-mem memory device could not be cold plugged. This is now fixed. + * Thu Mar 28 2024 mayunlong - 9.10.0-2 - Delete BuildRequires python3-libvirt to fix build failure.