From de03a68fd91d1d239ac91c9ec04b7aa8874494e6746be7d62d02da8d768242a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=BB=D1=8C=D1=8F=20=D0=98=D0=BD=D0=B4=D0=B8=D0=B3?= =?UTF-8?q?=D0=BE?= Date: Sat, 27 Apr 2024 21:56:46 +0000 Subject: [PATCH] Accepting request 1170507 from home:13ilya - Fixed privileges of /run/mpd directory (rpm -qlv mpd | grep /run). OBS-URL: https://build.opensuse.org/request/show/1170507 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/mpd?expand=0&rev=116 --- mpd.changes | 5 +++++ mpd.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mpd.changes b/mpd.changes index ddbc333..a462f42 100644 --- a/mpd.changes +++ b/mpd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 27 21:55:37 UTC 2024 - Илья Индиго <13ilya@gmail.com> + +- Fixed privileges of /run/mpd directory (rpm -qlv mpd | grep /run). + ------------------------------------------------------------------- Sun Feb 4 17:45:03 UTC 2024 - Илья Индиго diff --git a/mpd.spec b/mpd.spec index 5ab3fc2..8bae88f 100644 --- a/mpd.spec +++ b/mpd.spec @@ -263,7 +263,7 @@ getent passwd %{name} >/dev/null || useradd -rc 'Music Player Daemon' -s /bin/fa %dir %{_prefix}/lib/firewalld/services %{_prefix}/lib/firewalld/services/%{name}.xml %{_tmpfilesdir}/%{name}.conf -%ghost %dir /run/%{name} +%ghost %dir %attr(0755,-,-) /run/%{name} %files doc %doc html/*.{html,js} html/_static