From: Marcin Krol Date: Tue, 22 Apr 2025 22:55:38 +0000 (+0200) Subject: - don't require http group in main package X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=4a4b21aeced3fefd52088ca7f1e628ee817a3025;p=packages%2Fzabbix.git - don't require http group in main package --- diff --git a/zabbix.spec b/zabbix.spec index 87e408e..ad6e0a4 100644 --- a/zabbix.spec +++ b/zabbix.spec @@ -518,7 +518,6 @@ fi %attr(755,root,root) %{_bindir}/zabbix_js %attr(755,root,root) %{_bindir}/zabbix_sender %attr(751,root,zabbix) %dir %{_sysconfdir} -%attr(751,root,http) %dir %{_sysconfdir}/web %dir %{_appdir} %dir %attr(770,root,zabbix) /var/run/zabbix %dir %attr(775,root,zabbix) /var/log/zabbix @@ -561,6 +560,7 @@ fi %attr(750,root,http) %dir %{_webapps}/%{_webapp} %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/apache.conf %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_webapps}/%{_webapp}/httpd.conf +%attr(751,root,http) %dir %{_sysconfdir}/web %ghost %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/web/zabbix.conf.php %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/web/.htaccess %attr(640,root,http) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/web/maintenance.inc.php