Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0e6051e41d |
@ -1,6 +1,6 @@
|
|||||||
Name: zabbix
|
Name: zabbix
|
||||||
Version: 6.0.17
|
Version: 6.0.17
|
||||||
Release: %{?alphatag:%{?alphatag}.}release1%{?dist}
|
Release: %{?alphatag:%{?alphatag}.}release1%{?dist}.alma
|
||||||
Summary: The Enterprise-class open source monitoring solution
|
Summary: The Enterprise-class open source monitoring solution
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -38,19 +38,21 @@ Patch7: agent2.conf.var.run.patch
|
|||||||
Patch8: agent2.conf.socket.patch
|
Patch8: agent2.conf.socket.patch
|
||||||
|
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: golang
|
||||||
|
BuildRequires: selinux-policy-devel
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%{!?build_agent: %global build_agent 1}
|
%{!?build_agent: %global build_agent 1}
|
||||||
|
|
||||||
|
|
||||||
%ifarch x86_64
|
|
||||||
%if 0%{?rhel} >= 6
|
%if 0%{?rhel} >= 6
|
||||||
%{!?build_agent2: %global build_agent2 1}
|
%{!?build_agent2: %global build_agent2 1}
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel} >= 8
|
%if 0%{?rhel} >= 8
|
||||||
%{!?build_web_service: %global build_web_service 1}
|
%{!?build_web_service: %global build_web_service 1}
|
||||||
%endif
|
%endif
|
||||||
%endif
|
|
||||||
|
|
||||||
%if 0%{?rhel} >= 7
|
%if 0%{?rhel} >= 7
|
||||||
%{!?build_proxy: %global build_proxy 1}
|
%{!?build_proxy: %global build_proxy 1}
|
||||||
@ -1384,6 +1386,9 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 22 2023 Eduard Abdullin <eabdullin@almalinux.org> - 6.0.17-release1.alma
|
||||||
|
- update to 6.0.17
|
||||||
|
|
||||||
* Mon Apr 24 2023 Zabbix Packager <info@zabbix.com> - 6.0.17-release1
|
* Mon Apr 24 2023 Zabbix Packager <info@zabbix.com> - 6.0.17-release1
|
||||||
- update to 6.0.17
|
- update to 6.0.17
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user