Accepting request 744177 from home:ecsos:server
Fix some errors. OBS-URL: https://build.opensuse.org/request/show/744177 OBS-URL: https://build.opensuse.org/package/show/network:utilities/matomo?expand=0&rev=39
This commit is contained in:
parent
5ff5cab277
commit
ff0e148a07
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6549c829de9bdc8c095ee02fd41f263a9d364d25d8bb0b61664a6b36fcca48c4
|
oid sha256:3998687c23fe5601cefd9e24dc6b673a11425c115974d1388c99cbf00fce6bf8
|
||||||
size 15562734
|
size 15194529
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 30 11:42:55 UTC 2019 - ecsos@opensuse.org
|
||||||
|
|
||||||
|
- Fix wrong permission for directory js.
|
||||||
|
- Use original source file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 30 09:37:33 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>
|
Wed Oct 30 09:37:33 UTC 2019 - Mathias Homann <Mathias.Homann@opensuse.org>
|
||||||
|
|
||||||
|
@ -196,6 +196,7 @@ fi
|
|||||||
%attr(0640,%{ap_usr},%{ap_grp}) %{_sysconfdir}/%{name}/environment/*.php
|
%attr(0640,%{ap_usr},%{ap_grp}) %{_sysconfdir}/%{name}/environment/*.php
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%dir %{ap_serverroot}/%{name}
|
%dir %{ap_serverroot}/%{name}
|
||||||
|
%dir %attr(0750,%{ap_usr},%{ap_grp}) %{ap_serverroot}/%{name}/js
|
||||||
%dir %attr(0750,%{ap_usr},%{ap_grp}) %{ap_serverroot}/%{name}/misc
|
%dir %attr(0750,%{ap_usr},%{ap_grp}) %{ap_serverroot}/%{name}/misc
|
||||||
%dir %attr(0750,%{ap_usr},%{ap_grp}) %{ap_serverroot}/%{name}/plugins
|
%dir %attr(0750,%{ap_usr},%{ap_grp}) %{ap_serverroot}/%{name}/plugins
|
||||||
%dir %attr(0750,%{ap_usr},%{ap_grp}) %{ap_serverroot}/%{name}/tmp
|
%dir %attr(0750,%{ap_usr},%{ap_grp}) %{ap_serverroot}/%{name}/tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user