rpms/audit/FC-4 .cvsignore, 1.25, 1.26 audit.spec, 1.40, 1.41 sources, 1.26, 1.27

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 29 18:41:33 UTC 2005


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Thu Jul 29 2005 Steve Grubb <sgrubb at redhat.com> 0.9.20-1
- Fix ausearch to handle missing audit log better
- Fix auditctl blank line handling
- Trim trailing '/' from file system watches in auditctl
- Catch cases where parameter was passed without option being given to auditctl
- Add CAPP sample configuration



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/.cvsignore,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- .cvsignore	14 Jul 2005 20:37:32 -0000	1.25
+++ .cvsignore	29 Jul 2005 18:41:30 -0000	1.26
@@ -22,3 +22,4 @@
 audit-0.9.14-header.patch
 audit-0.9.18.tar.gz
 audit-0.9.19.tar.gz
+audit-0.9.20.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/audit.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- audit.spec	18 Jul 2005 17:31:21 -0000	1.40
+++ audit.spec	29 Jul 2005 18:41:30 -0000	1.41
@@ -1,7 +1,7 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 0.9.19
-Release: 2.FC4
+Version: 0.9.20
+Release: 1.FC4
 License: GPL
 Group: System Environment/Daemons
 URL: http://people.redhat.com/sgrubb/audit/
@@ -83,7 +83,7 @@
 /sbin/chkconfig --add auditd
 
 %preun
-if [ $1 -eq  0 ]; then
+if [ $1 -eq 0 ]; then
    /sbin/service auditd stop > /dev/null 2>&1
    /sbin/chkconfig --del auditd
 fi
@@ -123,6 +123,13 @@
 
 
 %changelog
+* Thu Jul 29 2005 Steve Grubb <sgrubb at redhat.com> 0.9.20-1
+- Fix ausearch to handle missing audit log better
+- Fix auditctl blank line handling
+- Trim trailing '/' from file system watches in auditctl
+- Catch cases where parameter was passed without option being given to auditctl
+- Add CAPP sample configuration
+
 * Mon Jul 18 2005 Steve Grubb <sgrubb at redhat.com> 0.9.19-2.FC4
 - Fixed dangling symlink #163509
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/FC-4/sources,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- sources	14 Jul 2005 20:37:32 -0000	1.26
+++ sources	29 Jul 2005 18:41:30 -0000	1.27
@@ -1,2 +1,2 @@
 3060e7e99fc090bc2cc13597db2a8d29  audit-0.9.14-header.patch
-81784e00e4fec1a4b81f9c251dc0a18c  audit-0.9.19.tar.gz
+2b9799f1170afeb14c771eb721b8f092  audit-0.9.20.tar.gz




More information about the fedora-cvs-commits mailing list