update to upstream
This commit is contained in:
parent
2670b62bd6
commit
956fd9d6ef
@ -1 +1 @@
|
|||||||
setroubleshoot-1.10.5.tar.gz
|
setroubleshoot-1.10.7.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 1.10.5
|
Version: 1.10.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -25,7 +25,18 @@ Requires(post): dbus
|
|||||||
Requires(postun): /usr/bin/update-desktop-database
|
Requires(postun): /usr/bin/update-desktop-database
|
||||||
Requires(postun): dbus
|
Requires(postun): dbus
|
||||||
Requires: notify-python
|
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()")}
|
%{!?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}
|
%attr(0755,root,root) /etc/rc.d/init.d/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 24 2007 John Dennis <jdennis@redhat.com> - 1.10.5-1
|
||||||
- update code for command line log file scanning to work with
|
- update code for command line log file scanning to work with
|
||||||
new log file scanning code introduced for the browser.
|
new log file scanning code introduced for the browser.
|
||||||
|
Loading…
Reference in New Issue
Block a user