diff --git a/audit.spec b/audit.spec index d04864f..499ce21 100644 --- a/audit.spec +++ b/audit.spec @@ -5,13 +5,12 @@ Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 2.3.1 -Release: 2%{?dist} +Version: 2.3.2 +Release: 1%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://people.redhat.com/sgrubb/audit/ Source0: http://people.redhat.com/sgrubb/audit/%{name}-%{version}.tar.gz -Patch1: audit-2.3.2-restart.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: swig python-devel BuildRequires: tcp_wrappers-devel krb5-devel libcap-ng-devel @@ -91,11 +90,9 @@ behavior. %prep %setup -q -%patch1 -p1 -autoreconf -fv --install %build -%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes --with-prelude --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes --with-armeb \ +%configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes --with-prelude --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes --with-armeb --with-aarch64 \ %if %{WITH_SYSTEMD} --enable-systemd %endif @@ -281,6 +278,9 @@ fi %attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz %changelog +* Mon Jul 29 2013 Steve Grubb 2.3.2-1 +- New upstream bugfix/enhancement release + * Fri May 31 2013 Steve Grubb 2.3.1-2 - Fix unknown lvalue in auditd.service (#969345) diff --git a/sources b/sources index 0860e8e..6bf08c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -82c2c4b1052d7c1e948deafa0d5077fe audit-2.3.1.tar.gz +4e8d065b5cc16b77b9b61e93a9ed160e audit-2.3.2.tar.gz