New upstream bugfix release

This commit is contained in:
Steve 2013-03-19 16:45:47 -04:00
parent cc51e43a5f
commit d5ed9a7726
3 changed files with 6 additions and 16 deletions

View File

@ -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 <sgrubb@redhat.com> 2.2.3-1
- New upstream bugfix release
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -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();

View File

@ -1 +1 @@
6641fde111cf5dfda6d4282ab8410df5 audit-2.2.2.tar.gz
4cdd3756f7b7122fc1a3e4627f01b446 audit-2.2.3.tar.gz