From 0aca223cd7be589cf7f9481bf6beb153aa7ee27d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 24 Aug 2021 20:28:27 +0300 Subject: [PATCH] Re-enable agent2, builds on builders --- zabbix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix.spec b/zabbix.spec index c88f2f8..ba83789 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -10,7 +10,7 @@ %bcond_without sqlite3 # enable sqlite3 support %bcond_without mysql # enable MySQL support %bcond_without java # disable java support -%bcond_with agent2 # disable bulding of Go based agent2 +%bcond_without agent2 # disable bulding of Go based agent2 %define databases %{?with_sqlite3:sqlite3} %{?with_pgsql:postgresql} %{?with_mysql:mysql} %define any_database %{with pgsql}%{with mysql}%{with sqlite3} -- 2.44.0