From 00781161f4a3371e02045aa04b6923792fdb0a84 Mon Sep 17 00:00:00 2001 From: Paul P Komkoff Jr Date: Feb 22 2008 22:58:59 +0000 Subject: conntrack-tools-0.9.5-5 --- diff --git a/conntrack-tools-pathmax.patch b/conntrack-tools-pathmax.patch new file mode 100644 index 0000000..17383d9 --- /dev/null +++ b/conntrack-tools-pathmax.patch @@ -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 ++#include + #include "conntrackd.h" + #include "log.h" + #include diff --git a/conntrack-tools.spec b/conntrack-tools.spec index 77ef326..2d922e4 100644 --- a/conntrack-tools.spec +++ b/conntrack-tools.spec @@ -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 - 0.9.5-5 +- fix the PATH_MAX-related compilation problem + * Tue Feb 19 2008 Fedora Release Engineering - 0.9.5-4 - Autorebuild for GCC 4.3