From 6afee769845272a53d23a5b01cb73bc1d06bfa80 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 and html docs on some alt-arches to unblock depending builds --- python-matplotlib.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/python-matplotlib.spec b/python-matplotlib.spec index 5b61127..fbb94ba 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -4,8 +4,14 @@ %global with_python3 0 %endif %global __provides_exclude_from .*/site-packages/.*\\.so$ +%ifarch %{power64} s390x +# disable tests on alt arches until resolved by upstream +%global with_html 0 +%global run_tests 0 +%else %global with_html 1 %global run_tests 1 +%endif # On RHEL 7 onwards, don't build with wx: %if 0%{?rhel} >= 7 @@ -47,7 +53,7 @@ Name: python-matplotlib Version: 1.5.2 -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 @@ -581,6 +587,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \ %endif %changelog +* Mon Oct 24 2016 Dan HorĂ¡k - 1.5.2-0.3.rc2 +- disable tests and html docs on some alt-arches to unblock depending builds + * Tue Jul 19 2016 Fedora Release Engineering - 1.5.2-0.2.rc2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages