- Remove /lib/libaudit.so & .la from audit-libs package
- In auditctl, if syscall not given, default to all
This commit is contained in:
parent
812847b7d0
commit
64cb26697f
@ -29,3 +29,4 @@ audit-0.9.9.tar.gz
|
|||||||
audit-0.9.10.tar.gz
|
audit-0.9.10.tar.gz
|
||||||
audit-0.9.11.tar.gz
|
audit-0.9.11.tar.gz
|
||||||
audit-0.9.12.tar.gz
|
audit-0.9.12.tar.gz
|
||||||
|
audit-0.9.13.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: User space tools for 2.6 kernel auditing.
|
Summary: User space tools for 2.6 kernel auditing.
|
||||||
Name: audit
|
Name: audit
|
||||||
Version: 0.9.12
|
Version: 0.9.13
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -67,6 +67,9 @@ curdir=`pwd`
|
|||||||
cd $RPM_BUILD_ROOT/%{_libdir}
|
cd $RPM_BUILD_ROOT/%{_libdir}
|
||||||
ln -s ../../%{_lib}/libaudit.so libaudit.so
|
ln -s ../../%{_lib}/libaudit.so libaudit.so
|
||||||
cd $curdir
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -119,6 +122,10 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 22 2005 Steve Grubb <sgrubb@redhat.com> 0.9.12-1
|
||||||
- Add some syslog messages for a couple exits
|
- Add some syslog messages for a couple exits
|
||||||
- Add some unlinks of the pid file in a couple error exits
|
- Add some unlinks of the pid file in a couple error exits
|
||||||
|
Loading…
Reference in New Issue
Block a user