Browse Source

zabbix:
- update to 2.0.8
- use %bcond_with for mysql/pgsql selection

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7879 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 10 years ago
parent
commit
5c046ed64f
1 changed files with 15 additions and 1 deletions
  1. 15 1
      z/zabbix/zabbix-vl.spec

+ 15 - 1
z/zabbix/zabbix-vl.spec

@@ -1,9 +1,17 @@
-%define ver 2.0.5
+%define ver 2.0.8
 %define rel 1
 
 # zabbix accept the only one database.
+# efault is postgresql
+%bcond_with mysql
+
+%if %{with mysql}
+%define use_postgresql 0
+%define use_mysql      1
+%else
 %define use_postgresql 1
 %define use_mysql      0
+%endif
 
 Summary: The Enterprise-class Monitoring Solution for Everyone
 Name: zabbix
@@ -276,6 +284,12 @@ fi
 %{_datadir}/zabbix-frontend/php
 
 %changelog
+* Mon Oct 07 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.8-1
+- update to 2.0.8
+
+* Wed Feb 20 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.5-2
+- use %%bcond_with mysql to build with mysql
+
 * Tue Feb 19 2013 IWAI, Masaharu <iwai@alib.jp> 2.0.5-1
 - update to 2.0.5
 - add using MySQL client library switch: default no