This is an automated email from the ASF dual-hosted git repository.

weizhou pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git


The following commit(s) were added to refs/heads/4.18 by this push:
     new 87d6c4fbd5f packaging: install tzdata-java or timezone-java (#7875)
87d6c4fbd5f is described below

commit 87d6c4fbd5f386b8646377cacbb25d30d07284af
Author: Wei Zhou <[email protected]>
AuthorDate: Fri Aug 18 09:20:00 2023 +0200

    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)
---
 packaging/centos8/cloud.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/centos8/cloud.spec b/packaging/centos8/cloud.spec
index fdaf155ed73..8d567f217ce 100644
--- a/packaging/centos8/cloud.spec
+++ b/packaging/centos8/cloud.spec
@@ -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

Reply via email to