remove specific logging and move to syslog
Fix handling of AVC messages broken by fix for memory leaks
This commit is contained in:
parent
ca587936ab
commit
645442a3a6
1
.gitignore
vendored
1
.gitignore
vendored
@ -144,3 +144,4 @@ setroubleshoot-2.2.93.tar.gz
|
|||||||
/setroubleshoot-3.0.45.tar.gz
|
/setroubleshoot-3.0.45.tar.gz
|
||||||
/setroubleshoot-3.0.46.tar.gz
|
/setroubleshoot-3.0.46.tar.gz
|
||||||
/setroubleshoot-3.0.47.tar.gz
|
/setroubleshoot-3.0.47.tar.gz
|
||||||
|
/setroubleshoot-3.1.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 3.0.47
|
Version: 3.1.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -160,7 +160,6 @@ rm -rf %{buildroot}
|
|||||||
%{pkgpythondir}/email_alert.py*
|
%{pkgpythondir}/email_alert.py*
|
||||||
%{pkgpythondir}/errcode.py*
|
%{pkgpythondir}/errcode.py*
|
||||||
%{pkgpythondir}/html_util.py*
|
%{pkgpythondir}/html_util.py*
|
||||||
%{pkgpythondir}/log.py*
|
|
||||||
%{pkgpythondir}/rpc.py*
|
%{pkgpythondir}/rpc.py*
|
||||||
%{pkgpythondir}/serverconnection.py*
|
%{pkgpythondir}/serverconnection.py*
|
||||||
%{pkgpythondir}/rpc_interfaces.py*
|
%{pkgpythondir}/rpc_interfaces.py*
|
||||||
@ -205,6 +204,10 @@ Setroubleshoot documentation package
|
|||||||
%{pkgdocdir}/setroubleshoot*
|
%{pkgdocdir}/setroubleshoot*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 17 2012 Dan Walsh <dwalsh@redhat.com> - 3.0.47-1
|
||||||
- Fixup for memory leaks
|
- Fixup for memory leaks
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user