diff --git a/.cvsignore b/.cvsignore index d9cdcb0..748c792 100644 --- a/.cvsignore +++ b/.cvsignore @@ -92,3 +92,4 @@ audit-1.7.3.tar.gz audit-1.7.4.tar.gz audit-1.7.5.tar.gz audit-1.7.6.tar.gz +audit-1.7.7.tar.gz diff --git a/audit.spec b/audit.spec index 8e0a0e6..65f1d94 100644 --- a/audit.spec +++ b/audit.spec @@ -1,12 +1,12 @@ %define sca_version 0.4.8 -%define sca_release 2 +%define sca_release 3 %define selinux_variants mls strict targeted %define selinux_policyver 3.2.5 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 1.7.6 +Version: 1.7.7 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons @@ -168,8 +168,8 @@ desktop-file-install \ --delete-original \ system-config-audit/system-config-audit.desktop -#% check -#make check +%check +make check %clean rm -rf $RPM_BUILD_ROOT @@ -324,6 +324,11 @@ fi %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server %changelog +* Wed Sep 17 2008 Steve Grubb 1.7.7-1 +- Bug fixes for GSSAPI code in remote logging (DJ Delorie) +- Add watched syscall support to audisp-prelude +- Enable tcp_wrappers support in auditd + * Wed Sep 11 2008 Steve Grubb 1.7.6-1 - Add subject to audit daemon events (Chu Li) - Add tcp_wrappers support for auditd diff --git a/sources b/sources index bcd8a06..3ee63eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4dcd4f2f9535feb38a2ad0c594dfdeb1 audit-1.7.6.tar.gz +be66a1e78091f0e7280e286784c5b4b3 audit-1.7.7.tar.gz