We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5187220 commit 778616fCopy full SHA for 778616f
repos/system_upgrade/common/libraries/dnfconfig.py
@@ -19,6 +19,8 @@ def get_leapp_packages():
19
generic = ['leapp', 'snactor']
20
if get_source_major_version() == '7':
21
return generic + ['python2-leapp', 'leapp-upgrade-el7toel8']
22
+ elif get_source_major_version() == '9':
23
+ return generic + ['python3-leapp', 'leapp-upgrade-el9toel10']
24
25
return generic + ['python3-leapp', 'leapp-upgrade-el8toel9']
26
0 commit comments