1 |
# $Id$ |
# $Id: zabbix.spec,v 1.2 2009/03/02 23:53:30 slords Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
5 |
Name: zabbix |
Name: zabbix |
6 |
Version: 1.6.2 |
Version: 1.6.2 |
7 |
Release: 3%{?dist} |
Release: 4%{?dist} |
8 |
Summary: Open-source monitoring solution for your IT infrastructure |
Summary: Open-source monitoring solution for your IT infrastructure |
9 |
|
|
10 |
Group: Applications/Internet |
Group: Applications/Internet |
163 |
Group: Applications/Internet |
Group: Applications/Internet |
164 |
Requires: php |
Requires: php |
165 |
Requires: php-gd |
Requires: php-gd |
166 |
Requires: php-bcmath |
#Requires: php-bcmath |
167 |
Requires: zabbix = %{version}-%{release} |
Requires: zabbix = %{version}-%{release} |
168 |
Requires: zabbix-web-database = %{version}-%{release} |
Requires: zabbix-web-database = %{version}-%{release} |
169 |
|
|
471 |
%defattr(-,root,root,-) |
%defattr(-,root,root,-) |
472 |
|
|
473 |
%changelog |
%changelog |
474 |
|
* Thu Mar 03 2009 Daniel B. <daniel@firewall-services.com> 1.6.2-4 |
475 |
|
- Comment hard-coded php-bcmath dependencie as php4 includes this module |
476 |
|
|
477 |
* Wed Jan 30 2009 Daniel B. <daniel@firewall-services.com> 1.6.2-3 |
* Wed Jan 30 2009 Daniel B. <daniel@firewall-services.com> 1.6.2-3 |
478 |
- Added patch so it can compile on CentOS 4 (curl 7.12.1) |
- Added patch so it can compile on CentOS 4 (curl 7.12.1) |
479 |
|
|