From 2803134ba23c53d25b99bc8321fa1384cf14edef Mon Sep 17 00:00:00 2001 From: John Dennis Date: Thu, 21 Feb 2008 20:11:29 +0000 Subject: [PATCH] upgrade to latest upstream, implement functionality to run a fix command --- .cvsignore | 2 +- setroubleshoot.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 31d02c0..ff7ddb1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-2.0.5.tar.gz +setroubleshoot-2.0.6.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 95102bf..17ef600 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 2.0.5 +Version: 2.0.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -69,6 +69,7 @@ to user preference. The same tools can be run on existing log files. %{pkgpythondir}/browser.py* %{pkgpythondir}/email_dialog.py* %{pkgpythondir}/gui_utils.py* +%{pkgpythondir}/run_cmd.py* %post /usr/bin/update-desktop-database %{_datadir}/applications @@ -181,6 +182,16 @@ rm -rf %{buildroot} %attr(0755,root,root) /etc/rc.d/init.d/%{name} %changelog +* Thu Feb 21 2008 - 2.0.6-1 + - add dialog to run a command in the background, capture it's stdout & stderr + report it's status, kill it, and pass it a pseudo terminal for password prompts + - separate the fix command into it's own section in formatted alerts + - add UI for running the fix command, enable only if there is a single selection + and the selected alert has a fix command + - add a config parameters 'run_fix_cmd_enable' to control if fix commands + can be run, defaults to False + - Resolve bug #431380: prevent notify popups while setroubleshoot is open + * Wed Feb 6 2008 John Dennis - 2.0.5-1 - allow sealert -l lookup to accept * wildcard - add a few more audit fields needing special decode handling diff --git a/sources b/sources index dbf9a6a..2e9968b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b7297afdf2221158a25711320039037d setroubleshoot-2.0.5.tar.gz +2b73ca05ecd413e7a0b280beb7862615 setroubleshoot-2.0.6.tar.gz