Bug 1051202

Summary: Trivial change for ppc64le in freetype spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: freetypeAssignee: Marek Kašík <mkasik>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: behdad, fonts-bugs, kevin, mkasik
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: freetype-2.5.0-5.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-10 11:41:31 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: 1051573    

Description Brent Baude 2014-01-09 20:30:29 UTC
Please consider the following trivial change to the freetds spec file to enable ppc64le:

diff --git a/freetype.spec b/freetype.spec
index 74cee3c..4c6ae9b 100644
--- a/freetype.spec
+++ b/freetype.spec
@@ -148,7 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
+%ifarch x86_64 s390x ia64 ppc64 ppc64le alpha sparc64 aarch64
 %define wordsize 64
 %else
 %define wordsize 32

Comment 1 Marek Kašík 2014-01-10 11:41:31 UTC
Hi Brent,

thank you for the patch. I've pushed it to master.

Regards

Marek