upgrade to latest upstream, implement functionality to run a fix command

This commit is contained in:
John Dennis 2008-02-21 20:11:29 +00:00
parent f9c63bba5e
commit 2803134ba2
3 changed files with 14 additions and 3 deletions

View File

@ -1 +1 @@
setroubleshoot-2.0.5.tar.gz
setroubleshoot-2.0.6.tar.gz

View File

@ -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 <jdennis@redhat.com> - 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 <jdennis@redhat.com> - 2.0.5-1
- allow sealert -l lookup to accept * wildcard
- add a few more audit fields needing special decode handling

View File

@ -1 +1 @@
b7297afdf2221158a25711320039037d setroubleshoot-2.0.5.tar.gz
2b73ca05ecd413e7a0b280beb7862615 setroubleshoot-2.0.6.tar.gz