conntrack-tools-0.9.5-5

This commit is contained in:
Paul P Komkoff Jr 2008-02-22 22:58:59 +00:00
parent ee42b50d49
commit 00781161f4
2 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,12 @@
diff --git a/src/main.c b/src/main.c
index 007b76e..2ac4746 100644
--- a/src/main.c
+++ b/src/main.c
@@ -17,6 +17,7 @@
*/
#include <stdlib.h>
+#include <limits.h>
#include "conntrackd.h"
#include "log.h"
#include <sys/types.h>

View File

@ -1,14 +1,16 @@
Name: conntrack-tools
Version: 0.9.5
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Tools to manipulate netfilter connection tracking table
Group: System Environment/Base
License: GPLv2
URL: http://netfilter.org
Source0: http://netfilter.org/projects/%{name}/files/%{name}-%{version}.tar.bz2
Patch0: conntrack-tools-0.9.5-open.patch
Patch1: conntrack-tools-pathmax.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libnfnetlink-devel libnetfilter_conntrack-devel pkgconfig bison flex
BuildRequires: autoconf automake libtool
Provides: conntrack = 1.0-1
Obsoletes: conntrack < 1.0-1
@ -31,6 +33,8 @@ show an event message (one line) per newly established connection.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
autoreconf -i --force
%build
%configure --disable-static
@ -52,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man8/*
%changelog
* Fri Feb 22 2008 Paul P. Komkoff Jr <i@stingr.net> - 0.9.5-5
- fix the PATH_MAX-related compilation problem
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.9.5-4
- Autorebuild for GCC 4.3