From 3e8751de38537618c2f64ecee709dea130bead61 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 2 Jun 2016 15:18:33 +0200 Subject: [PATCH] setroubleshoot-3.3.8-1 - added setroubleshootd_log.log_full=True|False directive - setroubleshootd_log.level and sealert_log.level can be set to different values - get_alert() and get_all_alerts_since() DBUS APIs change to use number of microseconds instead of date string - setroubleshoot.conf cleanup --- .gitignore | 1 + setroubleshoot.spec | 10 +++++++++- sources | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db73e24..8b8abf2 100644 --- a/.gitignore +++ b/.gitignore @@ -191,3 +191,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.3.5.tar.gz /setroubleshoot-3.3.6.tar.gz /setroubleshoot-3.3.7.tar.gz +/setroubleshoot-3.3.8.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index e1852a9..1210b30 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.3.7 +Version: 3.3.8 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -201,6 +201,14 @@ rm -rf %{buildroot} %changelog +* Thu Jun 02 2016 Petr Lautrbach - 3.3.8-1 +- added setroubleshootd_log.log_full=True|False directive +- setroubleshootd_log.level and sealert_log.level can be set to + different values +- get_alert() and get_all_alerts_since() DBUS APIs change to use + number of microseconds instead of date string +- setroubleshoot.conf cleanup + * Wed May 18 2016 Petr Lautrbach - 3.3.7-1 - Added new methods to DBUS API: set_filter(), get_all_alerts_ignored(), delete_alert() diff --git a/sources b/sources index cc28c93..a557f38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5b9053ae9a6111dcd9b0de9502042346 setroubleshoot-3.3.7.tar.gz +31baf04dd1f415bb1d8cedea46cfecdb setroubleshoot-3.3.8.tar.gz