Bug 978339 - ImageMagick multilib fix for aarch64
Summary: ImageMagick multilib fix for aarch64
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ImageMagick
Version: 19
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Pavel Alexeev
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-26 11:56 UTC by Mark Salter
Modified: 2013-07-05 02:44 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-03 10:04:29 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.