[setroubleshoot/f16] Fix crash caused by switching to syslog, and update trans

Daniel J Walsh dwalsh at fedoraproject.org
Mon Jan 23 18:33:53 UTC 2012


commit 472fd340f0c3a38f5bbea3e2f6c75587b4a6ce44
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Mon Jan 23 13:33:49 2012 -0500

    Fix crash caused by switching to syslog, and update trans

 .gitignore          |    2 ++
 setroubleshoot.spec |   10 ++++++++--
 sources             |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b33281..1d3ad2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,3 +144,5 @@ 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
+/setroubleshoot-3.1.2.tar.gz
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index b09ac42..0f6d6cb 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.2
 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,13 @@ Setroubleshoot documentation package
 %{pkgdocdir}/setroubleshoot*
 
 %changelog
+* Mon Jan 23 2012 Dan Walsh <dwalsh at redhat.com> - 3.1.2-1
+- Fix crash caused by switching to syslog, and update trans
+
+* Fri Jan 20 2012 Dan Walsh <dwalsh at 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 at redhat.com> - 3.0.47-1
 - Fixup for memory leaks
 
diff --git a/sources b/sources
index 5d6ab2e..4d65585 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f86b3ff7aa786378dc09d19fe63376d  setroubleshoot-3.0.47.tar.gz
+cbf2cb35655d87f96ffa6cb45ba79a01  setroubleshoot-3.1.2.tar.gz


More information about the scm-commits mailing list