Bug 1062390

Summary: dnf.rpmUtils.arch.getBaseArch() doesn't return identical results to yum's rpmUtils.arch.getBaseArch()
Product: [Fedora] Fedora Reporter: Daniel Mach <dmach>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: akozumpl, packaging-team-maint, pnemade, rholy
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: dnf-0.4.14-1.fc20 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-17 21:02: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:

Description Daniel Mach 2014-02-06 19:09:51 UTC
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

Comment 1 Daniel Mach 2014-02-07 14:14:46 UTC
Proposed fixes:
https://github.com/akozumpl/dnf/pull/81

Comment 2 Ales Kozumplik 2014-02-10 09:16:53 UTC
Thank you Dan, I attached some minor comments there.

Comment 3 Ales Kozumplik 2014-02-12 16:34:09 UTC
The fix has been merged: f52e254

Comment 4 Fedora Update System 2014-02-13 08:25:59 UTC
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

Comment 5 Fedora Update System 2014-02-14 07:57:00 UTC
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).

Comment 6 Fedora Update System 2014-02-17 21:02:59 UTC
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.