Accepting request 157975 from devel:languages:python

- increase file-descriptor-count for ppc to make tests happy (forwarded request 157500 from k0da)

OBS-URL: https://build.opensuse.org/request/show/157975
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyYAML?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2013-03-08 12:29:00 +00:00 committed by Git OBS Bridge
commit 5d379c747e
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 5 23:39:24 UTC 2013 - dvaleev@suse.com
- increase file-descriptor-count for ppc to make tests happy
-------------------------------------------------------------------
Thu Jan 10 19:06:25 UTC 2013 - p.drouand@gmail.com

View File

@ -58,6 +58,10 @@ find examples -type f | xargs chmod -x # Fix example permissions
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
#increase file-descriptor-count for ppc to make tests happy
%ifarch ppc ppc64
ulimit -Sn 2048
%endif
python setup.py test
%files