--- rpms/qpsmtpd/sme7/qpsmtpd.spec 2007/06/26 18:35:59 1.7 +++ rpms/qpsmtpd/sme7/qpsmtpd.spec 2007/06/30 20:52:33 1.10 @@ -1,6 +1,6 @@ Name: qpsmtpd Version: 0.40 -Release: 1.4%{?dist} +Release: 1.6%{?dist} %define orig_version 0.40 Summary: qpsmtpd License: distributable @@ -32,6 +32,7 @@ Patch102: qpsmtpd-0.40-clamav_fix.patch Patch103: qpsmtpd-0.40-peer_hooks.patch Patch104: qpsmtpd-0.40-clamd_conf.patch Patch105: qpsmtpd-0.40-denysoft.patch +Patch106: qpsmtpd-0.40-clamav-headers.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -78,6 +79,7 @@ qpsmpd-async which uses it. %patch103 -p1 %patch104 -p1 %patch105 -p1 +%patch106 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLSITELIB=/usr/lib/perl5/site_perl @@ -253,28 +255,13 @@ find $RPM_BUILD_ROOT/usr -type f -path ' /usr/share/qpsmtpd/plugins/async/dnsbl /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost +%changelog +* Thu Jun 30 2007 Shad L. Lords 0.40-1.6.sme +- Move clamav headers to top to not mess up message signing. +* Thu Jun 28 2007 Gavin Weight 0.40-1.5.sme +- Remove the scriptlets within the .spec file. [SME: 3112] - - - -%pre -if ! id smtpd >/dev/null 2>&1 -then - # need to create smtpd user. - if perl -e 'exit ! defined(getgrnam("postdrop"))' - then - # if postfix is installed, we will probably use - # queue/postfix, which will need this: - supp="-G postdrop" - fi - useradd -r -m $supp smtpd -fi - -%post -/sbin/chkconfig --add qpsmtpd-forkserver - -%changelog * Mon Jun 25 2007 Shad L. Lords 0.40-1.4.sme - Deny soft if clamscan fails [SME: 3098]