From 61894ca9853d87c9be6cd197b92a1aa0f45bad89 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Wed, 24 Nov 2010 08:48:10 -0500 Subject: [PATCH] - Ghost /var/run/setroubleshoot --- setroubleshoot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 5ae1dee..4f6acb7 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.0.12 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot @@ -183,7 +183,7 @@ rm -rf %{buildroot} %dir %{pkglogdir} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf -%dir %{pkgrundir} +%ghost %dir %{pkgrundir} %dir %{pkgvardatadir} %ghost %attr(0600,root,root) %{pkgdatabase} %ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients @@ -206,6 +206,9 @@ Setroubleshoot documentation package %{pkgdocdir}/setroubleshoot* %changelog +* Wed Nov 24 2010 - 3.0.12-2 +- Ghost /var/run/setroubleshoot + * Tue Nov 23 2010 - 3.0.12-1 - Update translations - Allow seapplet to check for updates