Skip to content

Commit 87d6c4f

Browse files
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)
1 parent d8a5c89 commit 87d6c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/centos8/cloud.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ intelligent IaaS cloud implementation.
5353
%package management
5454
Summary: CloudStack management server UI
5555
Requires: java-11-openjdk
56-
Requires: tzdata-java
56+
Requires: (tzdata-java or timezone-java)
5757
Requires: python3
5858
Requires: bash
5959
Requires: gawk

0 commit comments

Comments
 (0)