Move serverconnection.py and FixIt commands from setroubleshoot to setroubleshoot-server
Remove run_cmd.py
This commit is contained in:
parent
9944e56fa4
commit
841e2eca02
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user