diff --git a/SPECS/zabbix.spec b/SPECS/zabbix.spec index d924063..922db13 100644 --- a/SPECS/zabbix.spec +++ b/SPECS/zabbix.spec @@ -1,6 +1,6 @@ Name: zabbix Version: 6.0.34 -Release: %{?alphatag:%{?alphatag}.}release2%{?dist} +Release: %{?alphatag:%{?alphatag}.}2%{?dist} Summary: The Enterprise-class open source monitoring solution Group: Applications/Internet License: GPLv2+ @@ -44,7 +44,7 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) %ifarch x86_64 aarch64 %if 0%{?rhel} >= 6 -%{!?build_agent2: %global build_agent2 1} +%{!?build_agent2: %global build_agent2 0} %endif %if 0%{?rhel} >= 8 %{!?build_web_service: %global build_web_service 1} @@ -90,6 +90,7 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: make %if 0%{?rhel} >= 8 +BuildRequires: golang golang-bin BuildRequires: mariadb-connector-c-devel BuildRequires: postgresql-devel >= 12.0 BuildRequires: sqlite-devel @@ -1386,7 +1387,11 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po %changelog -* Thu Sep 27 2024 Zabbix Packager - 6.0.34-release2 +* Thu Oct 03 2024 Fabian Arrotin - 6.0.34-2 +- Disabled agent2 build (missing go rpm pkgs) +- Rebuilt for infra needs and covering x86_64, aarch64, ppc64le and s390x builds + +* Thu Sep 26 2024 Zabbix Packager - 6.0.34-release2 - added OpenSSL compilation flags * Thu Sep 26 2024 Zabbix Packager - 6.0.34-release1