Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionOndrej Gajdusek
2023-08-01 10:17:23 UTC
Description of problem:
Unmet dependency for smart_proxy_openscap in RHEL 8.9.
Version-Release number of selected component (if applicable):
Satellite 6.12 and onwards
How reproducible:
always
Steps to Reproduce:
1. spin up RHEL 8.9, configure RHEL 8.9 baseos and appstream repositories
2. follow Satellite documentation to set up Satellite repos from Red Hat CDN
3. dnf install satellite
4. satellite-installer --scenario satellite
Actual results:
Installer (dnf) fails to install rubygem-smart_proxy_openscap due to a fixed requirement to openscap < 1.3.8.
nothing provides openscap < 1.3.8 needed by rubygem-openscap-0.4.9-8.el8sat.noarch from satellite-6.12-for-rhel-8-x86_64-rpms
Expected results:
Requirements of smart_proxy_openscap should allow installing a newer version of the openscap package -> dev should rely on QE to test Satellite on RHEL composes to verify that newer openscap package from RHEL version did not break Satellite.
Additional info:
* This BZ is identical to BZ2190196.
* RHEL 8.9 ships openscap-1.3.8-1.el8.x86_64
* Identical BZ to this one will pop up if openscap package version gets updated in RHEL 8.10 in case the fix for this BZ will be the same as in BZ2190196.
# dnf --disableplugin=foreman-protector install rubygem-smart_proxy_openscap
Updating Subscription Management repositories.
Last metadata expiration check: 0:00:10 ago on Tue 01 Aug 2023 05:58:20 AM EDT.
Error:
Problem: package rubygem-smart_proxy_openscap-0.9.2-1.el8sat.noarch from satellite-6.12-for-rhel-8-x86_64-rpms requires rubygem(openscap) >= 0.4.7, but none of the providers can be installed
- package rubygem-smart_proxy_openscap-0.9.2-1.el8sat.noarch from satellite-6.12-for-rhel-8-x86_64-rpms requires rubygem(openscap) < 0.5, but none of the providers can be installed
- package rubygem-smart_proxy_openscap-0.9.2-1.el8sat.noarch from satellite-6.12-for-rhel-8-x86_64-rpms requires (rubygem(openscap) >= 0.4.7 with rubygem(openscap) < 0.5), but none of the providers can be installed
- conflicting requests
- nothing provides openscap < 1.3.7 needed by rubygem-openscap-0.4.9-7.el8sat.noarch from satellite-6.12-for-rhel-8-x86_64-rpms
- nothing provides openscap < 1.3.8 needed by rubygem-openscap-0.4.9-8.el8sat.noarch from satellite-6.12-for-rhel-8-x86_64-rpms
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
# rpm -qpR rubygem-openscap-0.4.9-8.el8sat.noarch.rpm | grep openscap
openscap >= 1.2.9
openscap < 1.3.8
VERIFIED.
@Satellite 6.13.5 Snap1
rubygem-openscap-0.4.9-9.el8sat.noarch
by the following manual steps:
1) Check rpm requires
# rpm -qR rubygem-openscap | grep openscap
(libopenscap.so.25 if libc.so.6)
(libopenscap.so.25()(64bit) if libc.so.6()(64bit))
>>> rubygem-openscap no longer has version limit of openscap requirement
2) Upgrade across 6.13.z (no need to be on RHEL8.9, just RHEL8.8.z is enough)
# satellite-maintain upgrade run --target-version 6.13.z -y
...
Upgrade finished.
# rpm -q openscap
openscap-1.3.8-1.el8_8.x86_64
>>> upgrade finished successfully and latest openscap rpm is installed
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory (Satellite 6.13.4.1 Async Update), and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://access.redhat.com/errata/RHBA-2023:5399