Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-firmware for openSUSE:Factory checked in at 2026-06-13 18:46:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-firmware (Old) and /work/SRC/openSUSE:Factory/.virt-firmware.new.1981 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-firmware" Sat Jun 13 18:46:28 2026 rev:2 rq:1358933 version:25.12 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-firmware/virt-firmware.changes 2024-06-04 12:53:02.183973979 +0200 +++ /work/SRC/openSUSE:Factory/.virt-firmware.new.1981/virt-firmware.changes 2026-06-13 18:47:42.526354960 +0200 @@ -1,0 +2,8 @@ +Thu Jun 11 12:58:08 UTC 2026 - Fabian Vogt <[email protected]> + +- Update to v25.12, last version with support for Python 3.6: + * No changelog available, git log is also unusable :-/ +- Add a simple %check +- Install man pages + +------------------------------------------------------------------- Old: ---- virt-firmware-24.4.tar.gz New: ---- virt-firmware-v25.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-firmware.spec ++++++ --- /var/tmp/diff_new_pack.P3qizo/_old 2026-06-13 18:47:43.858410300 +0200 +++ /var/tmp/diff_new_pack.P3qizo/_new 2026-06-13 18:47:43.862410467 +0200 @@ -1,7 +1,7 @@ # # spec file for package virt-firmware # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,12 +19,12 @@ %define pythons python3 Name: virt-firmware -Version: 24.4 +Version: 25.12 Release: 0 Summary: Tools for virtual machine firmware volumes License: GPL-2.0-only URL: https://gitlab.com/kraxel/virt-firmware -Source: https://files.pythonhosted.org/packages/source/v/virt-firmware/virt-firmware-%{version}.tar.gz +Source: https://gitlab.com/kraxel/virt-firmware/-/archive/v%{version}/virt-firmware-v%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -44,13 +44,23 @@ Tools for virtual machine firmware volumes. %prep -%autosetup -p1 +%autosetup -p1 -n %{name}-v%{version} %build %pyproject_wheel %install %pyproject_install +mkdir -p %{buildroot}%{_mandir}/man1/ +install -m0644 man/*.1 %{buildroot}%{_mandir}/man1/ + +%check +# Fake systemd-detect-virt to avoid a BuildRequires on systemd. +echo "#!/bin/true" | install -D -m 0755 /dev/stdin tmpbin/systemd-detect-virt +export PATH="%{buildroot}%{_bindir}:$PATH:$PWD/tmpbin" PYTHONPATH="%{buildroot}%{python_sitelib}" PYTHONDONTWRITEBYTECODE=1 +virt-fw-vars --help +# The other tests are Fedora-specific and not that useful. +make test-unittest %files %doc README.md @@ -59,6 +69,7 @@ %{_bindir}/virt-fw-vars %{_bindir}/virt-fw-dump %{_bindir}/virt-fw-sigdb +%{_bindir}/virt-fw-measure %{_bindir}/migrate-vars %{_bindir}/kernel-bootcfg %{_bindir}/uefi-boot-menu @@ -66,8 +77,10 @@ %{_bindir}/pe-listsigs %{_bindir}/pe-inspect %{_bindir}/pe-addsigs +%{_bindir}/uki-addons %dir %{python_sitelib}/virt/ %{python_sitelib}/virt/firmware/ %{python_sitelib}/virt/peutils/ %{python_sitelib}/virt_firmware-%{version}.dist-info/ +%{_mandir}/man1/*.1%{?ext_man}
