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:
parent
67b5716037
commit
47ebc1f4f2
@ -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>
|
Tue May 21 06:33:21 UTC 2019 - Andras Timar <andras.timar@collabora.com>
|
||||||
|
|
||||||
|
@ -417,6 +417,13 @@ Supplements: %{name}
|
|||||||
# default database connector
|
# default database connector
|
||||||
%if %{with firebird}
|
%if %{with firebird}
|
||||||
Requires: %{name}-base-drivers-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
|
%endif
|
||||||
|
|
||||||
%description base
|
%description base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user