- Ghost /var/run/setroubleshoot

This commit is contained in:
Dan Walsh 2010-11-24 08:48:10 -05:00
parent 97cb36e53d
commit 61894ca985

View File

@ -1,7 +1,7 @@
Summary: Helps troubleshoot SELinux problems Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot Name: setroubleshoot
Version: 3.0.12 Version: 3.0.12
Release: 1%{?dist} Release: 2%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: https://fedorahosted.org/setroubleshoot URL: https://fedorahosted.org/setroubleshoot
@ -183,7 +183,7 @@ rm -rf %{buildroot}
%dir %{pkglogdir} %dir %{pkglogdir}
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf %config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.Setroubleshootd.conf
%dir %{pkgrundir} %ghost %dir %{pkgrundir}
%dir %{pkgvardatadir} %dir %{pkgvardatadir}
%ghost %attr(0600,root,root) %{pkgdatabase} %ghost %attr(0600,root,root) %{pkgdatabase}
%ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients %ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients
@ -206,6 +206,9 @@ Setroubleshoot documentation package
%{pkgdocdir}/setroubleshoot* %{pkgdocdir}/setroubleshoot*
%changelog %changelog
* Wed Nov 24 2010 <dwalsh@redhat.com> - 3.0.12-2
- Ghost /var/run/setroubleshoot
* Tue Nov 23 2010 <dwalsh@redhat.com> - 3.0.12-1 * Tue Nov 23 2010 <dwalsh@redhat.com> - 3.0.12-1
- Update translations - Update translations
- Allow seapplet to check for updates - Allow seapplet to check for updates