--- rpms/qpsmtpd/sme7/qpsmtpd.spec 2007/06/14 23:19:24 1.4 +++ rpms/qpsmtpd/sme7/qpsmtpd.spec 2007/06/15 19:43:32 1.6 @@ -1,6 +1,6 @@ Name: qpsmtpd Version: 0.40 -Release: 1.1%{?dist} +Release: 1.3%{?dist} %define orig_version 0.40 Summary: qpsmtpd License: distributable @@ -30,6 +30,7 @@ Patch100: qpsmtpd-0.40-badhelo_disconnec Patch101: qpsmtpd-0.40-badrcptto_allowrelay.patch Patch102: qpsmtpd-0.40-clamav_fix.patch Patch103: qpsmtpd-0.40-peer_hooks.patch +Patch104: qpsmtpd-0.40-clamd_conf.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -72,8 +73,9 @@ qpsmpd-async which uses it. #%patch8 -p0 -b .dns-random-id %patch100 -p1 %patch101 -p1 -%patch102 -p1 +#%patch102 -p1 %patch103 -p1 +%patch104 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl @@ -271,8 +273,14 @@ fi /sbin/chkconfig --add qpsmtpd-forkserver %changelog +* Fri Jun 15 2007 Shad L. Lords 0.40-1.3.sme +- Fix clamd.conf path for clamav plugin [SME: 3067] + +* Thu Jun 14 2007 Shad L. Lords 0.40-1.2.sme +- Fix clamav patch so service starts [SME: 3065] + * Thu Jun 14 2007 Shad L. Lords 0.40-1.1.sme -- Update for smeserver +- Update for smeserver [SME: 3065] * Tue Jun 12 2007 0.40-1.0 - updated to 0.40 - no code change.