Stop sending syslog.LOG_DEBUG Messages unless loglevel is set to debug

This commit is contained in:
Dan Walsh 2014-03-25 09:12:02 -04:00
parent c0d103c4e0
commit f48447593a
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <dwalsh@redhat.com> - 3.2.18-1
- Stop sending syslog.LOG_DEBUG Messages unless loglevel is set to debug
* Mon Jan 20 2014 Dan Walsh <dwalsh@redhat.com> - 3.2.17-1
- Fix unicode settings

View File

@ -1 +1 @@
672edbf58ec7de8132fc92e9e494b055 setroubleshoot-3.2.17.tar.gz
4aaec5a0515f8dfbcb2a76b2e9ec0257 setroubleshoot-3.2.18.tar.gz