From 4a4b21aeced3fefd52088ca7f1e628ee817a3025 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 23 Apr 2025 00:55:38 +0200 Subject: [PATCH] - don't require http group in main package --- zabbix.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0