diff --git a/packaging/centos7/cloud.spec b/packaging/centos7/cloud.spec index 44dc06d1849..c6ae6a63ae5 100644 --- a/packaging/centos7/cloud.spec +++ b/packaging/centos7/cloud.spec @@ -61,6 +61,7 @@ intelligent IaaS cloud implementation. %package management Summary: CloudStack management server UI Requires: java-11-openjdk +Requires: tzdata-java Requires: python Requires: python3 Requires: bash @@ -107,6 +108,7 @@ The Apache CloudStack files shared between agent and management server Summary: CloudStack Agent for KVM hypervisors Requires: openssh-clients Requires: java-11-openjdk +Requires: tzdata-java Requires: %{name}-common = %{_ver} Requires: libvirt Requires: bridge-utils @@ -142,6 +144,7 @@ The CloudStack baremetal agent %package usage Summary: CloudStack Usage calculation server Requires: java-11-openjdk +Requires: tzdata-java Group: System Environment/Libraries %description usage The CloudStack usage calculation service diff --git a/packaging/centos8/cloud.spec b/packaging/centos8/cloud.spec index f2b020518db..a6b148afbe9 100644 --- a/packaging/centos8/cloud.spec +++ b/packaging/centos8/cloud.spec @@ -53,6 +53,7 @@ intelligent IaaS cloud implementation. %package management Summary: CloudStack management server UI Requires: java-11-openjdk +Requires: tzdata-java Requires: python3 Requires: bash Requires: gawk @@ -98,6 +99,7 @@ The Apache CloudStack files shared between agent and management server Summary: CloudStack Agent for KVM hypervisors Requires: (openssh-clients or openssh) Requires: java-11-openjdk +Requires: tzdata-java Requires: %{name}-common = %{_ver} Requires: libvirt Requires: ebtables @@ -134,6 +136,7 @@ The CloudStack baremetal agent %package usage Summary: CloudStack Usage calculation server Requires: java-11-openjdk +Requires: tzdata-java Group: System Environment/Libraries %description usage The CloudStack usage calculation service