Skip to content

Commit

Permalink
Correct the list of leapp and leapp-repository rpms, that should be p…
Browse files Browse the repository at this point in the history
…reserved during the 9to10 upgrade
  • Loading branch information
yuravk committed Mar 3, 2025
1 parent 5187220 commit 301e4e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repos/system_upgrade/common/libraries/dnfconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def get_leapp_packages():
generic = ['leapp', 'snactor']
if get_source_major_version() == '7':
return generic + ['python2-leapp', 'leapp-upgrade-el7toel8']
if get_source_major_version() == '9':
return generic + ['python3-leapp', 'leapp-upgrade-el9toel10']

return generic + ['python3-leapp', 'leapp-upgrade-el8toel9']

Expand Down

0 comments on commit 301e4e9

Please sign in to comment.