forked from pool/python-HyperKitty
Accepting request 896976 from home:gladiac:mailman3
- Fix log dir permissions OBS-URL: https://build.opensuse.org/request/show/896976 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-HyperKitty?expand=0&rev=43
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 2 18:33:55 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
||||||
|
|
||||||
|
- Fix log dir permissions
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 2 12:25:48 UTC 2021 - pgajdos@suse.com
|
Wed Jun 2 12:25:48 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -326,7 +326,7 @@ fi
|
|||||||
%attr(640,root,hyperkitty) %config(noreplace) %{hyperkitty_etcdir}/settings_local.py
|
%attr(640,root,hyperkitty) %config(noreplace) %{hyperkitty_etcdir}/settings_local.py
|
||||||
%attr(750,root,hyperkitty) %dir %{hyperkitty_libdir}
|
%attr(750,root,hyperkitty) %dir %{hyperkitty_libdir}
|
||||||
%attr(750,hyperkitty,hyperkitty) %dir %{hyperkitty_datadir}
|
%attr(750,hyperkitty,hyperkitty) %dir %{hyperkitty_datadir}
|
||||||
%attr(770,root,hyperkitty) %dir %{hyperkitty_logdir}
|
%attr(770,hyperkitty,hyperkitty) %dir %{hyperkitty_logdir}
|
||||||
|
|
||||||
%files -n %{hyperkitty_pkgname}-web-uwsgi
|
%files -n %{hyperkitty_pkgname}-web-uwsgi
|
||||||
%dir %{_sysconfdir}/uwsgi
|
%dir %{_sysconfdir}/uwsgi
|
||||||
|
Reference in New Issue
Block a user