forked from pool/grommunio-web
delete sysuser lines
OBS-URL: https://build.opensuse.org/package/show/server:mail/grommunio-web?expand=0&rev=9
This commit is contained in:
parent
ddf5443ff0
commit
b9299de67b
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?centos_version} || 0%{?rhel_version} || 0%{?fedora_version}
|
%if 0%{?rhel} || 0%{?fedora_version}
|
||||||
%global __brp_mangle_shebangs_exclude_from sabredav|vobject|generate_vcards
|
%global __brp_mangle_shebangs_exclude_from sabredav|vobject|generate_vcards
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -144,7 +144,7 @@ mkdir -pv "$b/usr/share/grommunio-common/nginx/upstreams.d"
|
|||||||
install -Dpvm 644 build/grommunio-web-upstream.conf "$b/usr/share/grommunio-common/nginx/upstreams.d/grommunio-web.conf"
|
install -Dpvm 644 build/grommunio-web-upstream.conf "$b/usr/share/grommunio-common/nginx/upstreams.d/grommunio-web.conf"
|
||||||
|
|
||||||
# PHP-FPM
|
# PHP-FPM
|
||||||
mkdir -pv "$b/%fpmdir" "$b/%_sysusersdir"
|
mkdir -pv "$b/%fpmdir"
|
||||||
install -Dpvm 644 build/pool-grommunio-web.conf "$b/%fpmdir/pool-grommunio-web.conf"
|
install -Dpvm 644 build/pool-grommunio-web.conf "$b/%fpmdir/pool-grommunio-web.conf"
|
||||||
|
|
||||||
# web config
|
# web config
|
||||||
@ -207,7 +207,6 @@ runuser -u groweb -- ipcrm -M 0x950412DE 2>/dev/null || :
|
|||||||
%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/tmp
|
%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/tmp
|
||||||
%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/sqlite-index
|
%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/sqlite-index
|
||||||
%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/session
|
%dir %attr(0770,groweb,groweb) /var/lib/grommunio-web/session
|
||||||
%_sysusersdir/*.conf
|
|
||||||
|
|
||||||
%dir %_datadir/%name
|
%dir %_datadir/%name
|
||||||
%exclude %_datadir/%name/LICENSE.txt
|
%exclude %_datadir/%name/LICENSE.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user