rpms/audit/devel .cvsignore, 1.14, 1.15 audit.spec, 1.25, 1.26 sources, 1.14, 1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Apr 23 21:15:13 UTC 2005


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Sat Apr 23 2005 Steve Grubb <sgrubb at redhat.com> 0.7-1
- In auditctl -l, loop until all rules are printed
- Update autrace not to run if rules are currently loaded
- Added code to switch to single user mode when disk is full
- Added the ausearch program



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	20 Apr 2005 21:33:07 -0000	1.14
+++ .cvsignore	23 Apr 2005 21:15:11 -0000	1.15
@@ -11,3 +11,4 @@
 audit-0.6.10.tar.gz
 audit-0.6.11.tar.gz
 audit-0.6.12.tar.gz
+audit-0.7.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- audit.spec	20 Apr 2005 21:33:07 -0000	1.25
+++ audit.spec	23 Apr 2005 21:15:11 -0000	1.26
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 0.6.12
+Version: 0.7
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -68,10 +68,6 @@
 ln -s ../../%{_lib}/libaudit.so libaudit.so
 cd $curdir
 
-# Not ready to distribute - nuke 'em
-rm -f $RPM_BUILD_ROOT/sbin/ausearch
-rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/ausearch.8
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -113,7 +109,7 @@
 %attr(0644,root,root) %{_mandir}/man8/*
 %attr(750,root,root)  /sbin/auditctl
 %attr(750,root,root)  /sbin/auditd
-#%attr(750,root,root) /sbin/ausearch
+%attr(750,root,root) /sbin/ausearch
 %attr(750,root,root) /sbin/autrace
 %attr(755,root,root) /etc/rc.d/init.d/auditd
 %attr(750,root,root) %{_var}/log/audit
@@ -123,6 +119,12 @@
 
 
 %changelog
+* Sat Apr 23 2005 Steve Grubb <sgrubb at redhat.com> 0.7-1
+- In auditctl -l, loop until all rules are printed
+- Update autrace not to run if rules are currently loaded
+- Added code to switch to single user mode when disk is full
+- Added the ausearch program
+
 * 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)


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	20 Apr 2005 21:33:07 -0000	1.14
+++ sources	23 Apr 2005 21:15:11 -0000	1.15
@@ -9,3 +9,4 @@
 5bb9461113964e87791baa0d2b72c57e  audit-0.6.10.tar.gz
 6e03202c0233824643dc2ab79fa2696e  audit-0.6.11.tar.gz
 af01d49cae8814c99a64c866acbdb7ca  audit-0.6.12.tar.gz
+48a94a0d0bd890b451b84397133b5781  audit-0.7.tar.gz




More information about the fedora-cvs-commits mailing list