diff --git a/SPECS/python.spec b/SPECS/python.spec index ec9aaba..0f29349 100644 --- a/SPECS/python.spec +++ b/SPECS/python.spec @@ -53,7 +53,7 @@ %global with_systemtap 1 # some arches don't have valgrind so we need to disable its support on them -%ifarch %{ix86} x86_64 ppc ppc64 s390x +%ifarch %{ix86} x86_64 ppc %{power64} s390x aarch64 %global with_valgrind 1 %else %global with_valgrind 0 @@ -122,7 +122,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{?scl_prefix}%{python} # Remember to also rebase python-docs when changing this: Version: 2.7.13 -Release: 3%{?dist} +Release: 5%{?dist} License: Python Group: Development/Languages %{?scl:Requires: %{scl}-runtime} @@ -1370,7 +1370,7 @@ done %patch130 -p1 -%ifarch ppc ppc64 +%ifarch ppc %{power64} %patch131 -p1 %endif @@ -1592,7 +1592,7 @@ export -f BuildPython BuildPython debug \ python-debug \ python%{pybasever}-debug \ -%ifarch %{ix86} x86_64 ppc ppc64 +%ifarch %{ix86} x86_64 ppc %{power64} "--with-pydebug --with-tsc --with-count-allocs --with-call-profile" \ %else "--with-pydebug --with-count-allocs --with-call-profile" \ @@ -1799,7 +1799,7 @@ install -d %{buildroot}%{_prefix}/lib/python%{pybasever}/site-packages %global _pyconfig32_h pyconfig-32.h %global _pyconfig64_h pyconfig-64.h -%ifarch ppc64 s390x x86_64 ia64 alpha sparc64 +%ifarch %{power64} s390x x86_64 ia64 alpha sparc64 aarch64 %global _pyconfig_h %{_pyconfig64_h} %else %global _pyconfig_h %{_pyconfig32_h} @@ -1878,7 +1878,7 @@ done # Install a tapset for this libpython into tapsetdir, fixing up the path to the # library: mkdir -p %{buildroot}%{tapsetdir} -%ifarch ppc64 s390x x86_64 ia64 alpha sparc64 +%ifarch %{power64} s390x x86_64 ia64 alpha sparc64 aarch64 %global libpython_stp_optimized %{scl_prefix}libpython%{pybasever}-64.stp %global libpython_stp_debug %{scl_prefix}libpython%{pybasever}-debug-64.stp %else @@ -2341,6 +2341,13 @@ rm -fr %{buildroot} # ====================================================== %changelog +* Wed May 23 2018 Charalampos Stratakis - 2.7.13-5 +- Enable tests and rewheel + +* Thu May 10 2018 Yaakov Selkowitz - 2.7.13-4 +- Add support for aarch64 and ppc64le. +- Disable rewheel and tests + * Tue Feb 07 2017 Tomas Orsava - 2.7.13-3 - Reworked and readded patch 224: File based configuration of HTTPS verification Resolves: rhbz#1417838