Bug 1915664
| Summary: | CoreOS requirements for powerpc-utils package. [rhel-8.3.0.z] | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
| Component: | powerpc-utils | Assignee: | Than Ngo <than> |
| Status: | CLOSED ERRATA | QA Contact: | Eirik Fuller <efuller> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.3 | CC: | bugproxy, dhorak, efuller, hannsj_uhl, lmcfadde, manokuma, mkumatag, ovasik, pdsilva, psundara, than |
| Target Milestone: | rc | Keywords: | Patch, Triaged, ZStream |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | powerpc-utils-1.3.6-12.el8_3 | Doc Type: | Bug Fix |
| Doc Text: |
The bootlist command is needed to work on RHCOS, but this command is part of powerpc-utils package.
All commands from powerpc-utils that don't depend on perl should be moved into powerpc-utils-core sub package.
|
Story Points: | --- |
| Clone Of: | 1909135 | Environment: | |
| Last Closed: | 2021-02-16 14:40:10 UTC | Type: | --- |
| 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: | 1909135 | ||
| Bug Blocks: | 1886394 | ||
|
Comment 2
Than Ngo
2021-01-13 14:09:31 UTC
Thanks for the quick turnaround @Than! https://beaker.engineering.redhat.com/jobs/4994717 has two recipes, one with powerpc-utils-1.3.6-12.el8_3 and one with powerpc-utils-1.3.6-11.el8. Each recipe ran 'bootlist --help' after removing the perl-interpreter package. The powerpc-utils-1.3.6-12.el8_3 recipe succeeded, and the powerpc-utils-1.3.6-11.el8 recipe failed (bootlist: command not found), as expected. Each recipe also lists the contents of both powerpc-utils and powerpc-utils-core (before removing perl-interpreter). The powerpc-utils-1.3.6-12.el8_3 recipe lists considerably fewer files in powerpc-utils, as follows. /usr/sbin/hvcsadmin /usr/sbin/rtas_dump /usr/share/doc/powerpc-utils /usr/share/doc/powerpc-utils/Changelog /usr/share/doc/powerpc-utils/README /usr/share/man/man8/hvcsadmin.8.gz /usr/share/man/man8/rtas_dump.8.gz As exptected /usr/sbin/bootlist is included in the powerpc-utils-core listing in the powerpc-utils-1.3.6-12.el8_3 recipe but not in the powerpc-utils-1.3.6-11.el8 recipe (where it is included in the powerpc-utils listing). Moving to VERIFIED based on these results. 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-2021:0560 |