[setroubleshoot/f14] Move serverconnection.py and FixIt commands from setroubleshoot to setroubleshoot-server Remove run_

Daniel J Walsh dwalsh at fedoraproject.org
Fri Jun 24 18:38:34 UTC 2011


commit d20c75a48985f1d96a7dd4eb1ed7ac27a14ba01f
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Fri Jun 24 14:38:01 2011 -0400

    Move serverconnection.py and FixIt commands from setroubleshoot to setroubleshoot-server
    Remove run_cmd.py

 setroubleshoot.spec |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/setroubleshoot.spec b/setroubleshoot.spec
index 329efed..1cb77b4 100644
--- a/setroubleshoot.spec
+++ b/setroubleshoot.spec
@@ -1,6 +1,6 @@
 Summary: Helps troubleshoot SELinux problems
 Name: setroubleshoot
-Version: 3.0.35
+Version: 3.0.37
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -64,14 +64,9 @@ to user preference. The same tools can be run on existing log files.
 %{_datadir}/dbus-1/services/sealert.service
 %{_datadir}/icons/hicolor
 %dir %attr(0755,root,root) %{pkgpythondir}
-%{pkgpythondir}/serverconnection.py*
 %{pkgpythondir}/browser.py*
 %{pkgpythondir}/gui_utils.py*
-%{pkgpythondir}/run_cmd.py*
 %{_bindir}/seapplet
-%{_datadir}/polkit-1/actions/org.fedoraproject.setroubleshootfixit.policy
-%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
-%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
 
 %post
 /usr/bin/desktop-file-install %{_datadir}/applications 2> /dev/null
@@ -167,6 +162,7 @@ rm -rf %{buildroot}
 %{pkgpythondir}/html_util.py*
 %{pkgpythondir}/log.py*
 %{pkgpythondir}/rpc.py*
+%{pkgpythondir}/serverconnection.py*
 %{pkgpythondir}/rpc_interfaces.py*
 %{pkgpythondir}/server.py*
 %{pkgpythondir}/signature.py*
@@ -192,6 +188,9 @@ rm -rf %{buildroot}
 %{_mandir}/man8/setroubleshootd.8.gz
 %config /etc/audisp/plugins.d/sedispatch.conf
 %{_datadir}/dbus-1/system-services/org.fedoraproject.Setroubleshootd.service
+%{_datadir}/polkit-1/actions/org.fedoraproject.setroubleshootfixit.policy
+%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
+%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
 
 %package doc
 Summary: Setroubleshoot documentation
@@ -206,6 +205,10 @@ Setroubleshoot documentation package
 %{pkgdocdir}/setroubleshoot*
 
 %changelog
+* Fri Jun 24 2011  <dwalsh at redhat.com> - 3.0.37-1
+- Move serverconnection.py and FixIt commands from setroubleshoot to setroubleshoot-server
+- Remove run_cmd.py
+
 * Mon May 24 2011  <dwalsh at redhat.com> - 3.0.35-1
 - Make work on RHEL6
 - Fix if Button to allow user to select full button
@@ -215,6 +218,7 @@ Setroubleshoot documentation package
 
 * Mon Apr 11 2011  <dwalsh at redhat.com> - 3.0.31-1
 - Allow browser to close even if windows are still open
+- Cleanup imports in gui_utils.py
 
 * Tue Mar 1 2011  <dwalsh at redhat.com> - 3.0.30-1
 - Change seapplet to only check for AVCs on login, if checkonlogin flag is turned on in ~/.setroubleshoot file
@@ -227,7 +231,7 @@ Setroubleshoot documentation package
 * Fri Feb 18 2011  <dwalsh at redhat.com> - 3.0.28-1
 - Tighten up screen to fit on little screens
 
-* Fri Feb 18 2011  <dwalsh at redhat.com> - 3.0.27-1
+* Wed Feb 16 2011  <dwalsh at redhat.com> - 3.0.27-1
 - Remove dependance on gnome python modules
 - Update translations
 


More information about the scm-commits mailing list