Accepting request 1170976 from server:database

OBS-URL: https://build.opensuse.org/request/show/1170976
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=95
This commit is contained in:
Dominique Leuenberger 2024-05-01 12:55:37 +00:00 committed by Git OBS Bridge
commit 226e9fba16
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