Skip to content

Commit 778616f

Browse files
committed
Correct the list of leapp and leapp-repository rpms, that should be preserved during the 9to10 upgrade
1 parent 5187220 commit 778616f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repos/system_upgrade/common/libraries/dnfconfig.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ def get_leapp_packages():
1919
generic = ['leapp', 'snactor']
2020
if get_source_major_version() == '7':
2121
return generic + ['python2-leapp', 'leapp-upgrade-el7toel8']
22+
elif get_source_major_version() == '9':
23+
return generic + ['python3-leapp', 'leapp-upgrade-el9toel10']
2224

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

0 commit comments

Comments
 (0)