From 0a5e8676e1f671a2d1fd0536cfcd4545584ac4e38300bc183d629593e78eaf03 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 5 Feb 2014 14:03:45 +0000 Subject: [PATCH] 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 --- python-PyYAML.changes | 5 +++++ python-PyYAML.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-PyYAML.changes b/python-PyYAML.changes index 8e3b299..0e47fad 100644 --- a/python-PyYAML.changes +++ b/python-PyYAML.changes @@ -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 diff --git a/python-PyYAML.spec b/python-PyYAML.spec index 5faec91..55f896d 100644 --- a/python-PyYAML.spec +++ b/python-PyYAML.spec @@ -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