File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -288,11 +288,9 @@ Requires: java >= 1.6.0
288288Requires: tomcat6
289289%if 0%{?fedora } > 15
290290Requires: apache-commons-lang
291- Requires: %{name }-utils = %{version }
292291%endif
293292%if 0%{?rhel } >= 5
294293Requires: jakarta-commons-lang
295- Requires: %{name }-utils = %{version }
296294%endif
297295Obsoletes: cloud-bridge < %{version }-%{release }
298296%description aws-api
406404 ln -sf $root/webapps7080/awsapi $target/webapps7080/awsapi
407405 fi
408406
409- jars= `ls $root/lib`
410- for j in $jars
411- do
412- cp -f $root/lib/$j $root/webapps7080 /awsapi/WEB-INF/lib/
413- done
407+ # jars=`ls $root/lib`
408+ # for j in $jars
409+ # do
410+ # cp -f $root/lib/$j $root/webapps /awsapi/WEB-INF/lib/
411+ # done
414412
415413 confs= "cloud-bridge.properties ec2-service.properties"
416414 for c in $confs
601599%files aws-api
602600%defattr(0644,cloud,cloud,0755)
603601%{_datadir }/cloud/bridge/conf/*
604- %{_datadir }/cloud/bridge/lib/*
605602%{_datadir }/cloud/bridge/webapps7080/*
606603%attr(0644,root,root) %{_datadir }/cloud/setup/bridge/db/*
607604%attr(0755,root,root) %{_bindir }/cloudstack-aws-api-register
You can’t perform that action at this time.
0 commit comments