From 645442a3a6fee5151d698f6215a79c138a1fab80 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Fri, 20 Jan 2012 15:45:35 -0500 Subject: [PATCH] remove specific logging and move to syslog Fix handling of AVC messages broken by fix for memory leaks --- .gitignore | 1 + setroubleshoot.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5b33281..14f2599 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/setroubleshoot.spec b/setroubleshoot.spec index b09ac42..7019215 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -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 - 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 - 3.0.47-1 - Fixup for memory leaks diff --git a/sources b/sources index 5d6ab2e..a382c7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f86b3ff7aa786378dc09d19fe63376d setroubleshoot-3.0.47.tar.gz +4fe4bfb9785f7743692f559d3d248bb2 setroubleshoot-3.1.1.tar.gz