Skip to content

Commit

Permalink
Change package target for run_migration
Browse files Browse the repository at this point in the history
Provide run_migration with suse-migration-pre-checks
This allows to simplify the suse-migration-rpm package
to provide only an image binary and not any python
specific code. The suse-migration-rpm now only manages
dependencies and provides the image binary
  • Loading branch information
schaefi committed Oct 21, 2024
1 parent 96922b7 commit 1e96235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/suse-migration-services-spec-template
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ install -D -m 755 tools/migrate \
# need for use of the "standard" systemd service handling macros.

%files
%{_sbindir}/run_migration
%{_bindir}/suse-migration-ssh-keys
%{_bindir}/suse-migration-mount-system
%{_bindir}/suse-migration-post-mount-system
Expand Down Expand Up @@ -208,6 +207,7 @@ install -D -m 755 tools/migrate \
%{python_sitelib}/*

%files -n suse-migration-pre-checks
%{_sbindir}/run_migration
%{_bindir}/suse-migration-pre-checks
%{_unitdir}/suse-migration-pre-checks.service

Expand Down

0 comments on commit 1e96235

Please sign in to comment.