Bug 2136231
Summary: | Fix ansible-collection-redhat-satellite requires of requests and pyyaml | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Lukas Pramuk <lpramuk> |
Component: | Ansible Collection | Assignee: | satellite6-bugs <satellite6-bugs> |
Status: | CLOSED ERRATA | QA Contact: | Satellite QE Team <sat-qe-bz-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.12.0 | CC: | egolov, ehelms, osousa |
Target Milestone: | 6.12.4 | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ansible-collection-redhat-satellite-3.7.0-4 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-04-27 14:30:36 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: |
Description
Lukas Pramuk
2022-10-19 16:53:06 UTC
Hi Lukas, Bug 2132999 has a clone for 6.12 (bug 2125585). Does this mean that this has also already been resolved on 6.12? This is fixed in stream: https://gitlab.cee.redhat.com/satellite/satellite-packaging/-/blob/SATELLITE-STREAM/packages/plugins/ansible-collection-redhat-satellite/ansible-collection-redhat-satellite.spec And has been since 3.7.0-3: https://gitlab.cee.redhat.com/satellite/satellite-packaging/-/commit/71465aff6afd1075a7473df91b6b91e57d600362 If that has not landed in some Satellite branches, please fix accordingly ;) VERIFIED.
@ansible-collection-redhat-satellite-3.7.0-4.el8sat.noarch.rpm
# rpm -qR ansible-collection-redhat-satellite | grep python
(python3-pyyaml if ansible)
(python3-requests if ansible)
(python3.11-pyyaml if ansible-core >= 2.14.2-3)
(python3.11-requests if ansible-core >= 2.14.2-3)
(python38-pyyaml if ansible-core < 2.13)
(python38-requests if ansible-core < 2.13)
(python39-pyyaml if (ansible-core >= 2.13 and ansible-core < 2.14.2-3))
(python39-requests if (ansible-core >= 2.13 and ansible-core < 2.14.2-3))
>>> the ansible-collection-redhat-satellite-3.7.0 rpm correctly requires python3.11 modules (and python39 modules)
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.12.4 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:2052 |