Bug 175574

Summary: ExclusiveArch too restrictive
Product: [Fedora] Fedora Reporter: Moritz Barsnick <moritz>
Component: hdparmAssignee: Karsten Hopp <karsten>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-12-13 14:11:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Moritz Barsnick 2005-12-12 22:29:22 UTC
Description of problem:
"ExclusiveArch: i386 x86_64" prevents building hdparm for i586 or i686

Version-Release number of selected component (if applicable):
6.3-1.1

How reproducible:
always

Steps to Reproduce:
1. rpmbuild --rebuild --target=i686 hdparm-6.3-1.1.src.rpm
  
Actual results:
error: Architecture is not included: i686

Expected results:
(builds correctly for i686)

Additional info:
I didn't find any assembler code or the likes. I realize that hdparm may have 
been written for x86, and therefore shouldn't compile on e.g. ppc. But I have 
yet to see hdparm not work when compiled for i686.

Unless I oversaw something, my recommendation is either
a) expand ExclusiveArch
or
b) use ExcludeArch

Comment 1 Karsten Hopp 2005-12-13 14:11:38 UTC
Compiling a package as i686 makes sense only for a few, selected packages,
hdparm definitely isn't one of them. Transfer rates won't get up just because
the hdparm binary is faster...