Bug 1581359
| Summary: | [upgrade] Upgrading RHEL69 python-rhsm-debuginfo packages to the latest RHEL6.10 fails with Error | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Rehana <redakkan> |
| Component: | subscription-manager | Assignee: | candlepin-bugs |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat subscription-manager QE Team <rhsm-qe> |
| Severity: | low | Docs Contact: | Lenka Špačková <lkuprova> |
| Priority: | medium | ||
| Version: | 6.10 | CC: | csnyder, jsefler, khowell, toneata |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
_python-rhsm-debuginfo_ installed causes an upgrade failure
When the user tries to upgrade to RHEL 6.10 while having the _python-rhsm-debuginfo_ package installed, a transaction check error occurs due to a conflict with the _subscription-manager-debuginfo_ package. As a consequence, the system upgrade fails, as well as an attempt to install or update _subscription-manager-debuginfo_. To work around this problem, uninstall the conflicting package by running "yum remove python-rhsm-debuginfo" before upgrading the system or before installing or updating _subscription-manager-debuginfo_.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-03 12:28:05 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
Rehana
2018-05-22 14:59:32 UTC
Given workaround is fairly straightforward: yum remove python-rhsm-debuginfo yum install subscription-manager-debuginfo # (or yum update as appropriate) we're prioritizing as medium. |