diff --git a/zabbix.spec b/zabbix.spec index cc60ef0608e1884149f2ede69df137e92f21dff4..b35af4987ae6f28915076825606fbc8cbf6c6aac 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -1,6 +1,6 @@ Name: zabbix Version: 5.2.6 -Release: 3 +Release: 4 Summary: The Enterprise-class open source monitoring solution License: GPLv2+ URL: http://www.zabbix.com/ @@ -60,7 +60,7 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n) %endif BuildRequires: make -BuildRequires: mysql-devel +BuildRequires: mysql5-devel BuildRequires: postgresql-devel BuildRequires: sqlite-devel BuildRequires: net-snmp-devel @@ -1115,6 +1115,9 @@ fi %changelog +* Mon Aug 15 2022 Zhang Jun - 5.2.6-4 +- update BuildRequire mysql-devel to mysql5-devel + * Thu Oct 29 2021 Wang Jiangyong - 5.2.6-3 - solve the problem x86 build failed on offline environment