Accepting request 1170509 from home:13ilya:branches:server:database
- Fixed privileges of /run/redis directory (rpm -qlv redis | grep /run). OBS-URL: https://build.opensuse.org/request/show/1170509 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=242
This commit is contained in:
parent
903c9baee7
commit
e6c6c3724e
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 27 22:00:24 UTC 2024 - Илья Индиго <13ilya@gmail.com>
|
||||||
|
|
||||||
|
- Fixed privileges of /run/redis directory (rpm -qlv redis | grep /run).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 1 10:12:43 UTC 2024 - Danilo Spinella <danilo.spinella@suse.com>
|
Fri Mar 1 10:12:43 UTC 2024 - Danilo Spinella <danilo.spinella@suse.com>
|
||||||
|
|
||||||
|
@ -177,6 +177,6 @@ echo "See %{_docdir}/%{name}/README.SUSE to continue"
|
|||||||
%dir %attr(0750,%{name},%{name}) %{_data_dir}
|
%dir %attr(0750,%{name},%{name}) %{_data_dir}
|
||||||
%dir %attr(0750,%{name},%{name}) %{_data_dir}/default
|
%dir %attr(0750,%{name},%{name}) %{_data_dir}/default
|
||||||
%dir %attr(0750,%{name},%{name}) %{_log_dir}
|
%dir %attr(0750,%{name},%{name}) %{_log_dir}
|
||||||
%ghost %dir /run/%{name}
|
%ghost %dir %attr(0755,%{name},%{name}) /run/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user