- Remove /lib/libaudit.so & .la from audit-libs package

- In auditctl, if syscall not given, default to all
This commit is contained in:
Steve Grubb 2005-06-23 21:40:32 +00:00
parent 812847b7d0
commit 64cb26697f
3 changed files with 10 additions and 2 deletions

View File

@ -29,3 +29,4 @@ audit-0.9.9.tar.gz
audit-0.9.10.tar.gz
audit-0.9.11.tar.gz
audit-0.9.12.tar.gz
audit-0.9.13.tar.gz

View File

@ -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 @@ curdir=`pwd`
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 @@ fi
%changelog
* Thu Jun 23 2005 Steve Grubb <sgrubb@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@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

View File

@ -1 +1 @@
591bea95f3d7aac34d8d38a3b70eb53e audit-0.9.12.tar.gz
c2ecdd267aad273ce15697a631c62991 audit-0.9.13.tar.gz