diff --git a/cloud.spec b/cloud.spec index 7011f2c73d7..21d3c382e6d 100644 --- a/cloud.spec +++ b/cloud.spec @@ -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 diff --git a/wscript b/wscript index 96559887f5b..ca74cc2b76e 100644 --- a/wscript +++ b/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