diff --git a/.gitignore b/.gitignore index f0e8a1d..3379760 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.2.15.tar.gz /setroubleshoot-3.2.16.tar.gz /setroubleshoot-3.2.17.tar.gz +/setroubleshoot-3.2.18.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 05dc1d8..8294571 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.2.17 +Version: 3.2.18 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -52,6 +52,7 @@ to user preference. The same tools can be run on existing log files. %{pkgpythondir}/browser.py* %{pkgpythondir}/gui_utils.py* %{_bindir}/seapplet +%ghost /var/run/setroubleshoot %post touch --no-create %{_datadir}/icons/hicolor || : @@ -168,6 +169,9 @@ rm -rf %{buildroot} %{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service %changelog +* Tue Mar 25 2014 Dan Walsh - 3.2.18-1 +- Stop sending syslog.LOG_DEBUG Messages unless loglevel is set to debug + * Mon Jan 20 2014 Dan Walsh - 3.2.17-1 - Fix unicode settings diff --git a/sources b/sources index c91b78e..86935ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -672edbf58ec7de8132fc92e9e494b055 setroubleshoot-3.2.17.tar.gz +4aaec5a0515f8dfbcb2a76b2e9ec0257 setroubleshoot-3.2.18.tar.gz