Bug 2228074
| Summary: | Satellite can not be installed on RHEL 8.9 | |||
|---|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Ondrej Gajdusek <ogajduse> | |
| Component: | Packaging | Assignee: | satellite6-bugs <satellite6-bugs> | |
| Status: | CLOSED ERRATA | QA Contact: | Lukas Pramuk <lpramuk> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 6.12.4 | CC: | ahumbe, bdm, ehelms, gsulliva, lpramuk, osousa, rlavi | |
| Target Milestone: | 6.13.4 | Keywords: | TestBlockerForLayeredProduct, Triaged | |
| Target Release: | Unused | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | rubygem-openscap-0.4.9-9.el8sat | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 2238370 2240204 (view as bug list) | Environment: | ||
| Last Closed: | 2023-09-28 14:08:01 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 2239725 | |||
|
Description
Ondrej Gajdusek
2023-08-01 10:17:23 UTC
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 Verified in 6.13.4.1 snap 1 Steps to Reproduce: 1) # rpm -qR rubygem-openscap | grep openscap openscap >= 1.2.9 openscap < 1.3.8 2) Upgrade 3) # 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 |