From 288066f917ebc344fb65e7ebb5ab9e198a75681f Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 31 May 2016 19:03:58 +0200 Subject: [PATCH] Move /run/setroubleshoot to setroubleshoot-server setroubleshootd listens for clients on socket created in /run/setroubleshoot by default. Therefore this directory and related tmpfiles.d file belongs to setroubleshoot-server. Fixes: rhbz#1329550 /bin/sealert[22726]: attempt to open server connection failed: No such file or directory --- setroubleshoot.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 959f206..e1852a9 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -53,8 +53,6 @@ to user preference. The same tools can be run on existing log files. %{pkgpythondir}/gui_utils.py %{pkgpythondir}/__pycache__/gui_utils.cpython* %{_bindir}/seapplet -%attr(0644,root,root) %{_tmpfilesdir}/%{name}.conf -%attr(0711,setroubleshoot,setroubleshoot) %dir %{_rundir}/setroubleshoot %post @@ -197,6 +195,8 @@ rm -rf %{buildroot} %{_datadir}/polkit-1/actions/org.fedoraproject.setroubleshootfixit.policy %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service +%attr(0644,root,root) %{_tmpfilesdir}/%{name}.conf +%attr(0711,setroubleshoot,setroubleshoot) %dir %{_rundir}/setroubleshoot %doc AUTHORS COPYING ChangeLog DBUS.md NEWS README TODO