From cfd7264394f3295b87971dbc41c4445223350a1d Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Wed, 21 Feb 2007 00:11:20 +0000 Subject: [PATCH] - Add man pages - Reduce text relocations in parser library - Add -n option to auditd for no fork - Add exec option to space_left, admin_space_left, disk_full, and disk_error - eg EXEC /usr/local/script --- .cvsignore | 1 + audit.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index fe29678..8355bdc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -70,3 +70,4 @@ audit-1.3.tar.gz audit-1.3.1.tar.gz audit-1.4.tar.gz audit-1.4.1.tar.gz +audit-1.4.2.tar.gz diff --git a/audit.spec b/audit.spec index 6ec97fb..145e1a5 100644 --- a/audit.spec +++ b/audit.spec @@ -1,6 +1,6 @@ Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 1.4.1 +Version: 1.4.2 Release: 1%{?dist} License: GPL Group: System Environment/Daemons @@ -51,16 +51,15 @@ Requires: kernel-headers >= 2.6.18 %description libs-python The audit-libs-python package contains the bindings so that libaudit -can be used by python. +and libauparse can be used by python. %prep %setup -q %build autoreconf -fv --install -export CFLAGS="$RPM_OPT_FLAGS" %configure --sbindir=/sbin --libdir=/%{_lib} -make +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -175,6 +174,13 @@ fi %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd %changelog +* Tue Feb 20 2007 Steve Grubb 1.4.2-1 +- Add man pages +- Reduce text relocations in parser library +- Add -n option to auditd for no fork +- Add exec option to space_left, admin_space_left, disk_full, + and disk_error - eg EXEC /usr/local/script + * Fri Feb 16 2007 Steve Grubb 1.4.1-1 - updated audit_rule_fieldpair_data to handle perm correctly (#226780) - Finished search options for audit parsing library diff --git a/sources b/sources index 0fb7ffd..7ce0f66 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd41d7ce365758ccf695471cff7bb802 audit-1.4.1.tar.gz +534c00e0030644b02a4035ea1c6b5c01 audit-1.4.2.tar.gz