diff --git a/.cvsignore b/.cvsignore index 62225f7..3dd0076 100644 --- a/.cvsignore +++ b/.cvsignore @@ -67,3 +67,4 @@ audit-1.2.7.tar.gz audit-1.2.8.tar.gz audit-1.2.9.tar.gz audit-1.3.tar.gz +audit-1.3.1.tar.gz diff --git a/audit.spec b/audit.spec index b66d7c2..9beec62 100644 --- a/audit.spec +++ b/audit.spec @@ -1,12 +1,11 @@ Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 1.3 -Release: 4%{?dist} +Version: 1.3.1 +Release: 1%{?dist} License: GPL Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ Source0: %{name}-%{version}.tar.gz -Patch1: audit-1.3.1-parse.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libtool swig python-devel BuildRequires: kernel-headers >= 2.6.18 @@ -55,7 +54,6 @@ can be used by python. %prep %setup -q -%patch1 -p1 %build autoreconf -fv --install @@ -170,6 +168,11 @@ fi %config(noreplace) %attr(640,root,root) /etc/sysconfig/auditd %changelog +* Sun Dec 10 2006 Steve Grubb 1.3.1-1 +- Fix a couple parsing problems (#217952) +- Add tgkill to S390* syscall tables (#218484) +- Fix error messages in ausearch/aureport + * Wed Dec 6 2006 Jeremy Katz - 1.3-4 - rebuild against python 2.5 diff --git a/sources b/sources index 008f154..10c4e04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5aba24b53266b6eeb9b710178b874e73 audit-1.3.tar.gz +a23590084cea1b8b73c50830abc56b22 audit-1.3.1.tar.gz