- disable the testsuite on s390(x)
This commit is contained in:
parent
fee00bb439
commit
ce8fb02537
@ -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@gmx.de> - 2.5.2-1
|
||||
- Update to upstream version 2.5.2.
|
||||
- Package depends on python-markupsafe and is noarch now.
|
||||
|
Loading…
Reference in New Issue
Block a user