mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1469 Commit 2f135be1 introduced jna as a dependency for hypervisor kvm, so make sure the version from the operating system is not used anymore
This commit is contained in:
parent
512c16f483
commit
6223520efd
|
|
@ -59,7 +59,7 @@ export JAVA_HOME
|
|||
SCP=""
|
||||
DCP=""
|
||||
ACP=`ls /usr/share/cloudstack-agent/cloud-plugin-hypervisor-kvm-*.jar`":"`ls /usr/share/cloudstack-agent/lib/* | tr '\n' ':'`
|
||||
JCP="/usr/share/java/jna.jar:/usr/share/java/commons-daemon.jar"
|
||||
JCP="/usr/share/java/commons-daemon.jar"
|
||||
|
||||
# We need to append the JSVC daemon JAR to the classpath
|
||||
# AgentShell implements the JSVC daemon methods
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@ Requires: libvirt
|
|||
Requires: bridge-utils
|
||||
Requires: ebtables
|
||||
Requires: jsvc
|
||||
Requires: jna
|
||||
Requires: jakarta-commons-daemon
|
||||
Requires: jakarta-commons-daemon-jsvc
|
||||
Provides: cloud-agent
|
||||
|
|
|
|||
Loading…
Reference in New Issue