- update the arch list where valgrind exists - %power64 includes also

ppc64le which is not supported yet
This commit is contained in:
Dan Horák 2014-05-29 18:10:59 +02:00
parent 567c9678be
commit 2a2186c470

View File

@ -59,7 +59,7 @@
%global with_systemtap 1 %global with_systemtap 1
# some arches don't have valgrind so we need to disable its support on them # some arches don't have valgrind so we need to disable its support on them
%ifarch %{ix86} x86_64 ppc %{power64} s390x %{arm} %ifarch %{ix86} x86_64 ppc ppc64 ppc64p7 s390x %{arm}
%global with_valgrind 1 %global with_valgrind 1
%else %else
%global with_valgrind 0 %global with_valgrind 0
@ -128,7 +128,7 @@
Summary: Version 3 of the Python programming language aka Python 3000 Summary: Version 3 of the Python programming language aka Python 3000
Name: python3 Name: python3
Version: %{pybasever}.1 Version: %{pybasever}.1
Release: 6%{?dist} Release: 7%{?dist}
License: Python License: Python
Group: Development/Languages Group: Development/Languages
@ -1839,6 +1839,10 @@ rm -fr %{buildroot}
# ====================================================== # ======================================================
%changelog %changelog
* Thu May 29 2014 Dan Horák <dan[at]danny.cz> - 3.4.1-7
- update the arch list where valgrind exists - %%power64 includes also
ppc64le which is not supported yet
* Thu May 29 2014 Miro Hrončok <mhroncok@redhat.com> - 3.4.1-6 * Thu May 29 2014 Miro Hrončok <mhroncok@redhat.com> - 3.4.1-6
- Forward arguments to the arch specific config script - Forward arguments to the arch specific config script
Resolves: rhbz#1102683 Resolves: rhbz#1102683