diff --git a/.cvsignore b/.cvsignore index 48e919f..a54d537 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setroubleshoot-1.10.5.tar.gz +setroubleshoot-1.10.7.tar.gz diff --git a/setroubleshoot.spec b/setroubleshoot.spec index 42a1c9c..12fa1e9 100644 --- a/setroubleshoot.spec +++ b/setroubleshoot.spec @@ -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 - 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 - 1.10.6-1 + - make selinx-policy requires in spec file specific to dist tag + * Mon Sep 24 2007 John Dennis - 1.10.5-1 - update code for command line log file scanning to work with new log file scanning code introduced for the browser. diff --git a/sources b/sources index 40edc83..7c69da7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -067293ed2a6bdfdb2bb8e03185736065 setroubleshoot-1.10.5.tar.gz +d8e5279f3418ca526b60a120d5f3cdd3 setroubleshoot-1.10.7.tar.gz