Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package virt-tuner for openSUSE:Factory checked in at 2026-05-04 12:54:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-tuner (Old) and /work/SRC/openSUSE:Factory/.virt-tuner.new.30200 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-tuner" Mon May 4 12:54:52 2026 rev:5 rq:1350604 version:0.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/virt-tuner/virt-tuner.changes 2021-12-23 17:54:16.779738777 +0100 +++ /work/SRC/openSUSE:Factory/.virt-tuner.new.30200/virt-tuner.changes 2026-05-04 12:58:33.977948067 +0200 @@ -1,0 +2,5 @@ +Fri May 1 01:41:05 UTC 2026 - Steve Kowalik <[email protected]> + +- Switch to pyproject macros to build and install. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-tuner.spec ++++++ --- /var/tmp/diff_new_pack.2oNDR0/_old 2026-05-04 12:58:34.429966670 +0200 +++ /var/tmp/diff_new_pack.2oNDR0/_new 2026-05-04 12:58:34.429966670 +0200 @@ -1,7 +1,7 @@ # # spec file for package virt-tuner # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) specCURRENT_YEAR SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,6 @@ # -%{?!python_module:%define python_module() python3-%{**}} %define pythons python3 Name: virt-tuner @@ -28,13 +27,15 @@ Group: Productivity/Other URL: https://github.com/cbosdo/virt-tuner Source: %{name}-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module libvirt-python} +BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-libvirt-python Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -45,10 +46,10 @@ %setup -q %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_clone -a %{buildroot}%{_bindir}/virt-tuner %python_clone -a %{buildroot}%{_mandir}/man1/virt-tuner.1 %fdupes %{buildroot}%{_prefix} @@ -64,6 +65,6 @@ %doc ChangeLog README.md AUTHORS %python_alternative %{_bindir}/virt-tuner %{python_sitelib}/virt_tuner -%{python_sitelib}/virt_tuner-*.egg-info +%{python_sitelib}/virt_tuner-%{version}.dist-info %python_alternative %{_mandir}/man1/virt-tuner.1%{ext_man}
