From 2307affd865e8fa223bdcec383c22fe81eab9b5b Mon Sep 17 00:00:00 2001 From: Fabian Arrotin Date: Mar 13 2025 08:12:45 +0000 Subject: Disabling agent2 for centos infra needs Signed-off-by: Fabian Arrotin --- diff --git a/SPECS/zabbix.spec b/SPECS/zabbix.spec index 10b870d..4dfbe7d 100644 --- a/SPECS/zabbix.spec +++ b/SPECS/zabbix.spec @@ -1,6 +1,6 @@ Name: zabbix Version: 6.0.39 -Release: %{?alphatag:%{?alphatag}.}release1%{?dist} +Release: %{?alphatag:%{?alphatag}.}1%{?dist} Summary: The Enterprise-class open source monitoring solution Group: Applications/Internet License: GPLv2+ @@ -51,7 +51,7 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) %ifarch x86_64 aarch64 %if 0%{?rhel} >= 6 || %{amzn} >= 2023 -%{!?build_agent2: %global build_agent2 1} +%{!?build_agent2: %global build_agent2 0} %endif %if 0%{?rhel} >= 8 || %{amzn} >= 2023 %{!?build_web_service: %global build_web_service 1} @@ -97,6 +97,7 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: make %if 0%{?rhel} >= 8 || %{amzn} >= 2023 +BuildRequires: golang golang-bin BuildRequires: mariadb-connector-c-devel BuildRequires: postgresql-devel >= 12.0 BuildRequires: sqlite-devel @@ -1457,6 +1458,10 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po %changelog +* Thu Mar 13 2025 Fabian Arrotin - 6.0.39-1 +- Disabled agent2 build (missing go rpm pkgs) +- Rebuilt for infra needs and covering x86_64, aarch64, ppc64le and s390x builds + * Mon Feb 24 2025 Zabbix Packager - 6.0.39-release1 - update to 6.0.39