From ce8fb02537a3bc8cbd13aece60d35de15fea027b Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Aug 25 2010 13:52:38 +0000 Subject: - disable the testsuite on s390(x) --- diff --git a/python-jinja2.spec b/python-jinja2.spec index 265cc1a..ba4ec86 100644 --- a/python-jinja2.spec +++ b/python-jinja2.spec @@ -10,7 +10,7 @@ Name: python-jinja2 Version: 2.5.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: General purpose template engine Group: Development/Languages License: BSD @@ -122,6 +122,7 @@ rm -rf %{buildroot} %check +%ifnarch s390 s390x make test @@ -130,6 +131,7 @@ pushd %{py3dir} make test popd %endif # with_python3 +%endif %files @@ -159,6 +161,9 @@ popd %changelog +* Wed Aug 25 2010 Dan Horák - 2.5.2-2 +- disable the testsuite on s390(x) + * Thu Aug 19 2010 Thomas Moschny - 2.5.2-1 - Update to upstream version 2.5.2. - Package depends on python-markupsafe and is noarch now.