Author: glen Date: Wed Apr 14 15:38:06 2010 GMT Module: packages Tag: HEAD ---- Log message: - require php with not broken xml, php5 is now minimum dep; rel 9
---- Files affected: packages/cacti: cacti.spec (1.120 -> 1.121) ---- Diffs: ================================================================ Index: packages/cacti/cacti.spec diff -u packages/cacti/cacti.spec:1.120 packages/cacti/cacti.spec:1.121 --- packages/cacti/cacti.spec:1.120 Wed Apr 14 17:23:29 2010 +++ packages/cacti/cacti.spec Wed Apr 14 17:38:01 2010 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Cacti - frontend w PHP do rrdtoola Name: cacti Version: 0.8.7e -Release: 8 +Release: 9 License: GPL Group: Applications/WWW Source0: http://www.cacti.net/downloads/%{name}-%{version}.tar.gz @@ -43,13 +43,14 @@ Requires: crondaemon Requires: group(http) Requires: net-snmp-utils -Requires: php(gd) -Requires: php(mysql) -Requires: php(pcre) -Requires: php(session) -Requires: php(snmp) -Requires: php(xml) Requires: php-cli +Requires: php-common >= 4:5.2.13-10 +Requires: php-gd +Requires: php-mysql +Requires: php-pcre +Requires: php-session +Requires: php-snmp +Requires: php-xml Requires: rrdtool Requires: webapps Requires: webserver @@ -273,6 +274,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.121 2010/04/14 15:38:01 glen +- require php with not broken xml, php5 is now minimum dep; rel 9 + Revision 1.120 2010/04/14 15:23:29 glen - include -> require in cli ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/cacti/cacti.spec?r1=1.120&r2=1.121&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
