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.
Bug 1661040 - [RHEL 7.6] Satellite Update failed due to dependency issue Package: ant-junit-1.9.2-9.el7.noarch Requires: ant = 1.9.2-9.el7
Summary: [RHEL 7.6] Satellite Update failed due to dependency issue Package: ant-juni...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Packaging
Version: 6.4
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 6.4.2
Assignee: Evgeni Golov
QA Contact: jcallaha
URL:
Whiteboard:
Depends On:
Blocks: 1653153
TreeView+ depends on / blocked
 
Reported: 2018-12-19 22:30 UTC by Mike McCune
Modified: 2019-10-30 19:28 UTC (History)
1 user (show)

Fixed In Version: satellite-6.4.2-2,satellite-6.4.2.1-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1644354
Environment:
Last Closed: 2019-02-13 19:08:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:0345 0 None None None 2019-02-13 19:08:25 UTC

Comment 6 jcallaha 2019-01-30 15:09:04 UTC
Verified in Satellite 6.4.2 Snap 1

Steps:
1. Install a version of Satellite older than 6.4.2 (not strictly required)
2. rpm -Uvh --force --nodeps https://rpmfind.net/linux/centos/6.10/os/x86_64/Packages/ant-junit-1.7.1-15.el6.x86_64.rpm
3. Due to broken deps in ant-junit rpm, add a new line at 103 in the below file to force an exclusion during foreman-maintains upgrade
   [root@sat-6-4-qa-rhel7 ~]# grep --color=auto -inrC 3 exclude /usr/share/gems/gems/foreman_maintain-0.2.11/lib/foreman_maintain/concerns/system_helpers.rb
   103-        options.validate_options!(:assumeyes)
   104-        yum_options = []
   105-        yum_options << '-y' if options[:assumeyes]
   106:        yum_options << '--exclude=ant-junit'
   107-        execute!("yum #{yum_options.join(' ')} #{action} #{packages.join(' ')}",
   108-                 :interactive => true)
   109-      end
4.a Add 6.4.2 repos and perform an upgrade with foreman-maintain
    foreman-maintain upgrade run --target-version 6.4.z --whitelist "disk-performance,repositories-setup,repositories-validate" --assumeyes
4.b Alternatively, you can  
    yum reinstall satellite-common
4.c Alternative to the alternative, you can
    rpm -q --obsoletes satellite-common

Results:
4.a/b upgrade/reinstall give this output. however, due to dep issues, it will fail to actually remove the package.
      Removing ant-junit.x86_64 0:1.7.1-15.el6 - od due to obsoletes from installed satellite-common-6.4.2-2.el7sat.noarch
4.c obsoletes output includes ant-junit <= 1.9.2-9.el7

While the package wasn't removed (due to reproducer steps), the satellite-common spec is valid in that it tells yum to remove the package.

Comment 8 errata-xmlrpc 2019-02-13 19:08:20 UTC
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, 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-2019:0345


Note You need to log in before you can comment on or make changes to this bug.