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.
Description of problem:
A most recently built pulp package in brew (pulp-0.0.263-1.el6.noarch) has the following broken dependencies for the System Engine product (se-rhel-6-candidate). This doesn't appear to be the highest NVR pulp package in brew (pulp-0.0.263-3.el6), so I'm not entirely sure which package is intended for System Engine.
Either way, the missing dependencies are both already available on brew. It seems they just need to be tagged for se-rhel-6-candidate
mod_wsgi-3.3-2.pulp.el6 - https://brewweb.devel.redhat.com/buildinfo?buildID=196902
gofer-0.64-1.el6 - https://brewweb.devel.redhat.com/buildinfo?buildID=197013
Version-Release number of selected component (if applicable):
* pulp-0.0.263-1.el6.noarch
Steps to Reproduce:
1. yum install katello-all # with se-rhel-6-candidate repository enabled
Actual results:
Error: Package: pulp-0.0.263-1.el6.noarch (se-rhel-6-candidate)
Requires: mod_wsgi >= 3.3-1.pulp.el6
Installed: mod_wsgi-3.2-6.pulp.el6.x86_64 (@se-rhel-6-candidate)
mod_wsgi = 3.2-6.pulp.el6
Available: mod_wsgi-3.2-1.el6.x86_64 (rhel-x86_64-server-6)
mod_wsgi = 3.2-1.el6
Error: Package: pulp-0.0.263-1.el6.noarch (se-rhel-6-candidate)
Requires: python-gofer >= 0.64
Installed: python-gofer-0.63-1.el6.noarch (@se-rhel-6-candidate)
python-gofer = 0.63-1.el6
# brew -q latest-pkg se-rhel-6-candidate mod_wsgi gofer
mod_wsgi-3.2-6.pulp.el6 se-rhel-6-candidate jslagle
gofer-0.63-1.el6 se-rhel-6-candidate jslagle
Expected results:
No dependency conflict, and the following packages tagged...
# brew -q latest-pkg se-rhel-6-candidate mod_wsgi gofer
mod_wsgi-3.3-2.pulp.el6 se-rhel-6-candidate jslagle
gofer-0.64-1.el6 se-rhel-6-candidate jslagle
Additional Information:
* Escalating as a target_milestone=beta release blocker as the release criteria (https://docspace.corp.redhat.com/docs/DOC-81554) indicate there must not be broken dependencies preventing product installation