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

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


The following commit(s) were added to refs/heads/4.20 by this push:
     new 58484fb44dd cloud.spec: provide option between tzdata-java and 
timezone-java (#11372)
58484fb44dd is described below

commit 58484fb44dd1a1d0c1abb94fabb35531d83d888b
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Sat Aug 2 22:37:03 2025 +0530

    cloud.spec: provide option between tzdata-java and timezone-java (#11372)
    
    This fixes packaging issue where CloudStack rpms cannot find tzdata-java
    on openSUSE/SLES platforms.
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 packaging/el8/cloud.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packaging/el8/cloud.spec b/packaging/el8/cloud.spec
index 22fede6fb85..1e862ba0dc0 100644
--- a/packaging/el8/cloud.spec
+++ b/packaging/el8/cloud.spec
@@ -102,7 +102,7 @@ The Apache CloudStack files shared between agent and 
management server
 Summary: CloudStack Agent for KVM hypervisors
 Requires: (openssh-clients or openssh)
 Requires: java-17-openjdk
-Requires: tzdata-java
+Requires: (tzdata-java or timezone-java)
 Requires: %{name}-common = %{_ver}
 Requires: libvirt
 Requires: libvirt-daemon-driver-storage-rbd
@@ -143,7 +143,7 @@ The CloudStack baremetal agent
 %package usage
 Summary: CloudStack Usage calculation server
 Requires: java-17-openjdk
-Requires: tzdata-java
+Requires: (tzdata-java or timezone-java)
 Group: System Environment/Libraries
 %description usage
 The CloudStack usage calculation service

Reply via email to