- Rename pam_audit to pam_loginuid to reflect what it does

- Fix bug in detecting space left on partition
- Fix bug in handling of suspended logging
This commit is contained in:
Steve Grubb 2005-02-23 23:24:19 +00:00
parent 668644befb
commit 78412f0335
3 changed files with 12 additions and 4 deletions

View File

@ -2,3 +2,4 @@ audit-0.5.tar.gz
audit-0.6.2.tar.gz
audit-0.5.5.tar.gz
audit-0.6.3.tar.gz
audit-0.6.4.tar.gz

View File

@ -1,7 +1,7 @@
Summary: User space tools for 2.6 kernel auditing.
Name: audit
Version: 0.6.3
Release: 3
Version: 0.6.4
Release: 1
License: GPL
Group: System Environment/Daemons
URL: http://people.redhat.com/sgrubb/audit/
@ -104,11 +104,12 @@ fi
%files
%defattr(-,root,root,-)
%doc ChangeLog sample.rules
%doc README COPYING ChangeLog sample.rules
%attr(0644,root,root) %{_mandir}/man8/*
%attr(750,root,root) /sbin/auditctl
%attr(750,root,root) /sbin/auditd
%attr(755,root,root) /%{_lib}/security/pam_audit.so
%attr(750,root,root) /sbin/ausearch
%attr(755,root,root) /%{_lib}/security/pam_loginuid.so
%attr(755,root,root) /etc/rc.d/init.d/auditd
%config(noreplace) %attr(640,root,root) /etc/auditd.conf
%config(noreplace) %attr(640,root,root) /etc/audit.rules
@ -116,6 +117,11 @@ fi
%changelog
* Wed Feb 23 2005 Steve Grubb <sgrubb@redhat.com> 0.6.4-1
- Rename pam_audit to pam_loginuid to reflect what it does
- Fix bug in detecting space left on partition
- Fix bug in handling of suspended logging
* Wed Feb 23 2005 David Woodhouse <dwmw2@redhat.com> 0.6.3-3
- Include stdint.h in libaudit.h and require new glibc-kernheaders

View File

@ -1,2 +1,3 @@
1957c329942bcacf8821de43d596fe1b audit-0.6.2.tar.gz
36054c4f05d5ef1922cabf5b32824874 audit-0.6.3.tar.gz
ef25d37e80f64abc64e79f8077c41bfe audit-0.6.4.tar.gz