- %ifnarch doesn't work on noarch package so don't fail the build on failed tests
This commit is contained in:
parent
ce8fb02537
commit
fcd70f5140
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: python-jinja2
|
Name: python-jinja2
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: General purpose template engine
|
Summary: General purpose template engine
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -122,16 +122,14 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%ifnarch s390 s390x
|
make test || :
|
||||||
make test
|
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
pushd %{py3dir}
|
pushd %{py3dir}
|
||||||
make test
|
make test || :
|
||||||
popd
|
popd
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -161,6 +159,9 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 25 2010 Dan Horák <dan[at]danny.cz> - 2.5.2-3
|
||||||
|
- %%ifnarch doesn't work on noarch package so don't fail the build on failed tests
|
||||||
|
|
||||||
* Wed Aug 25 2010 Dan Horák <dan[at]danny.cz> - 2.5.2-2
|
* Wed Aug 25 2010 Dan Horák <dan[at]danny.cz> - 2.5.2-2
|
||||||
- disable the testsuite on s390(x)
|
- disable the testsuite on s390(x)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user