mirror of https://github.com/apache/cloudstack.git
Merge branch 'hotfix/4.3/7038' into 4.3
This commit is contained in:
commit
7e2888b4cf
|
|
@ -15,7 +15,7 @@ Description: A common package which contains files which are shared by several C
|
|||
|
||||
Package: cloudstack-management
|
||||
Architecture: all
|
||||
Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augeas-tools
|
||||
Depends: cloudstack-common (= ${source:Version}), tomcat6, sysvinit-utils, sudo, jsvc, python-mysqldb, libmysql-java, python-paramiko, augeas-tools, mysql-client
|
||||
Conflicts: cloud-server, cloud-client, cloud-client-ui
|
||||
Description: CloudStack server library
|
||||
The CloudStack management server
|
||||
|
|
|
|||
|
|
@ -70,6 +70,7 @@ Requires: /sbin/mount.nfs
|
|||
Requires: openssh-clients
|
||||
Requires: nfs-utils
|
||||
Requires: wget
|
||||
Requires: mysql
|
||||
Requires: mysql-connector-java
|
||||
Requires: ws-commons-util
|
||||
Requires: jpackage-utils
|
||||
|
|
|
|||
Loading…
Reference in New Issue