Skip to content

Commit cd55674

Browse files
ustcweizhourohityadavcloud
authored andcommitted
packaging: install python-dnspython or python-dns to fix issue with cloudstack-setup-management (apache#3854)
Fixes apache#3817 apache#3841 Signed-off-by: Rohit Yadav <[email protected]>
1 parent f769c66 commit cd55674

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Description: A common package which contains files which are shared by several C
1515

1616
Package: cloudstack-management
1717
Architecture: all
18-
Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | java8-runtime | openjdk-9-jre-headless, cloudstack-common (= ${source:Version}), sudo, python-mysql.connector, libmysql-java, augeas-tools, mysql-client, adduser, bzip2, ipmitool, file, lsb-release, init-system-helpers (>= 1.14~)
18+
Depends: ${python:Depends}, openjdk-8-jre-headless | java8-runtime-headless | java8-runtime | openjdk-9-jre-headless, cloudstack-common (= ${source:Version}), sudo, python-mysql.connector, libmysql-java, augeas-tools, mysql-client, adduser, bzip2, ipmitool, file, gawk, iproute2, lsb-release, init-system-helpers (>= 1.14~), qemu-utils, python-dnspython
1919
Conflicts: cloud-server, cloud-client, cloud-client-ui
2020
Description: CloudStack server library
2121
The CloudStack management server

packaging/centos7/cloud.spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Requires: mysql-connector-python
7474
Requires: ipmitool
7575
Requires: %{name}-common = %{_ver}
7676
Requires: iptables-services
77+
Requires: qemu-img
78+
Requires: python-dns
7779
Group: System Environment/Libraries
7880
%description management
7981
The CloudStack management server is the central point of coordination,

0 commit comments

Comments
 (0)