1
0
forked from pool/python-PyYAML

Accepting request 157500 from home:k0da:ppc

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

OBS-URL: https://build.opensuse.org/request/show/157500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyYAML?expand=0&rev=7
This commit is contained in:
Sascha Peilicke 2013-03-08 08:59:51 +00:00 committed by Git OBS Bridge
parent aa0dfa8d61
commit 5e85037bf4
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