diff --git a/psad.spec b/psad.spec index ed5f137..450693e 100644 --- a/psad.spec +++ b/psad.spec @@ -5,13 +5,14 @@ Summary: Port Scan Attack Detector (psad) watches for suspect traffic Name: psad Version: 2.1.7 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2+ Group: System Environment/Daemons Url: http://www.cipherdyne.org/psad/ Source: http://www.cipherdyne.org/psad/download/%name-%version.tar.bz2 Patch1: psad-2.1.2-initscript.patch Patch2: psad-2.1.7-archive.patch +Patch3: psad-2.1.7-qw.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: iptables Requires(post): chkconfig @@ -47,6 +48,8 @@ iptables string match module to detect application layer signatures. %setup -q %patch1 -p1 -b .init %patch2 -p1 -b .archive +%patch3 -p1 -b .qw + sed -i 's,_CHANGEME_,localhost,' psad.conf %build @@ -142,6 +145,9 @@ fi %dir %psadrundir %changelog +* Thu Jan 19 2012 Peter Vrabec 2.1.7-4 +- adjust qw() use to new perl (#771779) + * Sat Jan 14 2012 Fedora Release Engineering - 2.1.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild