[python-jinja2] - disable the testsuite on s390(x)

Dan Horák sharkcz at fedoraproject.org
Wed Aug 25 13:52:43 UTC 2010


commit ce8fb02537a3bc8cbd13aece60d35de15fea027b
Author: Dan Horák <dan at danny.cz>
Date:   Wed Aug 25 15:52:38 2010 +0200

    - disable the testsuite on s390(x)

 python-jinja2.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <dan[at]danny.cz> - 2.5.2-2
+- disable the testsuite on s390(x)
+
 * Thu Aug 19 2010 Thomas Moschny <thomas.moschny at gmx.de> - 2.5.2-1
 - Update to upstream version 2.5.2.
 - Package depends on python-markupsafe and is noarch now.


More information about the scm-commits mailing list