diff --git a/pandora_agents/unix/ChangeLog b/pandora_agents/unix/ChangeLog index 527fa37fd0..d7b9f48221 100644 --- a/pandora_agents/unix/ChangeLog +++ b/pandora_agents/unix/ChangeLog @@ -1,3 +1,7 @@ +2010-11-25 Miguel de Dios + + * pandora_agent.spec: change version number. + 2010-11-22 Ramon Novoa * pandora_agent_daemon: Solaris specific fixes. diff --git a/pandora_agents/unix/pandora_agent.spec b/pandora_agents/unix/pandora_agent.spec index 0ac8d6be9a..5382b72e70 100755 --- a/pandora_agents/unix/pandora_agent.spec +++ b/pandora_agents/unix/pandora_agent.spec @@ -2,12 +2,11 @@ #Pandora FMS Linux Agent # %define name pandorafms_agent_unix -%define version 3.2rc2 +%define version 3.2RC2 Summary: Pandora FMS Linux agent, PERL version Name: %{name} Version: %{version} -Release: 2 - +Release: 1 License: GPL Vendor: ArticaST Source0: %{name}-%{version}.tar.gz diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3aa1ca6ae6..0a4f364042 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -4,6 +4,11 @@ * pandora_console.spec: Version update. +2010-11-25 Miguel de Dios + + * pandora_console.redhat.spec: erased unrequired dependecy + "graphviz-php" and upset the version required for php. + 2010-11-25 Miguel de Dios * extras/pandoradb_migrate_v3.1_to_v3.2.sql: erase the problematic diff --git a/pandora_console/pandora_console.redhat.spec b/pandora_console/pandora_console.redhat.spec index 6bf7ffe16b..d431e20f4a 100755 --- a/pandora_console/pandora_console.redhat.spec +++ b/pandora_console/pandora_console.redhat.spec @@ -30,12 +30,12 @@ BuildRoot: %{_tmppath}/%{name} BuildArchitectures: noarch AutoReq: 0 Requires: httpd >= 2.0.0 -Requires: php >= 4.3.0 +Requires: php >= 5.2.0 Requires: php-gd, php-snmp, php-pear Requires: php-mysql, php-ldap, php-mbstring, php, php-zip Requires: php-pear-DB Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc -Requires: graphviz, graphviz-php +Requires: graphviz Provides: %{name}-%{version} %description