rpms/audit/devel .cvsignore, 1.13, 1.14 audit.spec, 1.24, 1.25 sources, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 20 21:33:09 UTC 2005


Update of /cvs/dist/rpms/audit/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv19561

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Wed Apr 20 2005 Steve Grubb <sgrubb at 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



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	18 Apr 2005 20:25:36 -0000	1.13
+++ .cvsignore	20 Apr 2005 21:33:07 -0000	1.14
@@ -10,3 +10,4 @@
 audit-0.6.9.tar.gz
 audit-0.6.10.tar.gz
 audit-0.6.11.tar.gz
+audit-0.6.12.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- audit.spec	18 Apr 2005 20:23:48 -0000	1.24
+++ audit.spec	20 Apr 2005 21:33:07 -0000	1.25
@@ -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 @@
 
 # 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 @@
 /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 @@
 %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 @@
 
 
 %changelog
+* Wed Apr 20 2005 Steve Grubb <sgrubb at 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 at redhat.com> 0.6.11-1
 - Check log file size on start up
 - Added priority_boost config item


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	18 Apr 2005 20:25:36 -0000	1.13
+++ sources	20 Apr 2005 21:33:07 -0000	1.14
@@ -8,3 +8,4 @@
 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




More information about the fedora-cvs-commits mailing list