|
|
|
@ -14,13 +14,13 @@
|
|
|
|
|
|
|
|
|
|
Summary: The libvirt virtualization API python3 binding
|
|
|
|
|
Name: libvirt-python
|
|
|
|
|
Version: 9.3.0
|
|
|
|
|
Version: 10.5.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.5.0-1
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3-pytest
|
|
|
|
|
BuildRequires: python3-lxml
|
|
|
|
@ -54,8 +54,6 @@ of recent versions of Linux (and other OSes).
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -S git_am -N
|
|
|
|
|
|
|
|
|
|
git config gc.auto 0
|
|
|
|
|
|
|
|
|
|
%autopatch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -76,10 +74,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,119 +90,140 @@ exit 1
|
|
|
|
|
%{python3_sitearch}/*egg-info
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 17 2023 Jiri Denemark <jdenemar@redhat.com> - 9.3.0-1
|
|
|
|
|
- Rebased to libvirt-python-9.3.0 (rhbz#2175786)
|
|
|
|
|
* Fri Jul 12 2024 Jiri Denemark <jdenemar@redhat.com> - 10.5.0-1
|
|
|
|
|
- Rebased to libvirt-python-10.5.0 (RHEL-30178)
|
|
|
|
|
|
|
|
|
|
* Wed Feb 1 2023 Jiri Denemark <jdenemar@redhat.com> - 9.0.0-1
|
|
|
|
|
- Rebased to libvirt-python-9.0.0 (rhbz#2124467)
|
|
|
|
|
* Thu Jun 27 2024 Jiri Denemark <jdenemar@redhat.com> - 10.4.0-1
|
|
|
|
|
- Rebased to libvirt-python-10.4.0 (RHEL-30178)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 8 2022 Jiri Denemark <jdenemar@redhat.com> - 8.10.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.10.0 (rhbz#2124467)
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 10.0.0-4
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 4 2022 Jiri Denemark <jdenemar@redhat.com> - 8.9.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.9.0 (rhbz#2124467)
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Sep 26 2022 Jiri Denemark <jdenemar@redhat.com> - 8.7.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.7.0 (rhbz#2124467)
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 10.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 18 2022 Jiri Denemark <jdenemar@redhat.com> - 8.5.0-2
|
|
|
|
|
- Add VIR_DOMAIN_IOTHREAD_THREAD_POOL_{MIN,MAX} macros (rhbz#2117475)
|
|
|
|
|
* Tue Jan 16 2024 Cole Robinson <crobinso@redhat.com> - 10.0.0-1
|
|
|
|
|
- Update to version 10.0.0
|
|
|
|
|
|
|
|
|
|
* Wed Jul 13 2022 Jiri Denemark <jdenemar@redhat.com> - 8.5.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.5.0 (rhbz#2060316)
|
|
|
|
|
- The rebase also fixes the following bugs:
|
|
|
|
|
rhbz#2092752
|
|
|
|
|
* Sun Dec 03 2023 Cole Robinson <crobinso@redhat.com> - 9.10.0-1
|
|
|
|
|
- Update to version 9.10.0
|
|
|
|
|
|
|
|
|
|
* Thu Jun 9 2022 Jiri Denemark <jdenemar@redhat.com> - 8.4.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.4.0 (rhbz#2060316)
|
|
|
|
|
* Wed Nov 01 2023 Cole Robinson <crobinso@redhat.com> - 9.9.0-1
|
|
|
|
|
- Update to version 9.9.0
|
|
|
|
|
|
|
|
|
|
* Thu May 19 2022 Jiri Denemark <jdenemar@redhat.com> - 8.3.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.3.0 (rhbz#2060316)
|
|
|
|
|
* Fri Oct 06 2023 Cole Robinson <crobinso@redhat.com> - 9.8.0-1
|
|
|
|
|
- Update to version 9.8.0
|
|
|
|
|
|
|
|
|
|
* Fri Apr 15 2022 Jiri Denemark <jdenemar@redhat.com> - 8.2.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.2.0 (rhbz#2060316)
|
|
|
|
|
* Fri Sep 1 2023 Daniel P. Berrangé <berrange@redhat.com> - 9.7.0-1
|
|
|
|
|
- Update to version 9.7.0
|
|
|
|
|
|
|
|
|
|
* Mon Jan 17 2022 Jiri Denemark <jdenemar@redhat.com> - 8.0.0-1
|
|
|
|
|
- Rebased to libvirt-python-8.0.0 (rhbz#2001522)
|
|
|
|
|
* Tue Aug 01 2023 Cole Robinson <crobinso@redhat.com> - 9.6.0-1
|
|
|
|
|
- Update to version 9.6.0
|
|
|
|
|
|
|
|
|
|
* Mon Dec 13 2021 Jiri Denemark <jdenemar@redhat.com> - 7.10.0-1
|
|
|
|
|
- Rebased to libvirt-python-7.10.0 (rhbz#2001522)
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Nov 11 2021 Jiri Denemark <jdenemar@redhat.com> - 7.9.0-1
|
|
|
|
|
- Rebased to libvirt-python-7.9.0 (rhbz#2001522)
|
|
|
|
|
* Wed Jul 05 2023 Cole Robinson <crobinso@redhat.com> - 9.5.0-1
|
|
|
|
|
- Update to version 9.5.0
|
|
|
|
|
|
|
|
|
|
* Mon Oct 18 2021 Jiri Denemark <jdenemar@redhat.com> - 7.8.0-1
|
|
|
|
|
- Rebased to libvirt-python-7.8.0 (rhbz#2001522)
|
|
|
|
|
* Thu Jun 29 2023 Python Maint <python-maint@redhat.com> - 9.4.0-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Thu Aug 12 2021 Jiri Denemark <jdenemar@redhat.com> - 7.6.0-1
|
|
|
|
|
- Rebased to libvirt-python-7.6.0 (rhbz#1950951)
|
|
|
|
|
* Wed Jun 28 2023 Cole Robinson <crobinso@redhat.com> - 9.4.0-1
|
|
|
|
|
- Update to version 9.4.0
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 7.5.0-2
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Wed Jun 14 2023 Python Maint <python-maint@redhat.com> - 9.3.0-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Fri Jul 16 2021 Jiri Denemark <jdenemar@redhat.com> - 7.5.0-1
|
|
|
|
|
- Rebased to libvirt-python-7.5.0 (rhbz#1950951)
|
|
|
|
|
* Tue May 02 2023 Cole Robinson <crobinso@redhat.com> - 9.3.0-1
|
|
|
|
|
- Update to version 9.3.0
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Jiri Denemark <jdenemar@redhat.com> - 7.4.0-1
|
|
|
|
|
- Rebased to libvirt-python-7.4.0 (rhbz#1950951)
|
|
|
|
|
* Wed Apr 05 2023 Cole Robinson <crobinso@redhat.com> - 9.2.0-1
|
|
|
|
|
- Update to version 9.2.0
|
|
|
|
|
|
|
|
|
|
* Mon May 31 2021 Jiri Denemark <jdenemar@redhat.com> - 7.3.0-1
|
|
|
|
|
- Rebased to libvirt-python-7.3.0 (rhbz#1950951)
|
|
|
|
|
- The rebase also fixes the following bugs:
|
|
|
|
|
rhbz#1916800, rhbz#1950603, rhbz#1950951
|
|
|
|
|
- RHEL: Add gating.yaml for RHEL9 (rhbz#1950603)
|
|
|
|
|
* Sun Mar 05 2023 Cole Robinson <crobinso@redhat.com> - 9.1.0-1
|
|
|
|
|
- Update to version 9.1.0
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 7.0.0-3
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 9.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
* Mon Jan 16 2023 Cole Robinson <crobinso@redhat.com> - 9.0.0-1
|
|
|
|
|
- Update to version 9.0.0
|
|
|
|
|
|
|
|
|
|
* Mon Jan 18 2021 Cole Robinson <crobinso@redhat.com> - 7.0.0-1
|
|
|
|
|
- Update to version 7.0.0
|
|
|
|
|
* Sat Dec 03 2022 Cole Robinson <crobinso@redhat.com> - 8.10.0-1
|
|
|
|
|
- Update to version 8.10.0
|
|
|
|
|
|
|
|
|
|
* Sat Nov 05 2022 Cole Robinson <crobinso@redhat.com> - 8.9.0-1
|
|
|
|
|
- Update to version 8.9.0
|
|
|
|
|
|
|
|
|
|
* Tue Oct 04 2022 Cole Robinson <crobinso@redhat.com> - 8.8.0-1
|
|
|
|
|
- Update to version 8.8.0
|
|
|
|
|
|
|
|
|
|
* Tue Sep 06 2022 Cole Robinson <crobinso@redhat.com> - 8.7.0-1
|
|
|
|
|
- Update to version 8.7.0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 02 2022 Cole Robinson <crobinso@redhat.com> - 8.6.0-1
|
|
|
|
|
- Update to version 8.6.0
|
|
|
|
|
|
|
|
|
|
* Tue Dec 01 2020 Cole Robinson <crobinso@redhat.com> - 6.10.0-1
|
|
|
|
|
- Update to version 6.10.0
|
|
|
|
|
* Thu Jul 21 2022 Cole Robinson <crobinso@redhat.com> - 8.5.0-1
|
|
|
|
|
- Update to version 8.5.0
|
|
|
|
|
|
|
|
|
|
* Tue Nov 03 2020 Cole Robinson <crobinso@redhat.com> - 6.9.0-1
|
|
|
|
|
- Update to version 6.9.0
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 8.4.0-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Thu Oct 15 2020 Daniel P. Berrangé <berrange@redhat.com> - 6.8.0-2
|
|
|
|
|
- Fix regression with snapshot handling (rhbz #1888709)
|
|
|
|
|
* Thu Jun 02 2022 Cole Robinson <crobinso@redhat.com> - 8.4.0-1
|
|
|
|
|
- Update to version 8.4.0
|
|
|
|
|
|
|
|
|
|
* Fri Oct 02 2020 Cole Robinson <crobinso@redhat.com> - 6.8.0-1
|
|
|
|
|
- Update to version 6.8.0
|
|
|
|
|
* Mon May 02 2022 Cole Robinson <crobinso@redhat.com> - 8.3.0-1
|
|
|
|
|
- Update to version 8.3.0
|
|
|
|
|
|
|
|
|
|
* Wed Sep 02 2020 Cole Robinson <crobinso@redhat.com> - 6.7.0-1
|
|
|
|
|
- Update to version 6.7.0
|
|
|
|
|
* Fri Apr 01 2022 Cole Robinson <crobinso@redhat.com> - 8.2.0-1
|
|
|
|
|
- Update to version 8.2.0
|
|
|
|
|
|
|
|
|
|
* Tue Aug 04 2020 Cole Robinson <crobinso@redhat.com> - 6.6.0-1
|
|
|
|
|
- Update to version 6.6.0
|
|
|
|
|
* Tue Mar 01 2022 Cole Robinson <crobinso@redhat.com> - 8.1.0-1
|
|
|
|
|
- Update to version 8.1.0
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 04 2020 Cole Robinson <crobinso@redhat.com> - 6.5.0-1
|
|
|
|
|
- Update to version 6.5.0
|
|
|
|
|
* Fri Jan 14 2022 Cole Robinson <crobinso@redhat.com> - 8.0.0-1
|
|
|
|
|
- Update to version 8.0.0
|
|
|
|
|
|
|
|
|
|
* Tue Jun 02 2020 Cole Robinson <crobinso@redhat.com> - 6.4.0-1
|
|
|
|
|
- Update to version 6.4.0
|
|
|
|
|
* Tue Jan 11 2022 Cole Robinson <crobinso@redhat.com> - 7.10.0-1
|
|
|
|
|
- Update to version 7.10.0
|
|
|
|
|
|
|
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 6.3.0-2
|
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
* Wed Nov 3 2021 Daniel P. Berrangé <berrange@redhat.com> - 7.9.0-1
|
|
|
|
|
- Update to 7.9.0 release
|
|
|
|
|
|
|
|
|
|
* Tue May 05 2020 Cole Robinson <crobinso@redhat.com> - 6.3.0-1
|
|
|
|
|
- Update to version 6.3.0
|
|
|
|
|
* Fri Oct 1 2021 Daniel P. Berrangé <berrange@redhat.com> - 7.8.0-1
|
|
|
|
|
- Update to 7.8.0 release
|
|
|
|
|
|
|
|
|
|
* Thu Apr 02 2020 Cole Robinson <crobinso@redhat.com> - 6.2.0-1
|
|
|
|
|
- Update to version 6.2.0
|
|
|
|
|
* Mon Aug 2 2021 Daniel P. Berrangé <berrange@redhat.com> - 7.6.0-1
|
|
|
|
|
- Update to 7.6.0 release
|
|
|
|
|
|
|
|
|
|
* Wed Mar 04 2020 Cole Robinson <crobinso@redhat.com> - 6.1.0-1
|
|
|
|
|
- Update to version 6.1.0
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.5.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
* Thu Jul 01 2021 Cole Robinson <crobinso@redhat.com> - 7.5.0-1
|
|
|
|
|
- Update to version 7.5.0
|
|
|
|
|
|
|
|
|
|
* Wed Jan 15 2020 Cole Robinson <crobinso@redhat.com> - 6.0.0-1
|
|
|
|
|
- Update to version 6.0.0
|
|
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 7.4.0-2
|
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
|
|
|
|
|
* Tue Jun 01 2021 Cole Robinson <crobinso@redhat.com> - 7.4.0-1
|
|
|
|
|
- Update to version 7.4.0
|
|
|
|
|
|
|
|
|
|
* Mon Apr 05 2021 Cole Robinson <crobinso@redhat.com> - 7.2.0-1
|
|
|
|
|
- Update to version 7.2.0
|
|
|
|
|
|
|
|
|
|
* Mon Mar 01 2021 Cole Robinson <crobinso@redhat.com> - 7.1.0-1
|
|
|
|
|
- Update to version 7.1.0
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 18 2021 Cole Robinson <crobinso@redhat.com> - 7.0.0-1
|
|
|
|
|
- Update to version 7.0.0
|
|
|
|
|