Reproducer: import rpmUtils.arch import dnf.rpmUtils.arch print "getBaseArch('ppc64p7')" print "YUM", rpmUtils.arch.getBaseArch("ppc64p7") print "DNF", dnf.rpmUtils.arch.getBaseArch("ppc64p7") print print "getBaseArch('ppc64')" print "YUM", rpmUtils.arch.getBaseArch("ppc64") print "DNF", dnf.rpmUtils.arch.getBaseArch("ppc64") Output: getBaseArch('ppc64p7') YUM ppc64 DNF ppc64p7 getBaseArch('ppc64') YUM ppc64 DNF ppc Expected behaviour: dnf and yum should behave identically yum behaviour looks correct to me
Proposed fixes: https://github.com/akozumpl/dnf/pull/81
Thank you Dan, I attached some minor comments there.
The fix has been merged: f52e254
dnf-0.4.14-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/dnf-0.4.14-1.fc20
Package dnf-0.4.14-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dnf-0.4.14-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-2471/dnf-0.4.14-1.fc20 then log in and leave karma (feedback).
dnf-0.4.14-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.