Bug #17280
closedfor RHEL6, rubygem-foreman_scap_client depends on openscap-utils instead of openscap-scanner only
Description
Cloned from BZ:
Description of problem:
When Openscap is used on RHEL6 clients, these systems must install rubygem-foreman-scap-client, which depnds on openscap-utils, and also depends indirectly on gdb, often undesirable in production environments.
Version-Release number of selected component (if applicable):
rubygem-foreman_scap_client-0.1.2-1.el6sat
How reproducible:
100%
Steps to Reproduce:
1. yum install rubygem-foreman_openscap_client, on a RHEL6 host
2. Watch gdb being installed as a dependency
3.
Actual results:
gdb and rpmdevtools are indirect dependencies of rubygem-foreman_scap_client
Expected results:
only openscap-scanner package is required
Additional info:
In newer minor releases, the scanner (openscap-scanner) has been separted from the openscap-utils package, and should be used as a dependency instead. This is already the case for the package for RHEL7.