Bug 2054235
Summary: | Offline updates | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Julio Entrena Perez <jentrena> | |
Component: | dnf | Assignee: | Jan Kolarik <jkolarik> | |
Status: | CLOSED ERRATA | QA Contact: | swm-qe | |
Severity: | medium | Docs Contact: | Mariya Pershina <mpershin> | |
Priority: | medium | |||
Version: | 8.5 | CC: | aperotti, james.antill, jcastran, jentrena, jkolarik, mbanas, mpershin, nsella, pdwyer, tbajer | |
Target Milestone: | rc | Keywords: | FutureFeature, Triaged | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | dnf-4.7.0-15.el8 | Doc Type: | Enhancement | |
Doc Text: |
.New `yum offline-upgrade` command for offline updates on RHEL
With this enhancement, you can apply offline updates to RHEL by using the new `yum offline-upgrade` command from the YUM `system-upgrade` plug-in.
IMPORTANT: The `yum system-upgrade` command included in the `system-upgrade` plug-in is not supported on RHEL.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2131288 (view as bug list) | Environment: | ||
Last Closed: | 2023-05-16 09:06:59 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: | 2131288 |
Description
Julio Entrena Perez
2022-02-14 13:45:26 UTC
Plugin 'system-upgrade' including 'offline-upgrade' and 'offline-distrosync' commands is moving from 'dnf-plugins-extras' component to 'dnf-plugins-core' to be available on RHEL systems. Following PRs were queued to fix this: dnf-plugins-core: https://github.com/rpm-software-management/dnf-plugins-core/pull/462 dnf-plugins-extras: https://github.com/rpm-software-management/dnf-plugins-extras/pull/210 dnf: https://github.com/rpm-software-management/dnf/pull/1846 tests: https://github.com/rpm-software-management/ci-dnf-stack/pull/1150 Functionality was moved right into the 'dnf-plugins-core' package. 'system-upgrade' command is not intended to be used on RHEL systems. Therefore a warning was added into the man pages and also in the console output when using the command on RHEL. Cloned into RHEL 9 ticket https://bugzilla.redhat.com/show_bug.cgi?id=2131288. The requirement for python3-distro was removed in upstream - https://github.com/rpm-software-management/dnf-plugins-core/pull/475 and there is a PR for RHEL8 downstream https://github.com/rpm-software-management/dnf-plugins-core/pull/474 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 (dnf 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-2023:2980 |