From 51d3eda79e5e71d868ad86215f92df7fabe8f867 Mon Sep 17 00:00:00 2001 From: frank Date: Wed, 18 Apr 2012 15:25:22 -0700 Subject: [PATCH] fix spec file --- cloud.spec | 2 +- wscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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