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:
Danilo Spinella 2024-04-30 11:51:33 +00:00 committed by Git OBS Bridge
parent 903c9baee7
commit e6c6c3724e
2 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -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}/default
%dir %attr(0750,%{name},%{name}) %{_log_dir}
%ghost %dir /run/%{name}
%ghost %dir %attr(0755,%{name},%{name}) /run/%{name}
%changelog