azl3: upgrade libvirt-python and enable mdevctl for arm (#8284)

This commit is contained in:
bfjelds 2024-03-07 09:13:35 -08:00 коммит произвёл GitHub
Родитель 5507972359
Коммит e792dc0be3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 14 добавлений и 13 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"libvirt-python-7.10.0.tar.gz": "267774bbdf99d47515274542880499437dc94ae291771f5663c62020a62da975"
"libvirt-python-10.0.0.tar.gz": "a82588f0e7db53eda7b7dbcbc448b0ec43e00a8c77cac69644495299b410c20d"
}
}

Просмотреть файл

@ -3,7 +3,7 @@
Summary: The libvirt virtualization API python3 binding
Name: libvirt-python
Version: 7.10.0
Version: 10.0.0
Release: 1%{?dist}
License: GPLv2+ and LGPLv2+
Vendor: Microsoft Corporation
@ -59,14 +59,11 @@ find examples -type f -exec chmod 0644 \{\} \;
%py3_install
%check
pip3 install \
more-itertools \
pluggy
python3 setup.py test
pip3 install iniconfig
%pytest
%files -n python3-libvirt
%license COPYING COPYING.LESSER
%doc ChangeLog AUTHORS README examples/
%doc ChangeLog AUTHORS README COPYING examples/
%{python3_sitearch}/libvirt.py*
%{python3_sitearch}/libvirtaio.py*
%{python3_sitearch}/libvirt_qemu.py*
@ -79,6 +76,9 @@ python3 setup.py test
%{python3_sitearch}/*egg-info
%changelog
* Wed Mar 06 2024 Brian Fjeldstad <bfjelds@microsoft.com> - 10..00-1
- Upgrade to 10.0.0.
* Wed Jan 05 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 7.10.0-1
- Initial CBL-Mariner import from Fedora 36 (license: MIT).
- License verified.

Просмотреть файл

@ -2,7 +2,7 @@
Name: mdevctl
Version: 1.3.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A mediated device management utility for Linux
License: LGPL-2.1-only
@ -15,8 +15,6 @@ BuildRequires: make
BuildRequires: python3-docutils
BuildRequires: systemd-rpm-macros
ExclusiveArch: x86_64
%ifarch x86_64
%define rust_def_target x86_64-unknown-linux-gnu
%define cargo_pkg_feature_opts --no-default-features
@ -94,6 +92,9 @@ cargo test
%{bashcompletiondir}/lsmdev
%changelog
* Wed Mar 06 2024 Brian Fjeldstad <bfjelds@microsoft.com> - 1.3.0-3
- Enable for other architectures.
* Fri Jan 19 2024 Brian Fjeldstad <bfjelds@microsoft.com> - 1.3.0-2
- Initial CBL-Mariner import from Fedora 39 (license: MIT).
- License verified.

Просмотреть файл

@ -11401,8 +11401,8 @@
"type": "other",
"other": {
"name": "libvirt-python",
"version": "7.10.0",
"downloadUrl": "https://libvirt.org/sources/python/libvirt-python-7.10.0.tar.gz"
"version": "10.0.0",
"downloadUrl": "https://libvirt.org/sources/python/libvirt-python-10.0.0.tar.gz"
}
}
},