upgrade to latest upstream, implement functionality to run a fix command
This commit is contained in:
parent
f9c63bba5e
commit
2803134ba2
@ -1 +1 @@
|
|||||||
setroubleshoot-2.0.5.tar.gz
|
setroubleshoot-2.0.6.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 2.0.5
|
Version: 2.0.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -69,6 +69,7 @@ to user preference. The same tools can be run on existing log files.
|
|||||||
%{pkgpythondir}/browser.py*
|
%{pkgpythondir}/browser.py*
|
||||||
%{pkgpythondir}/email_dialog.py*
|
%{pkgpythondir}/email_dialog.py*
|
||||||
%{pkgpythondir}/gui_utils.py*
|
%{pkgpythondir}/gui_utils.py*
|
||||||
|
%{pkgpythondir}/run_cmd.py*
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/bin/update-desktop-database %{_datadir}/applications
|
/usr/bin/update-desktop-database %{_datadir}/applications
|
||||||
@ -181,6 +182,16 @@ rm -rf %{buildroot}
|
|||||||
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 6 2008 John Dennis <jdennis@redhat.com> - 2.0.5-1
|
||||||
- allow sealert -l lookup to accept * wildcard
|
- allow sealert -l lookup to accept * wildcard
|
||||||
- add a few more audit fields needing special decode handling
|
- add a few more audit fields needing special decode handling
|
||||||
|
Loading…
Reference in New Issue
Block a user