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:
commit
226e9fba16
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user