aarch64 has valgrind, just list those that don't support it with a ifnarch

This commit is contained in:
Peter Robinson 2014-06-08 16:27:22 +01:00
parent a292e5b212
commit 9012997174
1 changed files with 5 additions and 2 deletions

View File

@ -71,7 +71,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 ppc64p7 s390x %{arm}
%ifnarch s390 ppc64le
%global with_valgrind 1
%else
%global with_valgrind 0
@ -140,7 +140,7 @@
Summary: Version 3 of the Python programming language aka Python 3000
Name: python3
Version: %{pybasever}.1
Release: 11%{?dist}
Release: 12%{?dist}
License: Python
Group: Development/Languages
@ -1853,6 +1853,9 @@ rm -fr %{buildroot}
# ======================================================
%changelog
* Sun Jun 8 2014 Peter Robinson <pbrobinson@fedoraproject.org> 3.4.1-12
- aarch64 has valgrind, just list those that don't support it
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild