Accepting request 220987 from devel:languages:python

- increase file-descriptor-count for s390 to make tests happy (forwarded request 220983 from oertel)

OBS-URL: https://build.opensuse.org/request/show/220987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=9
This commit is contained in:
Stephan Kulow 2014-02-06 05:55:08 +00:00 committed by Git OBS Bridge
commit bc76ac631d
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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -59,7 +59,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
#increase file-descriptor-count for ppc to make tests happy
%ifarch ppc ppc64
%ifarch ppc ppc64 s390 s390x
ulimit -Sn 2048
%endif
python setup.py test