rpms/audit/F-9 audit.spec,1.180,1.181 sources,1.118,1.119

Steve Grubb sgrubb at fedoraproject.org
Wed Sep 17 21:07:02 UTC 2008


Author: sgrubb

Update of /cvs/pkgs/rpms/audit/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13748

Modified Files:
	audit.spec sources 
Log Message:
* Wed Sep 17 2008 Steve Grubb <sgrubb at redhat.com> 1.7.7-1
- Add watched syscall support to audisp-prelude
- 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: audit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audit/F-9/audit.spec,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- audit.spec	25 Aug 2008 20:53:28 -0000	1.180
+++ audit.spec	17 Sep 2008 21:06:32 -0000	1.181
@@ -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.7
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
@@ -14,6 +14,7 @@
 Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz
 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
@@ -100,7 +101,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}
@@ -165,10 +166,10 @@
 	--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
+%ifnarch ppc ppc64
+%check
+make check
+%endif
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -323,6 +324,13 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/system-config-audit-server
 
 %changelog
+* Wed Sep 17 2008 Steve Grubb <sgrubb at redhat.com> 1.7.7-1
+- Add watched syscall support to audisp-prelude
+- 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/F-9/sources,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- sources	25 Aug 2008 20:53:28 -0000	1.118
+++ sources	17 Sep 2008 21:06:32 -0000	1.119
@@ -1 +1 @@
-584b681fb473c74e2325b92a4c3d3423  audit-1.7.5.tar.gz
+be66a1e78091f0e7280e286784c5b4b3  audit-1.7.7.tar.gz




More information about the fedora-extras-commits mailing list