From 841e2eca0294ab2f534347be930de2fa533f6723 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Fri, 24 Jun 2011 14:35:41 -0400 Subject: [PATCH] Move serverconnection.py and FixIt commands from setroubleshoot to setroubleshoot-server Remove run_cmd.py --- .gitignore | 1 + setroubleshoot.spec | 19 +++++++++++++------ sources | 2 +- 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 19c1383..5bc189f 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,4 @@ setroubleshoot-2.2.93.tar.gz /setroubleshoot-3.0.31.tar.gz /setroubleshoot-3.0.32.tar.gz /setroubleshoot-3.0.33.tar.gz +/setroubleshoot-3.0.37.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index ce19cd8..3f25619 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 3.0.33 +Version: 3.0.37 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -63,14 +63,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 @@ -165,6 +160,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* @@ -190,6 +186,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 @@ -204,6 +203,14 @@ Setroubleshoot documentation package %{pkgdocdir}/setroubleshoot* %changelog +* Fri Jun 24 2011 - 3.0.37-1 +- Move serverconnection.py and FixIt commands from setroubleshoot to setroubleshoot-server +- Remove run_cmd.py + +* Mon May 24 2011 - 3.0.35-1 +- Make work on RHEL6 +- Fix if Button to allow user to select full button + * Mon Apr 18 2011 - 3.0.33-1 - Stop translating strings into bogus hex strings diff --git a/sources b/sources index 65b89c6..08a3c26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -930a4d19ba2c27585c1c194f978b8d98 setroubleshoot-3.0.33.tar.gz +64efe15616ea6864dc6c983f61ba70db setroubleshoot-3.0.37.tar.gz