From 54e5a9c1b693c562c61397848d088515d5e210b5157166206ff20f2dae5b593b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 17 Aug 2011 14:31:24 +0000 Subject: [PATCH] ignore python failures on 11.4 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=67 --- subversion.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/subversion.spec b/subversion.spec index a0510c8..b120fa8 100644 --- a/subversion.spec +++ b/subversion.spec @@ -671,7 +671,10 @@ kill -9 `cat "$SVNSERVE_PIDFILE" 2>/dev/null` %__make check-javahl %endif # with_java %__make check-swig-pl +%if 0{?suse_version} > 1140 +# python bindings fail testsuite on 11.4 %__make check-swig-py +%endif %if %with_ruby %__make check-swig-rb %endif # with_ruby