Bug 967856

Summary: freetype needs to recognize aarch64 as 64bit arch
Product: [Fedora] Fedora Reporter: Mark Salter <msalter>
Component: freetypeAssignee: Marek Kašík <mkasik>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: behdad, fonts-bugs, kevin, mkasik, pbrobinson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: freetype-2.4.11-6.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-01 03:17:44 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 Mark Salter 2013-05-28 12:34:26 UTC
Description of problem:

aarch64 needs to be added to list of 64bit arches in specfile:

diff --git a/freetype.spec b/freetype.spec
index 1657990..5f6f576 100644
--- a/freetype.spec
+++ b/freetype.spec
@@ -131,7 +131,7 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 # fix multilib issues
-%ifarch x86_64 s390x ia64 ppc64 alpha sparc64
+%ifarch x86_64 s390x ia64 ppc64 alpha sparc64 aarch64
 %define wordsize 64
 %else
 %define wordsize 32

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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Peter Robinson 2013-05-29 13:41:45 UTC
pushed to rawhide

Comment 2 Fedora Update System 2013-05-29 14:05:42 UTC
freetype-2.4.11-6.fc19 has been submitted as an update for Fedora 19.
https://admin.fedoraproject.org/updates/freetype-2.4.11-6.fc19

Comment 3 Fedora Update System 2013-05-29 17:47:51 UTC
Package freetype-2.4.11-6.fc19:
* should fix your issue,
* was pushed to the Fedora 19 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing freetype-2.4.11-6.fc19'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-9568/freetype-2.4.11-6.fc19
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-06-01 03:17:44 UTC
freetype-2.4.11-6.fc19 has been pushed to the Fedora 19 stable repository.  If problems still persist, please make note of it in this bug report.