mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
packaging: install python-dnspython or python-dns to fix issue with cloudstack-setup-management (#3854)
Fixes #3817 #3841 Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
f769c66bc1
commit
cd55674afe
2
debian/control
vendored
2
debian/control
vendored
@ -15,7 +15,7 @@ Description: A common package which contains files which are shared by several C
|
|||||||
|
|
||||||
Package: cloudstack-management
|
Package: cloudstack-management
|
||||||
Architecture: all
|
Architecture: all
|
||||||
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~)
|
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
|
||||||
Conflicts: cloud-server, cloud-client, cloud-client-ui
|
Conflicts: cloud-server, cloud-client, cloud-client-ui
|
||||||
Description: CloudStack server library
|
Description: CloudStack server library
|
||||||
The CloudStack management server
|
The CloudStack management server
|
||||||
|
|||||||
@ -74,6 +74,8 @@ Requires: mysql-connector-python
|
|||||||
Requires: ipmitool
|
Requires: ipmitool
|
||||||
Requires: %{name}-common = %{_ver}
|
Requires: %{name}-common = %{_ver}
|
||||||
Requires: iptables-services
|
Requires: iptables-services
|
||||||
|
Requires: qemu-img
|
||||||
|
Requires: python-dns
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
%description management
|
%description management
|
||||||
The CloudStack management server is the central point of coordination,
|
The CloudStack management server is the central point of coordination,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user