rpms/audit/devel .cvsignore, 1.94, 1.95 audit.spec, 1.182, 1.183 sources, 1.118, 1.119

Steve Grubb sgrubb at fedoraproject.org
Thu Sep 11 22:51:46 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17675

Modified Files:
	.cvsignore audit.spec sources 
Log Message:
* Wed Sep 11 2008 Steve Grubb <sgrubb at redhat.com> 1.7.6-1
- Add subject to audit daemon events (Chu Li)
- Add tcp_wrappers support for auditd
- Updated syscall tables for 2.6.27 kernel
- Audit connect/disconnect of remote clients
- Add GSS/Kerberos encryption to the remote protocol (DJ Delorie)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/.cvsignore,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- .cvsignore	25 Aug 2008 20:05:08 -0000	1.94
+++ .cvsignore	11 Sep 2008 22:51:16 -0000	1.95
@@ -91,3 +91,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


Index: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/audit.spec,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- audit.spec	31 Aug 2008 16:54:48 -0000	1.182
+++ audit.spec	11 Sep 2008 22:51:16 -0000	1.183
@@ -1,12 +1,12 @@
 %define sca_version 0.4.8
-%define sca_release 1
+%define sca_release 2
 %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.5
+Version: 1.7.6
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
@@ -15,6 +15,7 @@
 Patch1: audit-1.7.5-policy.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: gettext-devel intltool libtool swig python-devel
+BuildRequires: tcp_wrappers-devel krb5-devel
 BuildRequires: kernel-headers >= 2.6.18
 BuildRequires: automake >= 1.9
 BuildRequires: autoconf >= 2.59
@@ -102,7 +103,7 @@
 
 %build
 (cd system-config-audit; ./autogen.sh)
-%configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude
+%configure --sbindir=/sbin --libdir=/%{_lib} --with-prelude --with-libwrap --enable-gssapi-krb5
 make %{?_smp_mflags}
 cd zos-remote-policy
 for selinuxvariant in %{selinux_variants}
@@ -167,10 +168,8 @@
 	--delete-original				\
 	system-config-audit/system-config-audit.desktop
 
-# This is a reminder to enable it when tests
-# aren't based on postfix uids
-#% check
-#make check
+%check
+make check
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -325,6 +324,13 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Wed Sep 11 2008 Steve Grubb <sgrubb at redhat.com> 1.7.6-1
+- Add subject to audit daemon events (Chu Li)
+- Add tcp_wrappers support for auditd
+- Updated syscall tables for 2.6.27 kernel
+- Audit connect/disconnect of remote clients
+- Add GSS/Kerberos encryption to the remote protocol (DJ Delorie)
+
 * Mon Aug 25 2008 Steve Grubb <sgrubb at redhat.com> 1.7.5-1
 - Update system-config-audit to 0.4.8
 - Whole lot of bug fixes - see ChangeLog for details


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/audit/devel/sources,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- sources	25 Aug 2008 20:05:09 -0000	1.118
+++ sources	11 Sep 2008 22:51:16 -0000	1.119
@@ -1 +1 @@
-584b681fb473c74e2325b92a4c3d3423  audit-1.7.5.tar.gz
+4dcd4f2f9535feb38a2ad0c594dfdeb1  audit-1.7.6.tar.gz




More information about the fedora-extras-commits mailing list