Bug 388581

Summary: wrong comment line in .spec file
Product: [Fedora] Fedora Reporter: Florian La Roche <laroche>
Component: f-spotAssignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
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: 2007-11-17 23:23:35 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 Florian La Roche 2007-11-17 17:40:51 UTC
Description of problem:
Current f-spot.spec contains the following line:
ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha s390 #s390x

rpm does not recognize comment lines within an arch spec, so rpm actually
adds "#s390x" as another arch we could build against.

Removing #s390x or moving it onto a separate line should fix this.

regards,

Florian La Roche




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


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Florian La Roche 2007-11-17 18:15:23 UTC
Next item is that s390 is added to exclusivearch and excludearch, but should
be only one of them:
ExclusiveArch: s390
ExcludeArch: s390


regards,

Florian La Roche


Comment 2 Matthias Clasen 2007-11-17 23:23:35 UTC
Fixed in cvs. Will be in the next build