Bug 1246391
| Summary: | The subscription-manager-initial-setup-addon should depend on initial-setup-gui not on initial-setup | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Martin Kolman <mkolman> |
| Component: | subscription-manager | Assignee: | Chris "Ceiu" Rog <crog> |
| Status: | CLOSED ERRATA | QA Contact: | John Sefler <jsefler> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | crog, mkolman, skallesh |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 11:49:38 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
Martin Kolman
2015-07-24 08:17:38 UTC
Thank you Martin. [root@jsefler-7 ~]# rpm -q subscription-manager-initial-setup-addon subscription-manager-initial-setup-addon-1.15.6-1.el7.x86_64 [root@jsefler-7 ~]# rpm -qvR subscription-manager-initial-setup-addon manual: initial-setup <============================= rpmlib: rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib: rpmlib(FileDigests) <= 4.6.0-1 rpmlib: rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 manual: subscription-manager = 1.15.6-1.el7 rpmlib: rpmlib(PayloadIsXz) <= 5.2-1 Expected the requires list above to include initial-setup-gui instead of initial-setup. Also review similar bug 1246146 commit 3336729b20da988c29d1937080a21021573a5e12
Author: Chris Rog <crog>
Date: Mon Jul 27 09:56:38 2015 -0400
Updated initial-setup-addon package requirement to initial-setup-gui
- Changed one of the required packages for
subscription-manager-initial-setup-addon from initial-setup to
initial-setup-gui
Verified!! [root@dhcp35-236 ~]# rpm -q subscription-manager-initial-setup-addon subscription-manager-initial-setup-addon-1.15.9-2.el7.x86_64 [root@dhcp35-236 ~]# rpm -qvR subscription-manager-initial-setup-addon manual: initial-setup-gui rpmlib: rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib: rpmlib(FileDigests) <= 4.6.0-1 rpmlib: rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 manual: subscription-manager-gui = 1.15.9-2.el7 rpmlib: rpmlib(PayloadIsXz) <= 5.2-1 [root@dhcp35-236 ~]# rpm -qa | grep initial-setup-gui initial-setup-gui-0.3.9.24-1.el7.x86_64 [root@dhcp35-236 ~]# rpm -e initial-setup-gui-0.3.9.24-1.el7.x86_64 error: Failed dependencies: initial-setup-gui is needed by (installed) subscription-manager-initial-setup-addon-1.15.9-2.el7.x86_64 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://rhn.redhat.com/errata/RHBA-2015-2122.html |