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.
FailedQA.
@Satellite 6.12.3 Snap3
by quick requirements check:
# for pkg in $(rpm -q --whatrequires ansible-core | sort -u); do
echo -e "\n$pkg"
rpm -qR $pkg | grep ansible-core
done
ansible-collection-redhat-satellite-3.7.0-2.el8sat.noarch
(ansible >= 2.9 or ansible-core)
(python38-pyyaml if ansible-core)
(python38-requests if ansible-core)
...
rubygem-smart_proxy_ansible-3.4.1-2.el8sat.noarch
(ansible or ansible-core)
(python38-psutil if ansible-core < 2.13)
(python39-psutil if ansible-core >= 2.13)
>>> rubygem-smart_proxy_ansible and ansible-collection-redhat-satellite rpms have no adjustments for RHEL8.8 dependencies (python3.11):
(python3.11-XXXXX if ansible-core >= 2.14.2-3)
FailedQA.
@Satellite 6.12.3 Snap4
rubygem-smart_proxy_ansible-3.4.1-5.el8sat.noarch
by quick requirements check:
# for pkg in $(rpm -q --whatrequires ansible-core | sort -u); do
echo -e "\n$pkg"
rpm -qR $pkg | grep ansible-core
done
ansible-collection-redhat-satellite-3.7.0-4.el8sat.noarch
(ansible >= 2.9 or ansible-core)
(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))
>>> ansible-collection-redhat-satellite has requires fixed now
rubygem-smart_proxy_ansible-3.4.1-5.el8sat.noarch
(ansible or ansible-core)
(python38-psutil if ansible-core < 2.13)
(python39-psutil if (ansible-core >= 2.13 and ansible-core < 2.14.2-3))
>>> rubygem-smart_proxy_ansible still lacks adjustments for RHEL8.8 dependencies (python3.11):
To be very clear I expect this requires from rubygem-smart_proxy_ansible:
(python3.11-psutil if ansible-core >= 2.14.2-3)
VERIFIED.
@Satellite 6.12.4 Snap2
rubygem-smart_proxy_ansible-3.5.4-1.el8sat.noarch
ansible-runner-2.2.1-3.el8sat.noarch
by quick requirements check:
# rpm -qR rubygem-smart_proxy_ansible | grep ansible
(ansible or ansible-core)
ansible-collection-theforeman-foreman
ansible-runner >= 2
config(rubygem-smart_proxy_ansible) = 3.5.4-1.el8sat
>>> with ansible-runner-2.2.1 there is no need to require pythonX-psutil by rubygem (rubygem python dependency hack)
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
FailedQA. @Satellite 6.12.3 Snap3 by quick requirements check: # for pkg in $(rpm -q --whatrequires ansible-core | sort -u); do echo -e "\n$pkg" rpm -qR $pkg | grep ansible-core done ansible-collection-redhat-satellite-3.7.0-2.el8sat.noarch (ansible >= 2.9 or ansible-core) (python38-pyyaml if ansible-core) (python38-requests if ansible-core) ... rubygem-smart_proxy_ansible-3.4.1-2.el8sat.noarch (ansible or ansible-core) (python38-psutil if ansible-core < 2.13) (python39-psutil if ansible-core >= 2.13) >>> rubygem-smart_proxy_ansible and ansible-collection-redhat-satellite rpms have no adjustments for RHEL8.8 dependencies (python3.11): (python3.11-XXXXX if ansible-core >= 2.14.2-3)