Skip to content

Commit

Permalink
BZ#2283067 - don't remove Tomcat during Satellite 7to8 upgrade
Browse files Browse the repository at this point in the history
This was previously added to workaround issues with the packages in RHEL
8.9, but now that 8.10 is released it's not required anymore and
actually breaks the upgrade.
  • Loading branch information
evgeni committed May 27, 2024
1 parent 1fab827 commit f73d551
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@ def process(self):
# enable modules that are needed for Pulpcore
modules_to_enable.append(Module(name='python38', stream='3.8'))
to_install.append('katello')
# Force removal of tomcat
# PES data indicates tomcat.el7 can be upgraded to tomcat.el8 since EL 8.8,
# but we need pki-servlet-engine from the module instead which will be pulled in via normal
# package dependencies
to_remove.extend(['tomcat', 'tomcat-lib'])

if has_package(InstalledRPM, 'rh-redis5-redis'):
modules_to_enable.append(Module(name='redis', stream='5'))
Expand Down

0 comments on commit f73d551

Please sign in to comment.