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

Remove run_cmd.py
This commit is contained in:
Dan Walsh 2011-06-24 14:35:41 -04:00
parent 9944e56fa4
commit 841e2eca02
3 changed files with 15 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <dwalsh@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@redhat.com> - 3.0.35-1
- Make work on RHEL6
- Fix if Button to allow user to select full button
* Mon Apr 18 2011 <dwalsh@redhat.com> - 3.0.33-1
- Stop translating strings into bogus hex strings

View File

@ -1 +1 @@
930a4d19ba2c27585c1c194f978b8d98 setroubleshoot-3.0.33.tar.gz
64efe15616ea6864dc6c983f61ba70db setroubleshoot-3.0.37.tar.gz