have the configdir be owned by wwwuser

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 2024-11-17 11:57:53 +01:00
parent b2cee910d4
commit b92daff877
1 changed files with 2 additions and 2 deletions

View File

@ -174,8 +174,8 @@ exit 0
%dir %{basedir}/library/vendor
%dir %{basedir}/modules
#%{basedir}/application/locale
%attr(2770,root,%{icingawebgroup}) %config(noreplace) %dir %{configdir}
%attr(2770,root,%{icingawebgroup}) %config(noreplace) %dir %{configdir}/modules
%attr(2770,%{wwwuser},%{icingawebgroup}) %config(noreplace) %dir %{configdir}
%attr(2770,%{wwwuser},%{icingawebgroup}) %config(noreplace) %dir %{configdir}/modules


%files -n php-icinga