rpms/setroubleshoot/devel .cvsignore, 1.82, 1.83 setroubleshoot.spec, 1.99, 1.100 sources, 1.93, 1.94

John Dennis (jdennis) fedora-extras-commits at redhat.com
Thu Feb 21 20:12:17 UTC 2008


Author: jdennis

Update of /cvs/pkgs/rpms/setroubleshoot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17356

Modified Files:
	.cvsignore setroubleshoot.spec sources 
Log Message:
upgrade to latest upstream, implement functionality to run a fix command



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot/devel/.cvsignore,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- .cvsignore	8 Feb 2008 16:40:16 -0000	1.82
+++ .cvsignore	21 Feb 2008 20:11:29 -0000	1.83
@@ -1 +1 @@
-setroubleshoot-2.0.5.tar.gz
+setroubleshoot-2.0.6.tar.gz


Index: setroubleshoot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot/devel/setroubleshoot.spec,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- setroubleshoot.spec	8 Feb 2008 16:40:16 -0000	1.99
+++ setroubleshoot.spec	21 Feb 2008 20:11:29 -0000	1.100
@@ -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 @@
 %{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 @@
 %attr(0755,root,root) /etc/rc.d/init.d/%{name}
 
 %changelog
+* Thu Feb 21 2008  <jdennis at 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 at redhat.com> - 2.0.5-1
 	- allow sealert -l lookup to accept * wildcard
 	- add a few more audit fields needing special decode handling


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/setroubleshoot/devel/sources,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- sources	8 Feb 2008 16:40:16 -0000	1.93
+++ sources	21 Feb 2008 20:11:29 -0000	1.94
@@ -1 +1 @@
-b7297afdf2221158a25711320039037d  setroubleshoot-2.0.5.tar.gz
+2b73ca05ecd413e7a0b280beb7862615  setroubleshoot-2.0.6.tar.gz




More information about the fedora-extras-commits mailing list