Packages build to latest version. Zabbix patch added for godbus

This commit is contained in:
2023-05-18 07:51:04 +02:00
parent 2bcafaf311
commit eb9304b9c9
3 changed files with 34 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
Name: zabbix
Version: 6.4.1
Release: %{?alphatag:%{?alphatag}.}release1%{?dist}
Version: 6.4.2
Release: %{?alphatag:%{?alphatag}.}release2%{?dist}
Summary: The Enterprise-class open source monitoring solution
Group: Applications/Internet
License: GPLv2+
@@ -34,6 +34,7 @@ Patch4: agent2.conf.patch
Patch5: rhel6-go11.6.patch
Patch6: conf.var.run.patch
Patch7: agent2.conf.var.run.patch
Patch8: zabbix-godbus.patch
Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -431,6 +432,7 @@ Zabbix SELinux policy
%prep
%setup0 -q -n %{name}-%{version}%{?alphatag}
%patch 8
%if 0%{?build_frontend}
@@ -453,7 +455,7 @@ find ui/locale -name '*.sh' | xargs rm -f
%endif
%if 0%{?build_server} || 0%{?build_proxy} || 0%{?build_agent} || 0%{?build_agent2}
%patch1 -p1
%patch 1 -p1
%endif
%if 0%{?build_server} || 0%{?build_proxy}
@@ -484,23 +486,23 @@ mv database/sqlite3/schema.sql database/sqlite3/proxy.sql
%endif
%if 0%{?build_java_gateway}
%patch2 -p1
%patch 2 -p1
%endif
# update config files
%patch3 -p1
%patch 3 -p1
%if 0%{?build_agent2}
%patch4 -p1
%patch 4 -p1
%if 0%{?rhel} == 6
%patch5 -p1
%patch 5 -p1
%endif
%endif
%if 0%{?rhel} <= 6
%patch6 -p1
%patch 6 -p1
%if 0%{?build_agent2}
%patch7 -p1
%patch 7 -p1
%endif
%endif
@@ -1367,6 +1369,15 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po
#
%changelog
* Tue May 16 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- Patch for recent godbus version.
* Thu May 11 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- first build on Fedora 38.
* Fri May 5 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- update to 6.4.2
* Fri Apr 7 2023 Daniel Steiner <daniel.steiner@dsteiner.ch>
- update to 6.4.1