diff --git a/audit.spec b/audit.spec index b162c04..a27b19a 100644 --- a/audit.spec +++ b/audit.spec @@ -5,13 +5,12 @@ Summary: User space tools for 2.6 kernel auditing Name: audit -Version: 2.2.2 -Release: 5%{?dist} +Version: 2.2.3 +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: fix-srand.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: swig python-devel BuildRequires: tcp_wrappers-devel krb5-devel libcap-ng-devel @@ -90,7 +89,6 @@ behavior. %prep %setup -q -%patch1 -p1 %build %configure --sbindir=/sbin --libdir=/%{_lib} --with-python=yes --with-prelude --with-libwrap --enable-gssapi-krb5=yes --with-libcap-ng=yes --with-armeb \ @@ -269,6 +267,9 @@ fi %attr(644,root,root) %{_mandir}/man8/audisp-remote.8.gz %changelog +* Tue Mar 19 2013 Steve Grubb 2.2.3-1 +- New upstream bugfix release + * Wed Feb 13 2013 Fedora Release Engineering - 2.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/fix-srand.patch b/fix-srand.patch deleted file mode 100644 index d18185e..0000000 --- a/fix-srand.patch +++ /dev/null @@ -1,11 +0,0 @@ -Index: trunk/lib/test/lookup_test.c -=================================================================== ---- trunk/lib/test/lookup_test.c (revision 737) -+++ trunk/lib/test/lookup_test.c (revision 738) -@@ -385,5 +385,5 @@ - // This is only for preventing collisions in s2i tests. - // If collisions are found in future, change the number. -- srand(2); -+ srand(3); - #ifdef WITH_ALPHA - test_alpha_table(); diff --git a/sources b/sources index 06a4758..9982b0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6641fde111cf5dfda6d4282ab8410df5 audit-2.2.2.tar.gz +4cdd3756f7b7122fc1a3e4627f01b446 audit-2.2.3.tar.gz