Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1070995 - Trivial change to m2crypto spec to enable ppc64le
Summary: Trivial change to m2crypto spec to enable ppc64le
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: m2crypto
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Miloslav Trmač
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-02-27 21:31 UTC by Brent Baude
Modified: 2014-02-28 18:01 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-02-28 18:01:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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