Bug 1312648

Summary: cannot specify arch
Product: [Fedora] Fedora Reporter: Stas Sergeev <stsp2>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 24CC: jsilhan, mluscon, packaging-team-maint, pnemade, vmukhame
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-02-28 13:06: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 Stas Sergeev 2016-02-28 12:21:32 UTC
Description of problem:
# dnf install thunderbird.i686 
Last metadata expiration check performed 2:30:16 ago on Sun Feb 28 12:47:27 2016.
No package thunderbird.i686 available.

# dnf install thunderbird.i386 
Last metadata expiration check performed 2:30:20 ago on Sun Feb 28 12:47:27 2016.
No package thunderbird.i386 available.

With yum it was possible to specify the arch after dot.
dnf doesn't seem to be accepting that.

Version-Release number of selected component (if applicable):
dnf-1.1.6-2.fc24.noarch

How reproducible:
easily

Steps to Reproduce:
1. dnf install thunderbird.i386

Actual results:
Should install i386 version of thunderbird even on x86_64 machine.

Expected results:
Fails to find the package.

Additional info:

Comment 1 Stas Sergeev 2016-02-28 13:06:59 UTC
Looks like no multilib packages for thunderbird are built.
With other packages that works.