auto-import setroubleshoot-1.9.3-1 on branch devel from
setroubleshoot-1.9.3-1.src.rpm
This commit is contained in:
parent
f72f8ba17c
commit
b0b3acb672
@ -1 +1 @@
|
|||||||
setroubleshoot-1.9.2.tar.gz
|
setroubleshoot-1.9.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 1.9.2
|
Version: 1.9.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -44,16 +44,20 @@ to user preference. The same tools can be run on existing log files.
|
|||||||
%{_sysconfdir}/xdg/autostart/*
|
%{_sysconfdir}/xdg/autostart/*
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/dbus-1/services/sealert.service
|
%{_datadir}/dbus-1/services/sealert.service
|
||||||
|
%{_datadir}/icons/hicolor
|
||||||
%{pkgpythondir}/browser.py*
|
%{pkgpythondir}/browser.py*
|
||||||
%{pkgpythondir}/gui_utils.py*
|
%{pkgpythondir}/gui_utils.py*
|
||||||
%{pkgpythondir}/email_dialog.py*
|
%{pkgpythondir}/email_dialog.py*
|
||||||
%{pkgpythondir}/runcmd.py*
|
|
||||||
|
|
||||||
%postun
|
|
||||||
/usr/bin/update-desktop-database %{_datadir}/applications
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/usr/bin/update-desktop-database %{_datadir}/applications
|
/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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -121,7 +125,6 @@ rm -rf %{buildroot}
|
|||||||
%{pkgpythondir}/access_control.py*
|
%{pkgpythondir}/access_control.py*
|
||||||
%{pkgpythondir}/analyze.py*
|
%{pkgpythondir}/analyze.py*
|
||||||
%{pkgpythondir}/avc_audit.py*
|
%{pkgpythondir}/avc_audit.py*
|
||||||
%{pkgpythondir}/cmd_job.py*
|
|
||||||
%{pkgpythondir}/config.py*
|
%{pkgpythondir}/config.py*
|
||||||
%{pkgpythondir}/email_alert.py*
|
%{pkgpythondir}/email_alert.py*
|
||||||
%{pkgpythondir}/errcode.py*
|
%{pkgpythondir}/errcode.py*
|
||||||
@ -145,20 +148,40 @@ rm -rf %{buildroot}
|
|||||||
/etc/rc.d/init.d/%{name}
|
/etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 5 2007 John Dennis <jdennis@redhat.com> - 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 <dwalsh@redhat.com> - 1.9.2-1
|
* Thu Feb 22 2007 Dan Walsh <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 1.9.1-1
|
* Fri Feb 16 2007 Dan Walsh <dwalsh@redhat.com> - 1.9.1-1
|
||||||
- Split into server and gui packages
|
- Split into server and gui packages
|
||||||
|
|
||||||
* Fri Feb 16 2007 Dan Walsh <dwalsh@redhat.com> - 1.8.19-1
|
* Fri Feb 16 2007 Dan Walsh <dwalsh@redhat.com> - 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 <dwalsh@redhat.com> - 1.8.18-1
|
* Fri Feb 9 2007 Dan Walsh <dwalsh@redhat.com> - 1.8.18-1
|
||||||
- Remove avc from Plugin.py
|
- Remove avc from Plugin.py
|
||||||
p
|
|
||||||
* Wed Feb 7 2007 Dan Walsh <dwalsh@redhat.com> - 1.8.17-1
|
* Wed Feb 7 2007 Dan Walsh <dwalsh@redhat.com> - 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 <jdennis@redhat.com> - 1.8.16-1
|
* Fri Feb 2 2007 John Dennis <jdennis@redhat.com> - 1.8.16-1
|
||||||
[John Dennis <jdennis@redhat.com>]
|
[John Dennis <jdennis@redhat.com>]
|
||||||
|
Loading…
Reference in New Issue
Block a user