Skip to content

Commit

Permalink
Use new version of leapp, leapp-deps and python2-leapp package to avo…
Browse files Browse the repository at this point in the history
…id installation problems
  • Loading branch information
Mikhail Sandakov committed Jan 10, 2025
1 parent 24e47f0 commit 5766ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions centos2almaconverter/actions/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ class LeapInstallation(action.ActiveAction):
def __init__(self, remove_logs_on_finish: bool = True):
self.name = "installing leapp"
self.pkgs_to_install = [
"leapp-0.18.0-1.el7",
"python2-leapp-0.18.0-1.el7",
"leapp-0.18.0-2.el7",
"python2-leapp-0.18.0-2.el7",
"leapp-data-almalinux-0.4-5.el7.20240827",
"leapp-deps-0.18.0-1.el7",
"leapp-deps-0.18.0-2.el7",
"leapp-upgrade-el7toel8-0.21.0-2.el7",
"leapp-upgrade-el7toel8-deps-0.21.0-2.el7",
]
Expand Down

0 comments on commit 5766ecf

Please sign in to comment.