mirror of https://github.com/apache/cloudstack.git
packaging: install tzdata-java or timezone-java (#7875)
According to https://pkgs.org/download/tzdata-java the package name is tzdata-java on some OSes, but timezone-java on some other OSes (e.g openSUSE Leap 15.4)
This commit is contained in:
parent
d8a5c89060
commit
87d6c4fbd5
|
|
@ -53,7 +53,7 @@ intelligent IaaS cloud implementation.
|
|||
%package management
|
||||
Summary: CloudStack management server UI
|
||||
Requires: java-11-openjdk
|
||||
Requires: tzdata-java
|
||||
Requires: (tzdata-java or timezone-java)
|
||||
Requires: python3
|
||||
Requires: bash
|
||||
Requires: gawk
|
||||
|
|
|
|||
Loading…
Reference in New Issue