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