From 7d185304b792d67683954681b93322fdef742289 Mon Sep 17 00:00:00 2001 From: koichirok Date: Tue, 17 Jan 2012 10:50:37 +0000 Subject: [PATCH] 2012-01-17 Koichiro Kikuchi * pandora_server.redhat.spec: Fixed a wrong dependency. RHEL has a net-snmp-perl, not a perl-SNMP. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@5378 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 5 +++++ pandora_server/pandora_server.redhat.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 55a0d7d17a..ba34eaa553 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2012-01-17 Koichiro Kikuchi + + * pandora_server.redhat.spec: Fixed a wrong dependency. + RHEL has a net-snmp-perl, not a perl-SNMP. + 2012-01-17 Sergio Martin * util/pandora_manage.pl: Added the option diff --git a/pandora_server/pandora_server.redhat.spec b/pandora_server/pandora_server.redhat.spec index f008329896..0ac2793d05 100644 --- a/pandora_server/pandora_server.redhat.spec +++ b/pandora_server/pandora_server.redhat.spec @@ -27,7 +27,7 @@ Requires: perl-DBI perl-DBD-mysql perl-libwww-perl Requires: perl-XML-Simple perl-XML-Twig net-snmp-utils Requires: perl-NetAddr-IP net-snmp net-tools Requires: perl-IO-Socket-INET6 perl-Socket6 -Requires: nmap wmic sudo perl-SNMP +Requires: nmap wmic sudo net-snmp-perl %description Pandora FMS is a monitoring system for big IT environments. It uses remote tests, or local agents to grab information. Pandora supports all standard OS (Linux, AIX, HP-UX, Solaris and Windows XP,2000/2003), and support multiple setups in HA enviroments.