update to upstream

This commit is contained in:
John Dennis 2007-10-03 00:19:38 +00:00
parent 2670b62bd6
commit 956fd9d6ef
3 changed files with 33 additions and 4 deletions

View File

@ -1 +1 @@
setroubleshoot-1.10.5.tar.gz
setroubleshoot-1.10.7.tar.gz

View File

@ -1,6 +1,6 @@
Summary: Helps troubleshoot SELinux problems
Name: setroubleshoot
Version: 1.10.5
Version: 1.10.7
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -25,7 +25,18 @@ Requires(post): dbus
Requires(postun): /usr/bin/update-desktop-database
Requires(postun): dbus
Requires: notify-python
Requires: selinux-policy-base >= 3.0.7-10
%{?fc7:Requires: selinux-policy-base >= 2.6.4-45}
%{?fc8:Requires: selinux-policy-base >= 3.0.7-10}
%if 0%{?fedora}
BuildRequires: xdg-utils
Requires: xdg-utils
%endif
%if 0%{?rhel}
BuildRequires: htmlview
Requires: htmlview
%endif
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@ -172,6 +183,24 @@ rm -rf %{buildroot}
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
%changelog
* Tue Oct 2 2007 John Dennis <jdennis@redhat.com> - 1.10.7-1
- Fix spec file requires for opening an HTML page
In configure.ac search for xdg-open and htmlview in priority order,
set variable html_browser_open to the one found, in spec file require
xdg-utils for fedora and htmlview for RHEL.
- add "Host" column in browser
add "Toggle Column Visibility" menu to toggle display of any column on/off
- Resolves bug #310261: setroubleshoot notifications aren't throttled
- add support for AUDIT_EOE, end-of-event, if AUDIT_EOE immediately
emit cached event. Disable timeouts used to flush events if
AUDIT_EOE has been seen.
* Wed Sep 26 2007 John Dennis <jdennis@redhat.com> - 1.10.6-1
- make selinx-policy requires in spec file specific to dist tag
* Mon Sep 24 2007 John Dennis <jdennis@redhat.com> - 1.10.5-1
- update code for command line log file scanning to work with
new log file scanning code introduced for the browser.

View File

@ -1 +1 @@
067293ed2a6bdfdb2bb8e03185736065 setroubleshoot-1.10.5.tar.gz
d8e5279f3418ca526b60a120d5f3cdd3 setroubleshoot-1.10.7.tar.gz