From 507eb68d0fd047cd48f03cb63f5d854fc37814e6 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Jun 24 2011 18:36:17 +0000 Subject: Move serverconnection.py and FixIt commands from setroubleshoot to setroubleshoot-server Remove run_cmd.py --- diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 411e2aa..3f25619 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 @@ -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,10 @@ 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 diff --git a/sources b/sources index 92a2947..08a3c26 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07c89ffcb0f22657adf857725bbfab95 setroubleshoot-3.0.35.tar.gz +64efe15616ea6864dc6c983f61ba70db setroubleshoot-3.0.37.tar.gz