From 5733b64ed90604fe10159d0e26365a96e41afe1d0691d027ba3a88a596e235c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 26 Mar 2018 12:26:04 +0000 Subject: [PATCH] - Disable firebird engine on SLE for now OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=617 --- libreoffice.changes | 5 +++++ libreoffice.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libreoffice.changes b/libreoffice.changes index ce31c98..d4e8e16 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 26 12:23:45 UTC 2018 - tchvatal@suse.com + +- Disable firebird engine on SLE for now + ------------------------------------------------------------------- Mon Mar 26 08:09:03 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 5ad9af9..b4ec69d 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -30,7 +30,7 @@ %else %bcond_with kdeintegration %endif -%if 0%{?suse_version} > 1320 +%if 0%{?suse_version} > 1320 && %{?is_opensuse} %bcond_without firebird %else %bcond_with firebird