diff --git a/argus.spec b/argus.spec index de06e3a..b66df22 100644 --- a/argus.spec +++ b/argus.spec @@ -1,6 +1,6 @@ Name: argus Version: 2.0.6.fixes.1 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Network transaction audit tool License: GPLv2+ Group: Applications/Internet @@ -38,6 +38,9 @@ Clients to the argus probe which process and display information. %setup -a1 %patch0 -p1 %patch1 -p1 +# bpf_dump conflicts with a function with slightly different prototype (added +# const) in libpcap 1.0 +sed -i -e s/bpf_dump/internal_bpf_dump/g include/argus_filter.h common/argus_{filter,parse}.c pushd %{name}-clients-%{version} %patch2 -p1 %patch3 -p1 @@ -123,6 +126,9 @@ fi %{_mandir}/man5/ra* %changelog +* Sun Oct 04 2009 Kevin Kofler - 2.0.6.fixes.1-19 +- Fix build with libpcap 1.0 (rename conflicting bpf_dump symbol) + * Wed Sep 30 2009 Gabriel Somlo - 2.0.6.fixes.1-18 - Rebuilt for libpcap.1.0