From 9632fbcdf34a0979d12796c6d9c15ac781f95025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20Sch=C3=A4fer?= Date: Wed, 4 Dec 2024 14:56:03 +0100 Subject: [PATCH] Fix spec file for python migration module Build correct python version dependant module package --- package/suse-migration-services-spec-template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/suse-migration-services-spec-template b/package/suse-migration-services-spec-template index a0d72da..a24f93e 100644 --- a/package/suse-migration-services-spec-template +++ b/package/suse-migration-services-spec-template @@ -58,15 +58,15 @@ BuildArch: noarch %description Systemd services to prepare and run a distribution migration process. -%package -n python3-migration -Summary: The systemd services for python3-migration +%package -n %{pythons}-migration +Summary: The systemd services for the python migration module Group: System/Management -%description -n python3-migration +%description -n %{pythons}-migration Python based implementation for suse major code stream upgrade system %package -n suse-migration-pre-checks -Summary: The pre-checks code used with python3-migration +Summary: The pre-checks code used with the python migration module Group: System/Management Requires: %{pythons}-migration Conflicts: suse-migration-sle15-activation < 2.0.33 @@ -204,7 +204,7 @@ install -D -m 755 tools/migrate \ %{_unitdir}/suse-migration-kernel-load.service %{_unitdir}/suse-migration-reboot.service -%files -n python3-migration +%files -n %{pythons}-migration %{python_sitelib}/* %files -n suse-migration-pre-checks