SHA256
1
0
forked from pool/libreoffice

- If there is no firebird engine we still need java to run hsqldb

bsc#1135189

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=790
This commit is contained in:
Tomáš Chvátal 2019-05-24 07:24:16 +00:00 committed by Git OBS Bridge
parent 67b5716037
commit 47ebc1f4f2
2 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 24 07:22:08 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- If there is no firebird engine we still need java to run hsqldb
bsc#1135189
-------------------------------------------------------------------
Tue May 21 06:33:21 UTC 2019 - Andras Timar <andras.timar@collabora.com>

View File

@ -417,6 +417,13 @@ Supplements: %{name}
# default database connector
%if %{with firebird}
Requires: %{name}-base-drivers-firebird
%else
%ifarch %{ix86}
Requires: jre-32 >= 1.6
%endif
%ifarch x86_64 aarch64
Requires: jre-64 >= 1.6
%endif
%endif
%description base