- Apply patch to ensure watches only associate with exit filter
- Apply patch to correctly show new operators when new listing format is used - Apply patch to pull kernel's audit.h into python bindings - Collect signal sender's context
This commit is contained in:
parent
db346efb41
commit
d6587396da
@ -59,3 +59,4 @@ audit-1.1.6.tar.gz
|
||||
audit-1.2.tar.gz
|
||||
audit-1.2.1.tar.gz
|
||||
audit-1.2.2.tar.gz
|
||||
audit-1.2.3.tar.gz
|
||||
|
25
audit.spec
25
audit.spec
@ -1,6 +1,6 @@
|
||||
Summary: User space tools for 2.6 kernel auditing.
|
||||
Name: audit
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
Release: 2
|
||||
License: GPL
|
||||
Group: System Environment/Daemons
|
||||
@ -90,6 +90,9 @@ rm -f $RPM_BUILD_ROOT/%{_lib}/libauparse.la
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.a
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python2.4/site-packages/_audit.la
|
||||
|
||||
# Temp remove this file
|
||||
rm -f $RPM_BUILD_ROOT/sbin/audispd
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -146,7 +149,7 @@ fi
|
||||
%attr(750,root,root) /sbin/ausearch
|
||||
%attr(750,root,root) /sbin/aureport
|
||||
%attr(750,root,root) /sbin/autrace
|
||||
%attr(750,root,root) /sbin/audispd
|
||||
#%attr(750,root,root) /sbin/audispd
|
||||
%attr(755,root,root) /etc/rc.d/init.d/auditd
|
||||
%attr(750,root,root) %{_var}/log/audit
|
||||
%attr(750,root,root) %dir /etc/audit
|
||||
@ -156,6 +159,12 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri May 25 2006 Steve Grubb <sgrubb@redhat.com> 1.2.3-1
|
||||
- Apply patch to ensure watches only associate with exit filter
|
||||
- Apply patch to correctly show new operators when new listing format is used
|
||||
- Apply patch to pull kernel's audit.h into python bindings
|
||||
- Collect signal sender's context
|
||||
|
||||
* Tue May 16 2006 David Woodhouse <dwmw2@redhat.com> 1.2.2-2
|
||||
- Require kernel-headers, not glibc-kernheaders. Again.
|
||||
|
||||
@ -199,6 +208,15 @@ fi
|
||||
- Add man pages
|
||||
- Auditd ignore most signals
|
||||
|
||||
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.1.4-5.1
|
||||
- bump again for double-long bug on ppc(64)
|
||||
|
||||
* Fri Feb 10 2006 Steve Grubb <sgrubb@redhat.com> 1.1.4-5
|
||||
- Change audit_log_semanage_message to check strlen as well as NULL.
|
||||
|
||||
* Thu Feb 9 2006 Steve Grubb <sgrubb@redhat.com> 1.1.4-3
|
||||
- Change audit_log_semanage_message to take new params.
|
||||
|
||||
* Wed Feb 8 2006 Steve Grubb <sgrubb@redhat.com> 1.1.4-1
|
||||
- Fix bug in autrace where it didn't run on kernels without file watch support
|
||||
- Add syslog message to auditd saying what program was started for dispatcher
|
||||
@ -211,6 +229,9 @@ fi
|
||||
- Call shutdown_dispatcher when auditd stops
|
||||
- Add new logging function audit_log_semanage_message
|
||||
|
||||
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.1.3-1.1
|
||||
- rebuilt for new gcc4.1 snapshot and glibc changes
|
||||
|
||||
* Thu Jan 5 2006 Steve Grubb <sgrubb@redhat.com> 1.1.3-1
|
||||
- Add timestamp to daemon_config messages (#174865)
|
||||
- Add error checking of year for aureport & ausearch
|
||||
|
Loading…
Reference in New Issue
Block a user