mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 10:32:59 +00:00
Require openjdk, we have problems with Oracle Java
This commit is contained in:
parent
3257de51a9
commit
f356f9849d
1 changed files with 4 additions and 3 deletions
|
@ -45,9 +45,9 @@ Name: libreoffice
|
|||
Epoch: 1
|
||||
Version: 4.3.3
|
||||
%if "%{beta}" != ""
|
||||
Release: 0.%{beta}.2
|
||||
Release: 0.%{beta}.3
|
||||
%else
|
||||
Release: 3
|
||||
Release: 4
|
||||
%endif
|
||||
Source0: %{relurl}/%{ooname}-%{buildver}.tar.xz
|
||||
Source1: %{relurl}/%{ooname}-dictionaries-%{buildver}.tar.xz
|
||||
|
@ -273,7 +273,8 @@ Summary: LibreOffice office suite - database
|
|||
Group: Office
|
||||
Requires: %{name}-common = %{EVRD}
|
||||
Requires: %{name}-java = %{EVRD}
|
||||
Requires: java
|
||||
# Require openjdk, we have problems with Oracle Java
|
||||
Requires: java-openjdk
|
||||
|
||||
%description base
|
||||
This package contains the database component for LibreOffice.
|
||||
|
|
Loading…
Add table
Reference in a new issue