From 3d6ffed7ca0bbdc94261b7d3e10e390977bda473 Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Feb 04 2021 13:14:54 +0000 Subject: Disabling agent2 for centos infra due to missing Go buildrequires Signed-off-by: Fabian Arrotin --- diff --git a/SPECS/zabbix.spec b/SPECS/zabbix.spec index 2c00518..57ca431 100644 --- a/SPECS/zabbix.spec +++ b/SPECS/zabbix.spec @@ -1,6 +1,6 @@ Name: zabbix Version: 5.0.8 -Release: %{?alphatag:0.}1%{?alphatag}%{?dist} +Release: %{?alphatag:0.}2%{?alphatag}%{?dist} Summary: The Enterprise-class open source monitoring solution Group: Applications/Internet License: GPLv2+ @@ -37,7 +37,7 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) %if 0%{?rhel} >= 6 %ifarch x86_64 -%{!?build_agent2: %global build_agent2 1} +%{!?build_agent2: %global build_agent2 0} %endif %endif @@ -1384,6 +1384,9 @@ fi # %changelog +* Thu Feb 04 2021 Fabian Arrotin - 5.0.8-2 +- disabling agent2 build due to missing BuildRequires (not fetching GO from internet) + * Tue Jan 05 2021 Zabbix Packager - 5.0.8-1 - update to 5.0.8 - reworked spec file to allow selecting which packages are being built via macros (ZBX-18826)