rpms/audit/devel .cvsignore, 1.32, 1.33 audit.spec, 1.46, 1.47 sources, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Jun 23 21:40:34 UTC 2005


Author: sgrubb

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

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Thu Jun 23 2005 Steve Grubb <sgrubb at redhat.com> 0.9.13-1
- Remove /lib/libaudit.so & .la from audit-libs package
- In auditctl, if syscall not given, default to all



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- .cvsignore	22 Jun 2005 20:48:06 -0000	1.32
+++ .cvsignore	23 Jun 2005 21:40:32 -0000	1.33
@@ -29,3 +29,4 @@
 audit-0.9.10.tar.gz
 audit-0.9.11.tar.gz
 audit-0.9.12.tar.gz
+audit-0.9.13.tar.gz


Index: audit.spec
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/audit.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- audit.spec	22 Jun 2005 20:48:06 -0000	1.46
+++ audit.spec	23 Jun 2005 21:40:32 -0000	1.47
@@ -1,6 +1,6 @@
 Summary: User space tools for 2.6 kernel auditing.
 Name: audit
-Version: 0.9.12
+Version: 0.9.13
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -67,6 +67,9 @@
 cd $RPM_BUILD_ROOT/%{_libdir}
 ln -s ../../%{_lib}/libaudit.so libaudit.so
 cd $curdir
+# Remove these items so they don't get picked up.
+rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.so
+rm -f $RPM_BUILD_ROOT/%{_lib}/libaudit.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -119,6 +122,10 @@
 
 
 %changelog
+* Thu Jun 23 2005 Steve Grubb <sgrubb at redhat.com> 0.9.13-1
+- Remove /lib/libaudit.so & .la from audit-libs package
+- In auditctl, if syscall not given, default to all
+
 * Wed Jun 22 2005 Steve Grubb <sgrubb at redhat.com> 0.9.12-1
 - Add some syslog messages for a couple exits
 - Add some unlinks of the pid file in a couple error exits


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/audit/devel/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sources	22 Jun 2005 20:48:06 -0000	1.34
+++ sources	23 Jun 2005 21:40:32 -0000	1.35
@@ -1 +1 @@
-591bea95f3d7aac34d8d38a3b70eb53e  audit-0.9.12.tar.gz
+c2ecdd267aad273ce15697a631c62991  audit-0.9.13.tar.gz




More information about the fedora-cvs-commits mailing list