From ffd73a101db821b342e3404a70cbbbe07554e619 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 26 Feb 2025 14:45:02 +0800 Subject: [PATCH] 7.0.10 --- zabbix-7.0.9.tar.gz => zabbix-7.0.10.tar.gz | 4 ++-- zabbix.spec | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) rename zabbix-7.0.9.tar.gz => zabbix-7.0.10.tar.gz (32%) diff --git a/zabbix-7.0.9.tar.gz b/zabbix-7.0.10.tar.gz similarity index 32% rename from zabbix-7.0.9.tar.gz rename to zabbix-7.0.10.tar.gz index 5565bad..56e12c2 100644 --- a/zabbix-7.0.9.tar.gz +++ b/zabbix-7.0.10.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d7755576f30b5d6099ff5e3574549fc248229c017f9753828565174125069f6 -size 44626987 +oid sha256:eed63ed3a40dbdaec48139c156ed526db60b5085db4a5cc95a91b4f084b21948 +size 45000043 diff --git a/zabbix.spec b/zabbix.spec index 2015975..ad2394e 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -11,10 +11,9 @@ %bcond_with go # Missing dependencies for the java connector %bcond_with java -#%%global prerelease rc2 Name: zabbix -Version: 7.0.9 +Version: 7.0.10 Release: 1 Summary: Open-source monitoring solution for your IT infrastructure License: AGPL-3.0-only AND MIT AND GPL-2.0-or-later AND Zlib AND BSD-3-Clause AND BSD-2-Clause AND ISC @@ -234,7 +233,7 @@ Zabbix proxy compiled to use SQLite Summary: Zabbix Web Frontend BuildArch: noarch Requires: php-bcmath -Requires: (php-fpm >= 8.0 with php-fpm < 8.4) +Requires: (php-fpm >= 8.0 with php-fpm < 8.5) Requires: php-gd Requires: php-gettext Requires: php-json @@ -768,6 +767,10 @@ fi %files web-pgsql %changelog +* Wed Feb 26 2025 Funda Wang - 7.0.10-1 +- update to 7.0.10 +- php 8.4 support added + * Wed Jan 29 2025 Funda Wang - 7.0.9-1 - update to 7.0.9 -- Gitee