|
|
|
@ -1,6 +1,6 @@ |
|
|
|
|
Name: zabbix |
|
|
|
|
Version: 3.4.6 |
|
|
|
|
Release: 2%{?dist} |
|
|
|
|
Release: 3%{?dist} |
|
|
|
|
Summary: Open-source monitoring solution for your IT infrastructure |
|
|
|
|
|
|
|
|
|
Group: Applications/Internet |
|
|
|
@ -648,7 +648,7 @@ fi |
|
|
|
|
%files web |
|
|
|
|
%defattr(-,root,root,-) |
|
|
|
|
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/zabbix/zabbix.conf.php |
|
|
|
|
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/zabbix/db.inc.php |
|
|
|
|
%{_sysconfdir}/zabbix/db.inc.php |
|
|
|
|
%config(noreplace) %attr(0640,root,apache) %{_sysconfdir}/httpd/conf.d/zabbix.conf |
|
|
|
|
%{_datadir}/zabbix |
|
|
|
|
|
|
|
|
@ -660,6 +660,9 @@ fi |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Wed Jan 31 2018 Daniel Berteaud <daniel@firewall-services.com> 3.4.6-3 |
|
|
|
|
- Don't restrict access to db.conf.php as it's just code, not config |
|
|
|
|
|
|
|
|
|
* Mon Jan 29 2018 Daniel Berteaud <daniel@firewall-services.com> 3.4.6-2 |
|
|
|
|
- Fix zabbix-proxy SELinux module loading and unloading on install |
|
|
|
|
(daniel@firewall-services.com) |
|
|
|
|