From 7a408f5f0727be3e6abc9bb19294e0d5b1707d15 Mon Sep 17 00:00:00 2001
From: Steve Grubb <sgrubb@fedoraproject.org>
Date: Wed, 20 Apr 2005 21:33:07 +0000
Subject: [PATCH] - Fixed bug where elf type wasn't being set when given
 numerically - Added autrace program (similar to strace) - Fixed bug when logs
 = 2 and ROTATE is the action, only 1 log resulted

---
 .cvsignore |  1 +
 audit.spec | 16 +++++++++-------
 sources    |  1 +
 3 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/.cvsignore b/.cvsignore
index 6576658..5148583 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -10,3 +10,4 @@ audit-0.6.8.tar.gz
 audit-0.6.9.tar.gz
 audit-0.6.10.tar.gz
 audit-0.6.11.tar.gz
+audit-0.6.12.tar.gz
diff --git a/audit.spec b/audit.spec
index 1c6f939..4c330f9 100644
--- a/audit.spec
+++ b/audit.spec
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 0.6.11
+Version: 0.6.12
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -70,16 +70,14 @@ cd $curdir
 
 # Not ready to distribute - nuke 'em
 rm -f $RPM_BUILD_ROOT/sbin/ausearch
-rm -f $RPM_BUILD_ROOT/sbin/autrace
+rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/ausearch.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post libs
-/sbin/ldconfig 2>/dev/null
+%post libs -p /sbin/ldconfig
 
 %post
-/sbin/ldconfig 2>/dev/null
 if [ $1 = 1 ]; then
    /sbin/chkconfig --add auditd
 fi
@@ -94,7 +92,6 @@ fi
 /sbin/ldconfig 2>/dev/null
 
 %postun
-/sbin/ldconfig 2>/dev/null
 if [ $1 -ge 1 ]; then
    /sbin/service auditd condrestart > /dev/null 2>&1
 fi
@@ -117,7 +114,7 @@ fi
 %attr(750,root,root)  /sbin/auditctl
 %attr(750,root,root)  /sbin/auditd
 #%attr(750,root,root) /sbin/ausearch
-#%attr(750,root,root) /sbin/autrace
+%attr(750,root,root) /sbin/autrace
 %attr(755,root,root) /etc/rc.d/init.d/auditd
 %attr(750,root,root) %{_var}/log/audit
 %config(noreplace) %attr(640,root,root) /etc/auditd.conf
@@ -126,6 +123,11 @@ fi
 
 
 %changelog
+* Wed Apr 20 2005 Steve Grubb <sgrubb@redhat.com> 0.6.12-1
+- Fixed bug where elf type wasn't being set when given numerically
+- Added autrace program (similar to strace)
+- Fixed bug when logs = 2 and ROTATE is the action, only 1 log resulted
+
 * Mon Apr 18 2005 Steve Grubb <sgrubb@redhat.com> 0.6.11-1
 - Check log file size on start up
 - Added priority_boost config item
diff --git a/sources b/sources
index fc0b68e..b660e19 100644
--- a/sources
+++ b/sources
@@ -8,3 +8,4 @@ cde632731563e8b7e665cd50c9274139  audit-0.6.6.tar.gz
 afbda7c66f1a3fa5c09c83037edf278e  audit-0.6.9.tar.gz
 5bb9461113964e87791baa0d2b72c57e  audit-0.6.10.tar.gz
 6e03202c0233824643dc2ab79fa2696e  audit-0.6.11.tar.gz
+af01d49cae8814c99a64c866acbdb7ca  audit-0.6.12.tar.gz