From ce197f93a498432f31188848fffab7ed9405659f Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 7 Apr 2016 11:39:16 +0200 Subject: [PATCH] setroubleshoot-3.3.5-2 - setroubleshoot: Ensure that dbus string param isn't null --- setroubleshoot.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setroubleshoot.spec b/setroubleshoot.spec index e36ce57..397b564 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,7 +1,7 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot Version: 3.3.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: https://fedorahosted.org/setroubleshoot @@ -204,6 +204,9 @@ rm -rf %{buildroot} %changelog +* Thu Apr 07 2016 Petr Lautrbach - 3.3.5-2 +- setroubleshoot: Ensure that dbus string param isn't null + * Mon Apr 04 2016 Petr Lautrbach - 3.3.5-1 - get_alert() DBUS API extended with more parameters - sedispatch uses a timeout when collecting audit events (#1322771)