From c967769567edbafbad10f038b1f1db0da74dc3a5 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 12 Nov 2008 21:02:02 +0000 Subject: [PATCH] added missing bits for server --- Monitor.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 -- 2.47.0