From cab4872cd72b78722743a0eb4c73c4d4dfb3c345 Mon Sep 17 00:00:00 2001
From: Steve Grubb <sgrubb@fedoraproject.org>
Date: Thu, 9 Feb 2006 21:18:22 +0000
Subject: [PATCH] - Change audit_log_semanage_message to take new params.

---
 audit.spec | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/audit.spec b/audit.spec
index d8f52c4..04637dd 100644
--- a/audit.spec
+++ b/audit.spec
@@ -1,12 +1,13 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
 Version: 1.1.4
-Release: 1
+Release: 2
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
 Source0: %{name}-%{version}.tar.gz
 Patch1: audit-1.1.3-initscript-disabled.patch
+Patch2: audit-1.1.4-semanage.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: libtool swig
 BuildRequires: glibc-kernheaders >= 2.4-9.1.95
@@ -56,6 +57,7 @@ can be used by python.
 %setup -q
 # When in production, uncomment this so the patch is applied
 #%patch1 -p1
+%patch2 -p1
 
 %build
 autoreconf -fv --install
@@ -146,6 +148,9 @@ fi
 
 
 %changelog
+* Thu Feb 9 2006 Steve Grubb <sgrubb@redhat.com> 1.1.4-2
+- 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