Browse Source

zabbix-3.0.1-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10091 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 8 years ago
parent
commit
fcc7b2fa63
1 changed files with 5 additions and 5 deletions
  1. 5 5
      z/zabbix/zabbix-vl.spec

+ 5 - 5
z/zabbix/zabbix-vl.spec

@@ -1,4 +1,4 @@
-%define ver 2.4.6
+%define ver 3.0.1
 %define rel 1
 
 Summary: The Enterprise-class Monitoring Solution for Everyone
@@ -24,7 +24,6 @@ BuildRequires: libmysqlclient-devel
 BuildRequires: curl-devel
 BuildRequires: net-snmp-devel
 BuildRequires: OpenIPMI-devel
-BuildRequires: iksemel-devel
 BuildRequires: unixODBC-devel
 BuildRequires: libssh2-devel
 Requires(pre): glibc-common
@@ -152,7 +151,6 @@ Build()
            --with-libcurl \
            --with-openipmi \
            --with-net-snmp \
-           --with-jabber \
            --with-unixodbc \
            --with-ssh2 \
            $@
@@ -346,12 +344,10 @@ fi
 %files agent
 %defattr(-,root,root,-)
 %dir %{_sysconfdir}/zabbix
-%config(noreplace) %{_sysconfdir}/zabbix/zabbix_agent.conf
 %config(noreplace) %{_sysconfdir}/zabbix/zabbix_agentd.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/zabbix_agentd
 %{_bindir}/zabbix_get
 %{_bindir}/zabbix_sender
-%{_sbindir}/zabbix_agent
 %{_sbindir}/zabbix_agentd
 %{_initddir}/zabbix_agentd
 %{_mandir}/man1/zabbix_get.1*
@@ -386,6 +382,10 @@ fi
 %files frontend-php-postgresql
 
 %changelog
+* Fri Mar 18 2016 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.0.1-1
+- new upstream release.
+- disabled jabber support.
+
 * Wed Sep  9 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.4.6-1
 - new upstream release.