diff --git a/.gitignore b/.gitignore index ba66453..b0c7491 100644 --- a/.gitignore +++ b/.gitignore @@ -118,3 +118,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.0.10.tar.gz /setroubleshoot-3.0.11.tar.gz /setroubleshoot-3.0.12.tar.gz +/setroubleshoot-3.0.13.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 4f6acb7..6d0f678 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.0.12 -Release: 2%{?dist} +Version: 3.0.13 +Release: 1%{?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 -%ghost %dir %{pkgrundir} +%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 +* Mon Nov 29 2010 - 3.0.13-1 +- setroubleshoot will create /var/run/setroubleshoot if it does not exist + * Wed Nov 24 2010 - 3.0.12-2 - Ghost /var/run/setroubleshoot diff --git a/sources b/sources index 4b7d10a..702d6ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -215eb2622b05dca1b2328f4bf9b7f2da setroubleshoot-3.0.12.tar.gz +70de1638d11cead9dac61b9c2043093e setroubleshoot-3.0.13.tar.gz