remove specific logging and move to syslog

Fix handling of AVC messages broken by fix for memory leaks
This commit is contained in:
Dan Walsh 2012-01-20 15:45:35 -05:00
parent ca587936ab
commit 645442a3a6
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -144,3 +144,4 @@ setroubleshoot-2.2.93.tar.gz
/setroubleshoot-3.0.45.tar.gz
/setroubleshoot-3.0.46.tar.gz
/setroubleshoot-3.0.47.tar.gz
/setroubleshoot-3.1.1.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 3.0.47
Version: 3.1.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -160,7 +160,6 @@ rm -rf %{buildroot}
%{pkgpythondir}/email_alert.py*
%{pkgpythondir}/errcode.py*
%{pkgpythondir}/html_util.py*
%{pkgpythondir}/log.py*
%{pkgpythondir}/rpc.py*
%{pkgpythondir}/serverconnection.py*
%{pkgpythondir}/rpc_interfaces.py*
@ -205,6 +204,10 @@ Setroubleshoot documentation package
%{pkgdocdir}/setroubleshoot*
%changelog
* Fri Jan 20 2012 Dan Walsh <dwalsh@redhat.com> - 3.1.1-1
- remove specific logging and move to syslog
- Fix handling of AVC messages broken by fix for memory leaks
* Tue Jan 17 2012 Dan Walsh <dwalsh@redhat.com> - 3.0.47-1
- Fixup for memory leaks

View File

@ -1 +1 @@
5f86b3ff7aa786378dc09d19fe63376d setroubleshoot-3.0.47.tar.gz
4fe4bfb9785f7743692f559d3d248bb2 setroubleshoot-3.1.1.tar.gz