SHA256
1
0
forked from pool/gromox

- Updated directory permissions

OBS-URL: https://build.opensuse.org/package/show/server:mail/gromox?expand=0&rev=39
This commit is contained in:
2023-03-13 12:39:13 +00:00
committed by Git OBS Bridge
parent 6e06289f53
commit 24be27798a
3 changed files with 10 additions and 7 deletions

View File

@@ -226,9 +226,9 @@ fi
%files
%_sysconfdir/php*
# Group write permission is exercised by grommunio-admin-api.
# pam.cfg needs to be readable by all
%attr(0775,root,grommunio) %dir %_sysconfdir/%name/
# grommunio permission is exercised by grommunio-admin-api.
# pam.cfg needs to be readable by all (hence d0755).
%attr(0755,grommunio,gromox) %dir %_sysconfdir/%name/
%_sbindir/gromox-*
%_libdir/*.so.*
%_libdir/%name/
@@ -240,7 +240,7 @@ fi
%_tmpfilesdir/*.conf
%_unitdir/*
%attr(0770,gromox,gromox) /var/lib/gromox/
%attr(0770,gromox,gromox) /var/log/gromox/
%attr(0750,gromox,gromox) /var/log/gromox/
%if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1550
%dir %_libexecdir
%endif