Bug 978339

Summary: ImageMagick multilib fix for aarch64
Product: [Fedora] Fedora Reporter: Mark Salter <msalter>
Component: ImageMagickAssignee: Pavel Alexeev <pahan>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: nmurray, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-03 10:04:29 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-06-26 11:56:33 UTC
Description of problem:
ImageMagick needs aarch64 added to list of 64bit arches:

diff --git a/ImageMagick.spec b/ImageMagick.spec
index 2b6e15d..0309c88 100644
--- a/ImageMagick.spec
+++ b/ImageMagick.spec
@@ -192,7 +192,7 @@ if [ -z perl-pkg-files ] ; then
 fi
 
 # 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 Pavel Alexeev 2013-07-03 10:04:09 UTC
It done in rawhide http://koji.fedoraproject.org/koji/taskinfo?taskID=5568771

Do you want push update in Fedora 19 also?

Comment 2 Mark Salter 2013-07-05 02:44:49 UTC
No. Not necessary at this point. Thanks.