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-07-02 20:06:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-firmware (Old)
 and      /work/SRC/openSUSE:Factory/.virt-firmware.new.1982 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-firmware"

Thu Jul  2 20:06:30 2026 rev:3 rq:1362917 version:25.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-firmware/virt-firmware.changes      
2026-06-13 18:47:42.526354960 +0200
+++ /work/SRC/openSUSE:Factory/.virt-firmware.new.1982/virt-firmware.changes    
2026-07-02 20:07:31.553373516 +0200
@@ -1,0 +2,6 @@
+Tue Jun 30 23:20:25 UTC 2026 - Matej Cepl <[email protected]>
+
+- Clean up SPEC file.
+- Add python3-base BR.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virt-firmware.spec ++++++
--- /var/tmp/diff_new_pack.lnKJXn/_old  2026-07-02 20:07:32.453404625 +0200
+++ /var/tmp/diff_new_pack.lnKJXn/_new  2026-07-02 20:07:32.465405039 +0200
@@ -16,8 +16,6 @@
 #
 
 
-%define pythons python3
-
 Name:           virt-firmware
 Version:        25.12
 Release:        0
@@ -25,20 +23,20 @@
 License:        GPL-2.0-only
 URL:            https://gitlab.com/kraxel/virt-firmware
 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}
-BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module cryptography}
-BuildRequires:  %{python_module pefile}
-# /SECTION
 BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-base
+BuildRequires:  python3-pip
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-wheel
 Requires:       python3-cryptography
 Requires:       python3-pefile
 Requires:       python3-setuptools
 BuildArch:      noarch
-%python_subpackages
+# SECTION test requirements
+BuildRequires:  python3-cryptography
+BuildRequires:  python3-pefile
+# /SECTION
 
 %description
 Tools for virtual machine firmware volumes.
@@ -47,12 +45,11 @@
 %autosetup -p1 -n %{name}-v%{version}
 
 %build
-%pyproject_wheel
+%python3_pyproject_wheel
 
 %install
-%pyproject_install
-mkdir -p %{buildroot}%{_mandir}/man1/
-install -m0644 man/*.1 %{buildroot}%{_mandir}/man1/
+%python3_pyproject_install
+install -m0644 -D -t %{buildroot}%{_mandir}/man1/ man/*.1
 
 %check
 # Fake systemd-detect-virt to avoid a BuildRequires on systemd.
@@ -60,7 +57,7 @@
 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
+%make_build test-unittest
 
 %files
 %doc README.md

Reply via email to