forked from rpms/zabbix
Compare commits
No commits in common. "danfimov-patch-2" and "main" have entirely different histories.
danfimov-p
...
main
@ -1,6 +1,6 @@
|
||||
Name: zabbix
|
||||
Version: 6.0.41
|
||||
Release: %{?alphatag:%{?alphatag}.}release1%{?dist}.alma.1
|
||||
Release: %{?alphatag:%{?alphatag}.}release1%{?dist}
|
||||
Summary: The Enterprise-class open source monitoring solution
|
||||
Group: Applications/Internet
|
||||
License: GPLv2+
|
||||
@ -43,10 +43,6 @@ Patch9: java-gateway-el9.patch
|
||||
Patch10: el6.conf.patch
|
||||
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: golang
|
||||
BuildRequires: selinux-policy-devel
|
||||
|
||||
Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%{!?rhel: %global rhel 0}
|
||||
@ -54,7 +50,7 @@ Buildroot: %{_tmppath}/zabbix-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%{!?build_agent: %global build_agent 1}
|
||||
|
||||
%ifarch x86_64 aarch64 riscv64
|
||||
%ifarch x86_64 aarch64
|
||||
%if 0%{?rhel} >= 7 || %{amzn} >= 2023
|
||||
%{!?build_agent2: %global build_agent2 1}
|
||||
%endif
|
||||
@ -1466,9 +1462,6 @@ if [ $1 = 0 ] && semodule -l | grep -q zabbix_policy; then semodule -r zabbix_po
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 10 2025 Eduard Abdullin <eabdullin@almalinux.org> - 6.0.41-release1.alma
|
||||
- Add BR
|
||||
|
||||
* Tue Aug 19 2025 Zabbix Packager <info@zabbix.com> - 6.0.41-release1
|
||||
- update to 6.0.41
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user