Skip to content

Commit

Permalink
explicitly mention selinux packages in the list of relevant packages
Browse files Browse the repository at this point in the history
this prevents their accidental removal due to bad dependencies
  • Loading branch information
evgeni committed Apr 26, 2024
1 parent d074f3c commit c00d93a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
)
from leapp.tags import FactsPhaseTag, IPUWorkflowTag

RELATED_PACKAGES = ('foreman', 'foreman-proxy', 'katello', 'candlepin', 'satellite', 'satellite-capsule')
RELATED_PACKAGES = ('foreman', 'foreman-selinux', 'foreman-proxy', 'katello', 'katello-selinux',
'candlepin', 'candlepin-selinux', 'pulpcore-selinux', 'satellite', 'satellite-capsule')
RELATED_PACKAGE_PREFIXES = ('rubygem-hammer', 'rubygem-foreman', 'rubygem-katello',
'rubygem-smart_proxy', 'python3.11-pulp', 'foreman-installer',
'satellite-installer')
Expand Down

0 comments on commit c00d93a

Please sign in to comment.