Accepting request 220983 from home:oertel:branches:devel:languages:python

- increase file-descriptor-count for s390 to make tests happy

OBS-URL: https://build.opensuse.org/request/show/220983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=11
This commit is contained in:
Sascha Peilicke 2014-02-05 14:03:45 +00:00 committed by Git OBS Bridge
parent f73ea6b2c8
commit 0a5e8676e1
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Feb 5 14:35:22 CET 2014 - ro@suse.de
- increase file-descriptor-count for s390 to make tests happy
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 5 23:39:24 UTC 2013 - dvaleev@suse.com Tue Mar 5 23:39:24 UTC 2013 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-PyYAML # spec file for package python-PyYAML
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -59,7 +59,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check %check
#increase file-descriptor-count for ppc to make tests happy #increase file-descriptor-count for ppc to make tests happy
%ifarch ppc ppc64 %ifarch ppc ppc64 s390 s390x
ulimit -Sn 2048 ulimit -Sn 2048
%endif %endif
python setup.py test python setup.py test