Stop sending syslog.LOG_DEBUG Messages unless loglevel is set to debug
This commit is contained in:
parent
c0d103c4e0
commit
f48447593a
1
.gitignore
vendored
1
.gitignore
vendored
@ -179,3 +179,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.2.15.tar.gz
|
/setroubleshoot-3.2.15.tar.gz
|
||||||
/setroubleshoot-3.2.16.tar.gz
|
/setroubleshoot-3.2.16.tar.gz
|
||||||
/setroubleshoot-3.2.17.tar.gz
|
/setroubleshoot-3.2.17.tar.gz
|
||||||
|
/setroubleshoot-3.2.18.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.2.17
|
Version: 3.2.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -52,6 +52,7 @@ to user preference. The same tools can be run on existing log files.
|
|||||||
%{pkgpythondir}/browser.py*
|
%{pkgpythondir}/browser.py*
|
||||||
%{pkgpythondir}/gui_utils.py*
|
%{pkgpythondir}/gui_utils.py*
|
||||||
%{_bindir}/seapplet
|
%{_bindir}/seapplet
|
||||||
|
%ghost /var/run/setroubleshoot
|
||||||
|
|
||||||
%post
|
%post
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
@ -168,6 +169,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 20 2014 Dan Walsh <dwalsh@redhat.com> - 3.2.17-1
|
||||||
- Fix unicode settings
|
- Fix unicode settings
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user