DescriptionDominik 'Rathann' Mierzejewski
2019-02-28 12:04:51 UTC
Description of problem:
Upgrade F29 to F30 fails with dnf-yum conflicting with yum.
Version-Release number of selected component (if applicable):
dnf-yum-4.1.0-1.fc30.noarch
yum-3.4.3-521.fc30.noarch
How reproducible:
Always
Steps to Reproduce:
1. sudo dnf --setopt=module_platform_id=platform:f30 --releasever=30 --enablerepo=\*testing distro-sync
Actual results:
Problem 1: package dnf-yum-4.1.0-1.fc30.noarch conflicts with yum provided by yum-3.4.3-521.fc30.noarch
- problem with installed package yum-3.4.3-518.fc29.noarch
- problem with installed package dnf-yum-4.1.0-1.fc29.noarch
- yum-3.4.3-518.fc29.noarch does not belong to a distupgrade repository
- dnf-yum-4.1.0-1.fc29.noarch does not belong to a distupgrade repository
Expected results:
Successful dependency resolution with no conflicts.
Additional info:
Looks like this was fixed back in November, so I'm not sure why it still occurrs: bug 1600444 .
Note my comment #10 on the original bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1600444#c10
"Well, now it's still broken for people moving to Rawhide..."
This is because the 'fix' for this was a `%if 0%{?fedora} >= 30` conditional. So this is really the same bug, let's just re-open and bump the version.