2011-07-20 Sergio Martin <sergio.martin@artica.es>

* DEBIAN/control
	install.php
	pandora_console.spec: Added zlib dependence to console installer,
	deb package and spec pacage. Added too missed curl dependence to
	spec package



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4600 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2011-07-20 13:37:07 +00:00
parent 5f2726defc
commit fd966a5a38
4 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,11 @@
2011-07-20 Sergio Martin <sergio.martin@artica.es>
* DEBIAN/control
install.php
pandora_console.spec: Added zlib dependence to console installer,
deb package and spec pacage. Added too missed curl dependence to
spec package
2011-07-20 Dario Rodriguez <dario.rodriguez@artica.es> 2011-07-20 Dario Rodriguez <dario.rodriguez@artica.es>
* godmode/setup/links.php: Changing error msg to notice msg. * godmode/setup/links.php: Changing error msg to notice msg.

View File

@ -6,5 +6,5 @@ Section: admin
Installed-Size: 42112 Installed-Size: 42112
Maintainer: Miguel de Dios <miguel.dedios@artica.es> Maintainer: Miguel de Dios <miguel.dedios@artica.es>
Homepage: http://pandorafms.org/ Homepage: http://pandorafms.org/
Depends: php5, php5-snmp, php5-gd, php5-mysql, 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, php5-zlib
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. 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.

View File

@ -473,6 +473,7 @@ function install_step2() {
$res += check_extension("gettext","PHP gettext extension"); $res += check_extension("gettext","PHP gettext extension");
$res += check_extension("mbstring","PHP Multibyte String"); $res += check_extension("mbstring","PHP Multibyte String");
$res += check_extension("zip","PHP Zip"); $res += check_extension("zip","PHP Zip");
$res += check_extension("zlib","PHP Zlib extension");
$res += check_extension("curl","CURL (Client URL Library)"); $res += check_extension("curl","CURL (Client URL Library)");
if (PHP_OS == "FreeBSD") { if (PHP_OS == "FreeBSD") {
$res += check_exists ("/usr/local/bin/twopi","Graphviz Binary"); $res += check_exists ("/usr/local/bin/twopi","Graphviz Binary");

View File

@ -32,7 +32,7 @@ Requires: php >= 4.3.0
Requires: php5-gd, php5-snmp, php5-json, php5-gettext Requires: php5-gd, php5-snmp, php5-json, php5-gettext
Requires: php5-mysql, php5-ldap, php5-mbstring, php5 Requires: php5-mysql, php5-ldap, php5-mbstring, php5
Requires: graphviz, xorg-x11-fonts-core, graphviz-gd Requires: graphviz, xorg-x11-fonts-core, graphviz-gd
Requires: php5-zip Requires: php5-zip, php5-zlib, php5-curl
Provides: %{name}-%{version} Provides: %{name}-%{version}
%description %description