auto-import setroubleshoot-0.40-1 on branch devel from
setroubleshoot-0.40-1.src.rpm
This commit is contained in:
parent
ee94e64f45
commit
54e88b393a
@ -1 +1 @@
|
|||||||
setroubleshoot-0.39.tar.gz
|
setroubleshoot-0.40.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Helps troubleshoot SELinux problems
|
Summary: Helps troubleshoot SELinux problems
|
||||||
Name: setroubleshoot
|
Name: setroubleshoot
|
||||||
Version: 0.39
|
Version: 0.40
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -12,6 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
Requires: gnome-python2-gtkhtml2
|
Requires: gnome-python2-gtkhtml2
|
||||||
|
Requires: python-elementtree.
|
||||||
|
|
||||||
%{!?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()")}
|
||||||
|
|
||||||
@ -107,10 +108,37 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/dbus-1/services/sealert.service
|
%{_datadir}/dbus-1/services/sealert.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 0.40-1
|
||||||
|
- Fix notification window problems. Now dissappears and does not regenerate if
|
||||||
|
it has already been seen
|
||||||
|
|
||||||
|
* Fri Aug 31 2006 Dan Walsh <dwalsh@redhat.com> - 0.39-1
|
||||||
|
- Add Icon
|
||||||
|
- John Dennis
|
||||||
|
* dispatcher.py: rework how audit messages injected into the
|
||||||
|
system and processed. Much of this work was in support of log file
|
||||||
|
scanning which should be coupled to the exact same processing code
|
||||||
|
as audit messages arriving from the audit socket. In essence log
|
||||||
|
file scanning synthesizes an audit message and we inject it into
|
||||||
|
the system the same way socket messages are injected. This was
|
||||||
|
also an excellent moment correctly handle out of order audit
|
||||||
|
messages, something we were not able to handle previously. This
|
||||||
|
may have been contributing to splitting what should have been a
|
||||||
|
single alert into two or more separate alerts because we didn't
|
||||||
|
recongize the incoming audit events as a single event. Correctly
|
||||||
|
assembling out of order messages introduced a fair amount of extra
|
||||||
|
complexity as we now maintain a cache of recent audit events, this
|
||||||
|
is fully documented in dispatcher.py
|
||||||
|
|
||||||
|
* Turn notifications back on by default.
|
||||||
|
- Karl MacMillan
|
||||||
|
* Separated out HTML rendering and made it easier to translate.
|
||||||
|
|
||||||
* Fri Aug 30 2006 Dan Walsh <dwalsh@redhat.com> - 0.38-1
|
* Fri Aug 30 2006 Dan Walsh <dwalsh@redhat.com> - 0.38-1
|
||||||
- Dan Walsh
|
- Dan Walsh
|
||||||
* Hook up the rest of the menu bars on browser window
|
* Hook up the rest of the menu bars on browser window
|
||||||
* Add public_content.py plugin
|
* Add public_content.py plugin
|
||||||
|
|
||||||
- John Dennis
|
- John Dennis
|
||||||
* add delete_signatures() method to AlertClient class
|
* add delete_signatures() method to AlertClient class
|
||||||
* start using the AppBar in the browser.
|
* start using the AppBar in the browser.
|
||||||
|
Loading…
Reference in New Issue
Block a user