From 82ec7425cf5ab793472112437306042ccf4b06a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 24 Oct 2016 14:53:51 +0200 Subject: [PATCH] - disable tests on some alt-arches to unblock depending builds --- python-matplotlib.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 14d096b..7c4758b 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -5,7 +5,12 @@ %endif %global __provides_exclude_from .*/site-packages/.*\\.so$ %global with_html 0 +%ifarch %{power64} s390x +# disable tests on alt arches until resolved by upstream +%global run_tests 0 +%else %global run_tests 1 +%endif # On RHEL 7 onwards, don't build with wx: %if 0%{?rhel} >= 7 @@ -47,7 +52,7 @@ Name: python-matplotlib Version: 2.0.0 -Release: 0.2%{?rctag:.%{rctag}}%{?dist} +Release: 0.3%{?rctag:.%{rctag}}%{?dist} Summary: Python 2D plotting library Group: Development/Libraries # qt4_editor backend is MIT @@ -611,6 +616,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \ %endif %changelog +* Mon Oct 24 2016 Dan HorĂ¡k - 2.0.0-0.3.b4 +- disable tests on some alt-arches to unblock depending builds + * Mon Sep 26 2016 Dominik Mierzejewski - 2.0.0-0.2.b4 - add missing runtime dependencies for python2 package