Skip to content

Commit f9ebbbe

Browse files
cloud.spec: provide option between tzdata-java and timezone-java
This fixes packaging issue where CloudStack rpms cannot find tzdata-java on openSUSE/SLES platforms. Signed-off-by: Rohit Yadav <[email protected]>
1 parent 65b6ffc commit f9ebbbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packaging/el8/cloud.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The Apache CloudStack files shared between agent and management server
102102
Summary: CloudStack Agent for KVM hypervisors
103103
Requires: (openssh-clients or openssh)
104104
Requires: java-17-openjdk
105-
Requires: tzdata-java
105+
Requires: (tzdata-java or timezone-java)
106106
Requires: %{name}-common = %{_ver}
107107
Requires: libvirt
108108
Requires: libvirt-daemon-driver-storage-rbd
@@ -143,7 +143,7 @@ The CloudStack baremetal agent
143143
%package usage
144144
Summary: CloudStack Usage calculation server
145145
Requires: java-17-openjdk
146-
Requires: tzdata-java
146+
Requires: (tzdata-java or timezone-java)
147147
Group: System Environment/Libraries
148148
%description usage
149149
The CloudStack usage calculation service

0 commit comments

Comments
 (0)