From b0b3acb6723af8a550eefb466717193e99f611c4 Mon Sep 17 00:00:00 2001 From: John Dennis Date: Mon, 5 Mar 2007 23:38:14 +0000 Subject: [PATCH] auto-import setroubleshoot-1.9.3-1 on branch devel from setroubleshoot-1.9.3-1.src.rpm --- .cvsignore | 2 +- setroubleshoot.spec | 47 +++++++++++++++++++++++++++++++++------------ sources | 2 +- 3 files changed, 37 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index cc1a29f..b6816b2 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-1.9.2.tar.gz +setroubleshoot-1.9.3.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index dc4f392..402752e 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -1,6 +1,6 @@ Summary: Helps troubleshoot SELinux problems Name: setroubleshoot -Version: 1.9.2 +Version: 1.9.3 Release: 1%{?dist} License: GPL Group: Applications/System @@ -44,16 +44,20 @@ to user preference. The same tools can be run on existing log files. %{_sysconfdir}/xdg/autostart/* %{_datadir}/applications/*.desktop %{_datadir}/dbus-1/services/sealert.service +%{_datadir}/icons/hicolor %{pkgpythondir}/browser.py* %{pkgpythondir}/gui_utils.py* %{pkgpythondir}/email_dialog.py* -%{pkgpythondir}/runcmd.py* - -%postun -/usr/bin/update-desktop-database %{_datadir}/applications %post /usr/bin/update-desktop-database %{_datadir}/applications +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : + +%postun +/usr/bin/update-desktop-database %{_datadir}/applications +touch --no-create %{_datadir}/icons/hicolor || : +%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : %prep %setup -q @@ -121,7 +125,6 @@ rm -rf %{buildroot} %{pkgpythondir}/access_control.py* %{pkgpythondir}/analyze.py* %{pkgpythondir}/avc_audit.py* -%{pkgpythondir}/cmd_job.py* %{pkgpythondir}/config.py* %{pkgpythondir}/email_alert.py* %{pkgpythondir}/errcode.py* @@ -145,20 +148,40 @@ rm -rf %{buildroot} /etc/rc.d/init.d/%{name} %changelog +* Mon Mar 5 2007 John Dennis - 1.9.3-1 + - install icon in /usr/share/icons, refer to icon by name using standard API + - Fix performance problems in setroubleshoot browser log file scanning + - Significant rewrite of data/view management code in setroubleshoot + browser. data and view now cleanly separated, can easily switch + between data views while maintaining selections, view state, with + proper update of status information in status area + - Resolves Bug# 227806: right click context menu resets selection + - Logfile scans now operate in independent thread, proper asynchronous + updates of browser during scan, browser used to appear to hang + - Resolves Bug# 224340: Rewrite Menu/Toobar/Popup to use UIManger instead of glade + - Add toobar support + - Implement GUI to edit email recipient list in setroubleshoot browser + - Added user help to setroubleshoot browser + - Related Bug# 224343: Fix setroubleshoot browser to respond to desktop theme changes + - improve traceback error reporting in sealert + - rewrite AboutDialog, replacing glade version + - Resolves bug #229849 Bug# 230115, Relates bug #221850: fix uuid code to resolve + '_uuid_generate_random' is not defined error + * Thu Feb 22 2007 Dan Walsh - 1.9.2-1 -- Suck in AuditMsg since audit libs are dropping support + - Suck in AuditMsg since audit libs are dropping support * Fri Feb 16 2007 Dan Walsh - 1.9.1-1 -- Split into server and gui packages + - Split into server and gui packages * Fri Feb 16 2007 Dan Walsh - 1.8.19-1 -- Remove use of ctypes in uuid, which is causing bad avc messages + - Remove use of ctypes in uuid, which is causing bad avc messages * Fri Feb 9 2007 Dan Walsh - 1.8.18-1 - - Remove avc from Plugin.py -p + - Remove avc from Plugin.py + * Wed Feb 7 2007 Dan Walsh - 1.8.17-1 - - Remove tempfile handling in util.py. Causes lots of avc's and is not used + - Remove tempfile handling in util.py. Causes lots of avc's and is not used * Fri Feb 2 2007 John Dennis - 1.8.16-1 [John Dennis ] diff --git a/sources b/sources index 3090e18..3fbe4a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cab2d8a610442ccfe44102182b9f9480 setroubleshoot-1.9.2.tar.gz +e33375c4fe69fce41fed1dc21450542e setroubleshoot-1.9.3.tar.gz