From 812987343a9a915155da115ececd8da71e10aa41 Mon Sep 17 00:00:00 2001 From: Zhang Jun Date: Mon, 15 Aug 2022 10:52:37 +0800 Subject: [PATCH] fix buildrequires error --- zabbix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zabbix.spec b/zabbix.spec index cc60ef0..b35af49 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 -- Gitee