mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Revert: "Restore the lib directory"
This reverts commit 3b78d6980af4720bd71784471c1b1b8b3dd2f34d. Conflicts: cloud.spec
This commit is contained in:
parent
a52f4462bf
commit
3652d43cc7
13
cloud.spec
13
cloud.spec
@ -288,11 +288,9 @@ Requires: java >= 1.6.0
|
|||||||
Requires: tomcat6
|
Requires: tomcat6
|
||||||
%if 0%{?fedora} > 15
|
%if 0%{?fedora} > 15
|
||||||
Requires: apache-commons-lang
|
Requires: apache-commons-lang
|
||||||
Requires: %{name}-utils = %{version}
|
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} >= 5
|
%if 0%{?rhel} >= 5
|
||||||
Requires: jakarta-commons-lang
|
Requires: jakarta-commons-lang
|
||||||
Requires: %{name}-utils = %{version}
|
|
||||||
%endif
|
%endif
|
||||||
Obsoletes: cloud-bridge < %{version}-%{release}
|
Obsoletes: cloud-bridge < %{version}-%{release}
|
||||||
%description aws-api
|
%description aws-api
|
||||||
@ -406,11 +404,11 @@ fi
|
|||||||
ln -sf $root/webapps7080/awsapi $target/webapps7080/awsapi
|
ln -sf $root/webapps7080/awsapi $target/webapps7080/awsapi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
jars=`ls $root/lib`
|
# jars=`ls $root/lib`
|
||||||
for j in $jars
|
# for j in $jars
|
||||||
do
|
# do
|
||||||
cp -f $root/lib/$j $root/webapps7080/awsapi/WEB-INF/lib/
|
# cp -f $root/lib/$j $root/webapps/awsapi/WEB-INF/lib/
|
||||||
done
|
# done
|
||||||
|
|
||||||
confs="cloud-bridge.properties ec2-service.properties"
|
confs="cloud-bridge.properties ec2-service.properties"
|
||||||
for c in $confs
|
for c in $confs
|
||||||
@ -601,7 +599,6 @@ fi
|
|||||||
%files aws-api
|
%files aws-api
|
||||||
%defattr(0644,cloud,cloud,0755)
|
%defattr(0644,cloud,cloud,0755)
|
||||||
%{_datadir}/cloud/bridge/conf/*
|
%{_datadir}/cloud/bridge/conf/*
|
||||||
%{_datadir}/cloud/bridge/lib/*
|
|
||||||
%{_datadir}/cloud/bridge/webapps7080/*
|
%{_datadir}/cloud/bridge/webapps7080/*
|
||||||
%attr(0644,root,root) %{_datadir}/cloud/setup/bridge/db/*
|
%attr(0644,root,root) %{_datadir}/cloud/setup/bridge/db/*
|
||||||
%attr(0755,root,root) %{_bindir}/cloudstack-aws-api-register
|
%attr(0755,root,root) %{_bindir}/cloudstack-aws-api-register
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user