- Add Gavin Romig-Koch report patch
- Cleanup Browser window - Remove avc messages that are allowed or dontaudited in current policy
This commit is contained in:
parent
c6bd2e52e8
commit
850ccd40ff
@ -68,3 +68,4 @@ setroubleshoot-2.2.57.tar.gz
|
|||||||
setroubleshoot-2.2.58.tar.gz
|
setroubleshoot-2.2.58.tar.gz
|
||||||
setroubleshoot-2.2.59.tar.gz
|
setroubleshoot-2.2.59.tar.gz
|
||||||
setroubleshoot-2.2.60.tar.gz
|
setroubleshoot-2.2.60.tar.gz
|
||||||
|
setroubleshoot-2.2.61.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 2.2.60
|
Version: 2.2.61
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -18,7 +18,8 @@ Requires: pygtk2 >= 2.9.2
|
|||||||
Requires: gnome-python2-gnome, gnome-python2-canvas
|
Requires: gnome-python2-gnome, gnome-python2-canvas
|
||||||
Requires: gnome-packagekit
|
Requires: gnome-packagekit
|
||||||
Requires: gnome-python2-gtkhtml2
|
Requires: gnome-python2-gtkhtml2
|
||||||
Requires: python-bugzilla
|
Requires: report-gtk
|
||||||
|
Requires: report-config-bugzilla-redhat-com
|
||||||
Requires: polkit
|
Requires: polkit
|
||||||
Requires: gnome-python2-gnomekeyring
|
Requires: gnome-python2-gnomekeyring
|
||||||
Requires(post): /usr/bin/update-desktop-database
|
Requires(post): /usr/bin/update-desktop-database
|
||||||
@ -72,7 +73,6 @@ to user preference. The same tools can be run on existing log files.
|
|||||||
%dir %attr(0755,root,root) %{pkgpythondir}
|
%dir %attr(0755,root,root) %{pkgpythondir}
|
||||||
%{pkgpythondir}/browser.py*
|
%{pkgpythondir}/browser.py*
|
||||||
%{pkgpythondir}/email_dialog.py*
|
%{pkgpythondir}/email_dialog.py*
|
||||||
%{pkgpythondir}/filer.py*
|
|
||||||
%{pkgpythondir}/gui_utils.py*
|
%{pkgpythondir}/gui_utils.py*
|
||||||
%{pkgpythondir}/run_cmd.py*
|
%{pkgpythondir}/run_cmd.py*
|
||||||
%{_bindir}/seapplet
|
%{_bindir}/seapplet
|
||||||
@ -80,7 +80,6 @@ to user preference. The same tools can be run on existing log files.
|
|||||||
%config %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
|
%config %{_sysconfdir}/dbus-1/system.d/org.fedoraproject.SetroubleshootFixit.conf
|
||||||
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
%{_datadir}/dbus-1/system-services/org.fedoraproject.SetroubleshootFixit.service
|
||||||
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/bin/update-desktop-database %{_datadir}/applications
|
/usr/bin/update-desktop-database %{_datadir}/applications
|
||||||
touch --no-create %{_datadir}/icons/hicolor || :
|
touch --no-create %{_datadir}/icons/hicolor || :
|
||||||
@ -216,6 +215,11 @@ Setroubleshoot documentation package
|
|||||||
%doc %{pkgdocdir}
|
%doc %{pkgdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 26 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.61-1
|
||||||
|
- Add Gavin Romig-Koch report patch
|
||||||
|
- Cleanup Browser window
|
||||||
|
- Remove avc messages that are allowed or dontaudited in current policy
|
||||||
|
|
||||||
* Fri Jan 22 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.60-1
|
* Fri Jan 22 2010 Dan Walsh <dwalsh@redhat.com> - 2.2.60-1
|
||||||
- Remove untest attachfile code
|
- Remove untest attachfile code
|
||||||
- Catch ProtocolError
|
- Catch ProtocolError
|
||||||
|
Loading…
Reference in New Issue
Block a user