X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLCAPI.spec;h=b23bd376b93a28f1922e3e2008c63b0a6545db35;hb=cbe8784ae714856884267afa3b4cf8aed8cf7ed4;hp=081c5d3dcae9d020e5bc73937f8c718333ace614;hpb=65c75a0a72517e1ccc51f6ad5de776a2d1f513f5;p=plcapi.git diff --git a/PLCAPI.spec b/PLCAPI.spec index 081c5d3..b23bd37 100644 --- a/PLCAPI.spec +++ b/PLCAPI.spec @@ -38,6 +38,10 @@ Requires: mod_ssl Requires: SOAPpy # for the RebootNodeWithPCU method Requires: pcucontrol +# for OMF integration +Requires: pyaspects +Requires: python-twisted-words +Requires: python-twisted-web ### avoid having yum complain about updates, as stuff is moving around # plc.d/api @@ -105,6 +109,9 @@ chmod 444 ${RPM_BUILD_ROOT}/etc/planetlab/db-config.d/* echo "* Installing wsdl" install -D -m 644 wsdl/plcapi.wsdl $RPM_BUILD_ROOT/var/www/html/wsdl/plcapi.wsdl +# Install omf-slicemgr.py +install -D -m 755 omf/omf-slicemgr.py $RPM_BUILD_ROOT/usr/bin/omf-slicemgr.py + %clean rm -rf $RPM_BUILD_ROOT @@ -121,6 +128,7 @@ rm -rf $RPM_BUILD_ROOT /etc/plc.d /etc/planetlab/db-config.d /var/www/html/wsdl/plcapi.wsdl +/usr/bin/omf-slicemgr.py* %changelog * Thu Feb 11 2010 Thierry Parmentelat - PLCAPI-5.0-2