[m2crypto] Sync %multilib_arches with openssl to add ppc64le.

Miloslav Trmac mitr at fedoraproject.org
Fri Feb 28 17:34:41 UTC 2014


commit 36575865737ee39b097ef27d2ba09cb11d072afc
Author: Miloslav Trmač <mitr at redhat.com>
Date:   Fri Feb 28 18:35:35 2014 +0100

    Sync %multilib_arches with openssl to add ppc64le.

 m2crypto.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/m2crypto.spec b/m2crypto.spec
index 7a3123a..d88b5e6 100644
--- a/m2crypto.spec
+++ b/m2crypto.spec
@@ -1,12 +1,12 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 # 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 %{power64} s390 s390x sparcv9 sparc64 x86_64
 
 Summary: Support for using OpenSSL in python scripts
 Name: m2crypto
 Version: 0.21.1
-Release: 14%{?dist}
+Release: 15%{?dist}
 Source0: http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-%{version}.tar.gz
 # https://bugzilla.osafoundation.org/show_bug.cgi?id=2341
 Patch0: m2crypto-0.21.1-timeouts.patch
@@ -138,6 +138,10 @@ rm tests/*.{pem,py}.* # Patch backup files
 %{python_sitearch}/M2Crypto-*.egg-info
 
 %changelog
+* Fri Feb 28 2014 Miloslav Trmač <mitr at redhat.com> - 0.21.1-15
+- Sync %%multilib_arches with openssl.
+  Resolves: #1070995
+
 * Mon Jan 6 2014 Miloslav Trmač <mitr at redhat.com> - 0.21.1-14
 - Don't assume that export ciphers are enabled in the test suite
   Resolves: #1048887


More information about the scm-commits mailing list