mirror of https://github.com/apache/cloudstack.git
bug 6535,6536: resovled the cloudvoladm, that can't work with python 2.4
status 6535: resolved fixed status 6536: resolved fixed
This commit is contained in:
parent
06472033fd
commit
473369a6a6
|
|
@ -714,9 +714,8 @@ fi
|
|||
%{_bindir}/%{name}voladm
|
||||
%{_sysconfdir}/%{name}/cli/commands.xml
|
||||
%dir %{_prefix}/lib*/python*/site-packages/%{name}tool
|
||||
%dir %{_prefix}/lib*/python*/site-packages/%{name}apis
|
||||
%{_prefix}/lib*/python*/site-packages/%{name}tool/*
|
||||
%{_prefix}/lib*/python*/site-packages/%{name}apis/*
|
||||
%{_prefix}/lib*/python*/site-packages/%{name}apis.py
|
||||
%doc README
|
||||
%doc HACKING
|
||||
%doc debian/copyright
|
||||
|
|
|
|||
|
|
@ -625,5 +625,5 @@ if buildpremium:
|
|||
bld.process_after(tgen)
|
||||
|
||||
bld.install_files("${PYTHONDIR}//cloudtool", 'cloudstack-proprietary/cloud-cli/cloudtool/*')
|
||||
bld.install_files("${PYTHONDIR}/cloudapis", 'cloudstack-proprietary/cloud-cli/cloudapis/*')
|
||||
bld.install_as("${PYTHONDIR}/cloudapis.py", 'cloudstack-proprietary/cloud-cli/cloudapis/cloud.py')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue