Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 881394

Summary: RPM Macro's on ARM using triplet prefix
Product: [Fedora] Fedora Reporter: Paul Whalen <pwhalen>
Component: rpmAssignee: Fedora Packaging Toolset Team <packaging-team>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 18CC: ffesti, jnovy, jzeleny, packaging-team, pbrobinson, pknirsch
Target Milestone: ---   
Target Release: ---   
Hardware: arm   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-31 18:58:47 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:
Bug Depends On:    
Bug Blocks: 245418    

Description Paul Whalen 2012-11-28 20:27:03 UTC
Description of problem:
RPM macro's on ARM now appear with triplet prefix, breaking db4 (perhaps more) build on ARM. 


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

rpm-4.10.1-3.fc18.armv7hl

Actual results:
rpm-4.10.1-3.fc18.armv7hl
%__cc                   armv7hl-redhat-linux-gnueabi-gcc
%__cpp                  armv7hl-redhat-linux-gnueabi-gcc -E
%__cxx                  armv7hl-redhat-linux-gnueabi-g++


Expected results:
rpm-4.9.1.3-7.fc17.armv7hl
%__cc                   gcc
%__cpp                  gcc -E
%__cxx                  g++

Additional info:

db4 build fails as a result of the macro change
http://arm.koji.fedoraproject.org/koji/taskinfo?taskID=1268178