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.