From adb0e1befaa6797a05d4985b15f0883bec194657 Mon Sep 17 00:00:00 2001 From: Steve Grubb Date: Fri, 16 Feb 2007 22:20:43 +0000 Subject: [PATCH] - updated audit_rule_fieldpair_data to handle perm correctly (#226780) - Finished search options for audit parsing library - Fix ausearch -se to work correctly - Fix auditd init script for /usr on netdev (#228528) - Parse avc seperms better when there are more than one --- .cvsignore | 1 + audit.spec | 12 ++++++++++-- sources | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7a45c19..fe29678 100644 --- a/.cvsignore +++ b/.cvsignore @@ -69,3 +69,4 @@ audit-1.2.9.tar.gz audit-1.3.tar.gz audit-1.3.1.tar.gz audit-1.4.tar.gz +audit-1.4.1.tar.gz diff --git a/audit.spec b/audit.spec index ad88435..6ec97fb 100644 --- a/audit.spec +++ b/audit.spec @@ -1,17 +1,18 @@ Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 1.4 +Version: 1.4.1 Release: 1%{?dist} License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ Source0: %{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libtool swig python-devel BuildRequires: kernel-headers >= 2.6.18 BuildRequires: automake >= 1.9 BuildRequires: autoconf >= 2.59 Requires: %{name}-libs = %{version}-%{release} +Requires: %{name}-libs-python = %{version}-%{release} Requires: chkconfig Prereq: coreutils @@ -174,6 +175,13 @@ fi %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd %changelog +* 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 +- Fix ausearch -se to work correctly +- Fix auditd init script for /usr on netdev (#228528) +- Parse avc seperms better when there are more than one + * Sun Feb 04 2007 Steve Grubb 1.4-1 - New report about authentication attempts - Updates for python 2.5 diff --git a/sources b/sources index 7d068ce..0fb7ffd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3a1376dbe39305fc656bfe1a66fb1b21 audit-1.4.tar.gz +bd41d7ce365758ccf695471cff7bb802 audit-1.4.1.tar.gz