Bug 1070995

Summary: Trivial change to m2crypto spec to enable ppc64le
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: m2cryptoAssignee: Miloslav Trmač <mitr>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: bbaude, gholms, mitr
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-28 18:01:39 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-02-27 21:31:29 UTC
Please consider the following change to the m2crypto.spec which enables ppc64le:

[baude@localhost m2crypto]$ git diff
diff --git a/m2crypto.spec b/m2crypto.spec
index 7a3123a..1a245f2 100644
--- a/m2crypto.spec
+++ b/m2crypto.spec
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import ge
 
 # Keep this value in sync with the definition in openssl.spec.
-%global multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 sparc sparcv9 sparc64
+%global multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 sparc sparcv9 sparc64 ppc64le
 
 Summary: Support for using OpenSSL in python scripts
 Name: m2crypto

Comment 1 Miloslav Trmač 2014-02-28 13:35:36 UTC
Do you want a rawhide build as well, or would just committing to git work for you right now?

Comment 2 Brent Baude 2014-02-28 13:40:23 UTC
A simple nvr bump with a rawhide build would be nice.

Comment 3 Miloslav Trmač 2014-02-28 18:01:39 UTC
Thanks for the patch.

I have ended up using
> %global multilib_arches %{ix86} ia64 ppc %{power64} s390 s390x sparcv9 sparc64 x86_64
in m2crypto-0.21.1-15.fc21 (just built),  because this definition should match the one in openssl, and AFAICS this covers ppc64le as well.  Please reopen if I'm wrong.