Skip to content

Commit

Permalink
Fix spec file for python migration module
Browse files Browse the repository at this point in the history
Build correct python version dependant module package
  • Loading branch information
schaefi committed Dec 4, 2024
1 parent 0e642e1 commit 9632fbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package/suse-migration-services-spec-template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9632fbc

Please sign in to comment.