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:
parent
aa0dfa8d61
commit
5e85037bf4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user