| Summary: | dnf-plugin-spacewalk specs file | ||
|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Slava <volga629> |
| Component: | Clients | Assignee: | Gennadii Altukhov <galtukho> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.4 | CC: | galtukho, tkasparek |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | dnf-plugin-spacewalk-2.5.5-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-16 07:46:27 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: | |
| Bug Depends On: | |||
| Bug Blocks: | 1484117 | ||
Taking... spacewalk.git: 663a817a49b383510888e4468c69dc2ee611b733 Spacewalk 2.5 was released. This BZ closed some time during 2.5, 2.6 or 2.7. Adding to 2.7 tracking bug. |
Description of problem: DNF plugin have small bug which prevent from clean upgrade from fedora 21 to 22 Version-Release number of selected component (if applicable): dnf-plugin-spacewalk-2.4.15-1.fc22.noarch How reproducible: 100% Steps to Reproduce: yum install dnf-plugin-spacewalk or yum --releasever=22 distro-sync Actual results: Processing Conflict: dnf-plugin-spacewalk-2.4.15-1.fc22.noarch conflicts yum-rhn-plugin Expected results: yum command should completed without error or exit Fix: Adjust spec file that in case of upgrade yum will proceed without error %if 0%{?fedora} >= 22 Obsoletes: yum-rhn-plugin %endif