auto-import setroubleshoot-1.8.13-1 on branch devel from
setroubleshoot-1.8.13-1.src.rpm
This commit is contained in:
parent
2fe426f047
commit
55fdc25f5f
@ -1 +1 @@
|
||||
setroubleshoot-1.8.12.tar.gz
|
||||
setroubleshoot-1.8.13.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 1.8.12
|
||||
Version: 1.8.13
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
@ -60,7 +60,8 @@ rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} install
|
||||
%{__install} -D -m755 %{SOURCE1} %{buildroot}/etc/rc.d/init.d/%{name}
|
||||
%{__install} -D -m644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
||||
touch %{buildroot}%{pkgvardatadir}/database.xml
|
||||
touch %{buildroot}%{pkgvardatadir}/audit_listener_database.xml
|
||||
touch %{buildroot}%{pkgvardatadir}/email_alert_recipients
|
||||
%find_lang %{name}
|
||||
|
||||
%post
|
||||
@ -97,7 +98,8 @@ rm -rf %{buildroot}
|
||||
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
|
||||
%dir %{pkgrundir}
|
||||
%dir %{pkgvardatadir}
|
||||
%ghost %attr(0644,root,root) %{pkgvardatadir}/database.xml
|
||||
%ghost %attr(0644,root,root) %{pkgvardatadir}/audit_listener_database.xml
|
||||
%ghost %attr(0644,root,root) %{pkgvardatadir}/email_alert_recipients
|
||||
%{_mandir}/man8/sealert.8.gz
|
||||
|
||||
/etc/rc.d/init.d/%{name}
|
||||
@ -106,6 +108,42 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/dbus-1/services/sealert.service
|
||||
|
||||
%changelog
|
||||
* Sat Jan 6 2007 John Dennis <jdennis@redhat.com> - 1.8.13-1
|
||||
- update translations
|
||||
|
||||
- change SETroubleshootDatabase so it is optional if it's backed
|
||||
by a file, this fixes the problem of us littering temporary files
|
||||
when scanning logfiles which does not require persistence.
|
||||
|
||||
- disable the view logfile menu item if no logfile has been opened
|
||||
|
||||
- fix redundant log messages for case where there is no log file and
|
||||
the console flag is set. When there is no log file the logging
|
||||
module opens a console stream, thus the console stream produced
|
||||
by the console flag was redundant.
|
||||
|
||||
- add username and password command line arguments
|
||||
rework startup logic so that all command line args are processed
|
||||
before we do any real work
|
||||
|
||||
- rework the email preferences so that each email address can
|
||||
have a filter type associated with it.
|
||||
|
||||
add a new filter_type "Ignore After First Alert" which filters
|
||||
after the first alert has been delivered
|
||||
|
||||
- add UI for setting the email addresses alerts are sent to.
|
||||
Add menu item to edit email list, add email list dialog.
|
||||
Remove 'recipient' config file entry, now list is stored
|
||||
in seperate file. Add rpc to query and set the email list,
|
||||
the GUI calls this to get the current list from the server
|
||||
and set it in the server, it is the server which reads and
|
||||
writes the file. Add 'enable' flag to each email entry.
|
||||
Modify how the server iterates over the email list when it
|
||||
receives an alert. When marking an alert as having been sent
|
||||
the username is the email address but with 'email:' prepended so
|
||||
as not to collide with non-email filtering options for the same user.
|
||||
|
||||
* Wed Dec 20 2006 John Dennis <jdennis@redhat.com> - 1.8.12-1
|
||||
- remove obsolte requires for python element tree
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user