- Update system-config-audit to 0.4.8
- Whole lot of bug fixes - see ChangeLog for details - Reimplement auditd main loop using libev - Add TCP listener to auditd to receive remote events - Fix scheduler problem (#457061)
This commit is contained in:
parent
8b5ee23989
commit
dce82d1b97
@ -90,3 +90,4 @@ audit-1.7.tar.gz
|
||||
audit-1.7.1.tar.gz
|
||||
audit-1.7.3.tar.gz
|
||||
audit-1.7.4.tar.gz
|
||||
audit-1.7.5.tar.gz
|
||||
|
16
audit.spec
16
audit.spec
@ -1,13 +1,13 @@
|
||||
%define sca_version 0.4.7
|
||||
%define sca_release 2
|
||||
%define sca_version 0.4.8
|
||||
%define sca_release 1
|
||||
%define selinux_variants mls strict targeted
|
||||
%define selinux_policyver 3.2.5
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Summary: User space tools for 2.6 kernel auditing
|
||||
Name: audit
|
||||
Version: 1.7.4
|
||||
Release: 2%{?dist}
|
||||
Version: 1.7.5
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
URL: http://people.redhat.com/sgrubb/audit/
|
||||
@ -100,7 +100,6 @@ cp -p audisp/plugins/zos-remote/policy/audispd-zos-remote.* zos-remote-policy
|
||||
|
||||
%build
|
||||
(cd system-config-audit; ./autogen.sh)
|
||||
aclocal && autoconf && autoheader && automake
|
||||
%configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude
|
||||
make %{?_smp_mflags}
|
||||
cd zos-remote-policy
|
||||
@ -322,6 +321,13 @@ fi
|
||||
%config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
|
||||
|
||||
%changelog
|
||||
* Mon Aug 25 2008 Steve Grubb <sgrubb@redhat.com> 1.7.5-1
|
||||
- Update system-config-audit to 0.4.8
|
||||
- Whole lot of bug fixes - see ChangeLog for details
|
||||
- Reimplement auditd main loop using libev
|
||||
- Add TCP listener to auditd to receive remote events
|
||||
- Fix scheduler problem (#457061)
|
||||
|
||||
* Thu Jul 03 2008 Steve Grubb <sgrubb@redhat.com> 1.7.4-2
|
||||
- Move ausearch-expression to main package (#453437)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user