From: Stephen Soltesz Date: Wed, 12 Nov 2008 21:02:02 +0000 (+0000) Subject: added missing bits for server X-Git-Tag: Monitor-2.0-0~67 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c967769567edbafbad10f038b1f1db0da74dc3a5;p=monitor.git added missing bits for server --- diff --git a/Monitor.spec b/Monitor.spec index 753fcd7..04dd860 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -9,6 +9,7 @@ %define taglevel 0 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} +%global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) Name: %{name} Version: %{version} @@ -47,9 +48,15 @@ maintenance. %package server Summary: Monitor hooks for the PLC server. Group: Applications/System -Requires: curl -Requires: nmap Requires: python +Requires: openssh-clients +Requires: perl-libwww-perl +Requires: perl-IO-Socket-SSL +Requires: MySQL-python +Requires: rt3 == 3.4.1 +Requires: nmap +Requires: PLCWWW >= 4.2 +Requires: bootcd-planetlab-i386 >= 4.2 %description server The server side include all python modules and scripts needed to fully