Bug 1782966
| Summary: | powerpc-utils package depends on x11 packages | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | joserz |
| Component: | powerpc-utils | Assignee: | Than Ngo <than> |
| Status: | CLOSED ERRATA | QA Contact: | Jeff Bastian <jbastian> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.7 | CC: | dhorak, jbastian, jwboyer, rvr |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | powerpc-utils-1.3.4-11.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-09-29 19:46:24 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1780582 | ||
|
Description
joserz
2019-12-12 17:26:14 UTC
you are right, the dep is wrong here. Thanks for your report! IIRC the dependency direction is correct, the intention was to install both powerpc-utils and powerpc-utils-python when the request is for powerpc-utils. The -python package might have split out of the main powerpc-utils or something like that. If we should change something, then I suggest to drop the dependency completely. powerpc-utils-python were dropped from RHEL 8 anyway. it's fixed in powerpc-utils-1.3.4-11.el7 Verified with powerpc-utils-1.3.4-14.el7 and powerpc-utils-python-1.2.1-9.el7 in RHEL-7.9 nightly composes. The two packages are independent now (rpm-dependency-wise) so removing X11 no longer removes powerpc-utils.
[root@ibm-p8-kvm-03-guest-07 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.9 Beta (Maipo)
[root@ibm-p8-kvm-03-guest-07 ~]# yum erase libX11{,-common} libwayland-{client,server}
...
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
libX11 ppc64le 1.6.7-2.el7 @beaker-Server/7.9 1.5 M
libX11-common noarch 1.6.7-2.el7 @beaker-Server/7.9 1.3 M
libwayland-client ppc64le 1.15.0-1.el7 @beaker-Server/7.9 70 k
libwayland-server ppc64le 1.15.0-1.el7 @beaker-Server/7.9 135 k
Removing for dependencies:
ImageMagick ppc64le 6.9.10.68-3.el7 @beaker-Server/7.9 14 M
at-spi2-atk ppc64le 2.26.2-1.el7 @beaker-Server/7.9 364 k
at-spi2-core ppc64le 2.28.0-1.el7 @beaker-Server/7.9 627 k
...
...
pango ppc64le 1.42.4-4.el7_7 @beaker-Server/7.9 1.0 M
powerpc-utils-python noarch 1.2.1-9.el7 @beaker-Server 113 k
pycairo ppc64le 1.8.10-8.el7 @beaker-Server 367 k
pygtk2 ppc64le 2.24.0-9.el7 @beaker-Server 4.9 M
urw-base35-bookman-fonts noarch 20170801-10.el7 @beaker-Server/7.9 1.4 M
...
...
Is this ok [y/N]: N
[root@ibm-p8-kvm-03-guest-07 ~]# yum erase powerpc-utils-python
...
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
powerpc-utils-python noarch 1.2.1-9.el7 @beaker-Server 113 k
Transaction Summary
================================================================================
Remove 1 Package
Installed size: 113 k
Is this ok [y/N]: N
[root@ibm-p8-kvm-03-guest-07 ~]# yum erase powerpc-utils
...
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Removing:
powerpc-utils ppc64le 1.3.4-14.el7 @beaker-Server/7.9 1.4 M
Removing for dependencies:
ppc64-diag ppc64le 2.7.4-3.el7 @beaker-Server/7.9 1.8 M
ppc64-utils ppc64le 0.14-16.el7 @beaker-Server/7.9 0.0
Transaction Summary
================================================================================
Remove 1 Package (+2 Dependent packages)
Installed size: 3.2 M
Is this ok [y/N]: N
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 (powerpc-utils bug fix and enhancement 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-2020:3893 |