Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-scenario for openSUSE:Factory 
checked in at 2026-06-11 17:30:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-scenario (Old)
 and      /work/SRC/openSUSE:Factory/.virt-scenario.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-scenario"

Thu Jun 11 17:30:29 2026 rev:21 rq:1358732 version:2.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-scenario/virt-scenario.changes      
2024-12-17 19:25:34.214936892 +0100
+++ /work/SRC/openSUSE:Factory/.virt-scenario.new.1981/virt-scenario.changes    
2026-06-11 17:31:41.445225162 +0200
@@ -1,0 +2,5 @@
+Thu Jun 11 00:44:49 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Use pyproject macros to build and install the module.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virt-scenario.spec ++++++
--- /var/tmp/diff_new_pack.D3ErGH/_old  2026-06-11 17:31:42.177255866 +0200
+++ /var/tmp/diff_new_pack.D3ErGH/_new  2026-06-11 17:31:42.181256033 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-scenario
 #
-# Copyright (c) 2023 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
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
 %define pythons python3
 
 Name:           virt-scenario
@@ -29,9 +28,11 @@
 Source:         %{name}-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module libvirt-python}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module psutil}
 BuildRequires:  %{python_module pyudev}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 #Buildrequires:        pandoc
@@ -60,10 +61,10 @@
 %autosetup
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 # move yaml file to /etc/virt-scenario
 mkdir -p %{buildroot}%{_sysconfdir}/%{name}/vmconfig
 mv %{buildroot}%{_datadir}/%{name}/*.yaml %{buildroot}%{_sysconfdir}/%{name}/
@@ -79,7 +80,7 @@
 %{python_sitelib}/virtscenario
 %{python_sitelib}/virt_select_firmware
 %{python_sitelib}/virtscenario_launch
-%{python_sitelib}/*.egg-info
+%{python_sitelib}/virt_scenario-%{version}.dist-info
 #%attr(0644,root,root) %{_datadir}/%name
 %{_mandir}/man1/%{name}.1%{ext_man}
 %{_mandir}/man1/%{name}-settings.1%{ext_man}

Reply via email to