|
@@ -19,7 +19,7 @@
|
|
|
|
|
|
Summary: The Enterprise-class Monitoring Solution for Everyone
|
|
|
Name: zabbix
|
|
|
-Version: 7.0.2
|
|
|
+Version: 7.0.6
|
|
|
Release: 1%{?_dist_release}%{?with_systemd:.systemd}
|
|
|
Group: system
|
|
|
Vendor: Project Vine
|
|
@@ -52,6 +52,7 @@ Source120: %{name}-tmpfiles-zabbixsrv.conf
|
|
|
# cd zabbix-7.0.2/src/go; GOPROXY=https://proxy.golang.org,direct go mod vendor
|
|
|
Source1000: vendor.tar.xz
|
|
|
%endif
|
|
|
+Patch1: zabbix-php84.patch
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|
|
%if %{with server}%{with proxy}
|
|
@@ -230,6 +231,9 @@ Zabbix web frontend with PHP and PostgreSQL.
|
|
|
|
|
|
%prep
|
|
|
%setup -q -T -a 0 -c -n zabbix-%{version}
|
|
|
+pushd zabbix-%{version}
|
|
|
+%patch1 -p1 -b .php84
|
|
|
+popd
|
|
|
%if %{with agent2}
|
|
|
pushd zabbix-%{version}/src/go
|
|
|
tar xvf %{SOURCE1000}
|
|
@@ -734,6 +738,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Fri Dec 13 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.6-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Mon Aug 05 2024 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.0.2-1
|
|
|
- new upstream release.
|
|
|
|