From 0a744b1743b6a7d4500fe658a4938c80c5e709f0 Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Feb 18 2008 16:01:01 +0000 Subject: support config files with more than 507 rules (#304071) --- diff --git a/milter-regex.spec b/milter-regex.spec index 45136bd..2d8352d 100644 --- a/milter-regex.spec +++ b/milter-regex.spec @@ -1,6 +1,6 @@ Name: milter-regex Version: 1.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Sendmail milter plugin for regular expression filtering Group: System Environment/Daemons License: BSD @@ -30,7 +30,7 @@ emails using regular expressions. /usr/bin/head -n +31 milter-regex.c > LICENSE %build -%{__make} %{?_smp_mflags} -f Makefile.linux CFLAGS="%{optflags}" +%{__make} %{?_smp_mflags} -f Makefile.linux CFLAGS="%{optflags} -DYYMAXDEPTH=8192" %install %{__rm} -rf %{buildroot} @@ -83,6 +83,9 @@ fi %{_mandir}/man8/milter-regex.8* %changelog +* Mon Feb 18 2008 Paul Howarth - 1.7-3 +- support config files with more than 507 rules (#304071) + * Wed Aug 22 2007 Paul Howarth - 1.7-2 - rebuild for BuildID inclusion (http://fedoraproject.org/wiki/Releases/FeatureBuildId)