Actions
Bug #32633
closedTracker #27511: ensure foreman-maintain works with RHEL8 Satellite & Capsules
assumes SCL'ed package names when checking for features
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Description
% git grep tfm- definitions/checks/remote_execution/verify_settings_file_already_exists.rb: find_package('tfm-rubygem-smart_proxy_dynflow_core') && definitions/features/foreman_cockpit.rb: server? && find_package('tfm-rubygem-foreman_remote_execution-cockpit') definitions/features/foreman_openscap.rb: check_min_version('tfm-rubygem-foreman_openscap', '0.5.3') definitions/features/foreman_tasks.rb: check_min_version('tfm-rubygem-foreman-tasks', '0.7') definitions/features/hammer.rb: find_package('rubygem-hammer_cli') || find_package('tfm-rubygem-hammer_cli')
On EL8, those packages don't have the tfm-
prefix, as we don't use an SCL there.
Updated by The Foreman Bot almost 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_maintain/pull/475 added
Updated by The Foreman Bot over 3 years ago
- Pull request https://github.com/theforeman/foreman_maintain/pull/520 added
Updated by Amit Upadhye over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman_maintain|66072e82a1a76e422feab8badac699a039a5f1c9.
Actions