From e4656ed3c67ce5cdb48fbe42263de0bf8550e511 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 30 May 2012 16:24:09 +0100 Subject: [PATCH] Resolves: rhbz#822522 bodge RHEL-7 s390[x] smoketest temporarily --- libreoffice.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libreoffice.spec b/libreoffice.spec index fc3f43b..8846aad 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -1505,6 +1505,9 @@ unset WITH_LANG unset SOLAR_JAVA JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1" SAL_USE_VCLPLUGIN="svp" timeout 2h build.pl %else +%ifarch s390 s390x +unset SOLAR_JAVA +%endif JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY="1" SAL_USE_VCLPLUGIN="svp" timeout -k 2m 2h build.pl %endif