diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 45a0d21d51..3d751c82a1 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-02-23 Ramon Novoa + + * DEBIAN/control, DEBIAN/postinst, + pandora_console.spec, pandora_console.redhat.spec: Removed PEAR + dependencies. + 2011-02-23 Miguel de Dios * pandora_console/include/functions_db.php: fixed in the function diff --git a/pandora_console/DEBIAN/control b/pandora_console/DEBIAN/control index 4042020598..d91c1c1964 100644 --- a/pandora_console/DEBIAN/control +++ b/pandora_console/DEBIAN/control @@ -6,5 +6,5 @@ Section: admin Installed-Size: 42112 Maintainer: Miguel de Dios Homepage: http://pandorafms.org/ -Depends: php5, php5-snmp, php5-gd, php5-mysql, php-pear, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client +Depends: php5, php5-snmp, php5-gd, php5-mysql, php-db, php5-xmlrpc, php-gettext, php5-curl, graphviz, dbconfig-common, php5-ldap, mysql-client Description: Pandora FMS is a monitoring Open Source software. It watches your systems and applications, and allows you to know the status of any element of those systems. Web console is the graphical user interface (GUI) to manage and watch reports and graphs from Pandora FMS monitoring. diff --git a/pandora_console/DEBIAN/postinst b/pandora_console/DEBIAN/postinst index abdf1158f9..4df605f528 100755 --- a/pandora_console/DEBIAN/postinst +++ b/pandora_console/DEBIAN/postinst @@ -1,9 +1,5 @@ #!/bin/bash -#I think that all world was online ;) . -#echo Install PEAR XML/RPC.php PHP Library. -#pear install XML_RPC - echo Change the user and group to /var/www/pandora_console. chmod -R u+rwX,g+rX,g-w,o-rwx /var/www/pandora_console chgrp www-data /var/www/pandora_console -R diff --git a/pandora_console/pandora_console.redhat.spec b/pandora_console/pandora_console.redhat.spec index 2957688b2c..be48cabb26 100755 --- a/pandora_console/pandora_console.redhat.spec +++ b/pandora_console/pandora_console.redhat.spec @@ -31,9 +31,8 @@ BuildArchitectures: noarch AutoReq: 0 Requires: httpd >= 2.0.0 Requires: php >= 5.2.0 -Requires: php-gd, php-snmp, php-pear +Requires: php-gd, php-snmp Requires: php-mysql, php-ldap, php-mbstring, php, php-common -Requires: php-pear-DB Requires: xorg-x11-fonts-75dpi, xorg-x11-fonts-misc Requires: graphviz Provides: %{name}-%{version} diff --git a/pandora_console/pandora_console.spec b/pandora_console/pandora_console.spec index b908283869..eda2e4b039 100755 --- a/pandora_console/pandora_console.spec +++ b/pandora_console/pandora_console.spec @@ -29,10 +29,10 @@ BuildArchitectures: noarch AutoReq: 0 Requires: apache2, apache2-mod_php5 Requires: php >= 4.3.0 -Requires: php5-gd, php5-snmp, php5-pear, php5-json, php5-gettext +Requires: php5-gd, php5-snmp, php5-json, php5-gettext Requires: php5-mysql, php5-ldap, php5-mbstring, php5 Requires: graphviz, xorg-x11-fonts-core, graphviz-gd -Requires: php-pear-db, php-pear-xml_rpc, php5-zip +Requires: php5-zip Provides: %{name}-%{version} %description