Author: adamg Date: Thu Jan 15 00:31:20 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.6.1; NFY
---- Files affected: SPECS: zabbix.spec (1.38 -> 1.39) ---- Diffs: ================================================================ Index: SPECS/zabbix.spec diff -u SPECS/zabbix.spec:1.38 SPECS/zabbix.spec:1.39 --- SPECS/zabbix.spec:1.38 Fri Dec 7 11:57:00 2007 +++ SPECS/zabbix.spec Thu Jan 15 01:31:14 2009 @@ -9,12 +9,12 @@ Summary: zabbix - network monitoring software Summary(pl.UTF-8): zabbix - oprogramowanie do monitorowania sieci Name: zabbix -Version: 1.1.7 -Release: 1 +Version: 1.6.1 +Release: 0.1 License: GPL v2+ Group: Networking/Admin Source0: http://dl.sourceforge.net/zabbix/%{name}-%{version}.tar.gz -# Source0-md5: ac24ab58ef1a985c1e2a5217386d5dba +# Source0-md5: 26a6f8d643b28ca245804ea699924d80 Source1: %{name}-agent.inetd Source2: %{name}-apache.conf URL: http://zabbix.sourceforge.net/ @@ -39,6 +39,9 @@ %define _webapps /etc/webapps %define _webapp %{name} +# FIXME +%define filterout_ld -Wl,--as-needed + %description zabbix is software that monitors numerous parameters of a network and the servers on that network. It is a useful tool for monitoring @@ -228,7 +231,7 @@ %files %defattr(644,root,root,755) -%doc AUTHORS FAQ NEWS README ChangeLog create upgrades bin/ZabbixW{32,64}.exe +%doc AUTHORS FAQ NEWS README ChangeLog create upgrades %attr(750,root,zabbix) %dir %{_sysconfdir} %dir %{_appdir} %dir %{_appdir}/frontends @@ -237,12 +240,12 @@ %defattr(644,root,root,755) %attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_agent.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/rc-inetd/zabbix-agent -%attr(755,root,root) %{_bindir}/zabbix_agent +%attr(755,root,root) %{_sbindir}/zabbix_agent %files agent-standalone %defattr(644,root,root,755) %attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_agentd.conf -%attr(755,root,root) %{_bindir}/zabbix_agentd +%attr(755,root,root) %{_sbindir}/zabbix_agentd %files frontend-php %defattr(644,root,root,755) @@ -252,16 +255,16 @@ %files get %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/zabbix_get +%attr(755,root,root) %{_sbindir}/zabbix_get %files sender %defattr(644,root,root,755) -%attr(755,root,root) %{_bindir}/zabbix_sender +%attr(755,root,root) %{_sbindir}/zabbix_sender %files server %defattr(644,root,root,755) %attr(640,root,zabbix) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/zabbix_server.conf -%attr(755,root,root) %{_bindir}/zabbix_server +%attr(755,root,root) %{_sbindir}/zabbix_server %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -269,6 +272,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.39 2009/01/15 00:31:14 adamg +- updated to 1.6.1; NFY + Revision 1.38 2007/12/07 10:57:00 sls - package dir /usr/share/zabbix ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/zabbix.spec?r1=1.38&r2=1.39&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
