mirror of https://github.com/apache/cloudstack.git
fix spec file
This commit is contained in:
parent
35e62d693c
commit
51d3eda79e
|
|
@ -510,7 +510,7 @@ fi
|
|||
%{_javadir}/jetty-util-6.1.26.jar
|
||||
%{_javadir}/%{name}-axis.jar
|
||||
%{_javadir}/%{name}-commons-discovery.jar
|
||||
%{_javadir}/%{name}-wsdl4j.jar
|
||||
%{_javadir}/%{name}-wsdl4j-1.6.2.jar
|
||||
%{_javadir}/%{name}-bcprov-jdk16-1.45.jar
|
||||
%{_javadir}/%{name}-jsch-0.1.42.jar
|
||||
%{_javadir}/%{name}-iControl.jar
|
||||
|
|
|
|||
2
wscript
2
wscript
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# the following two variables are used by the target "waf dist"
|
||||
# if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog
|
||||
VERSION = '3.0.1.2012-04-18T21:57:44Z'
|
||||
VERSION = '3.0.1.2012-04-18T22:05:29Z'
|
||||
APPNAME = 'cloud'
|
||||
|
||||
import shutil,os
|
||||
|
|
|
|||
Loading…
Reference in New Issue