--- rpms/qpsmtpd/sme7/qpsmtpd.spec 2007/06/26 18:35:59 1.7 +++ rpms/qpsmtpd/sme7/qpsmtpd.spec 2007/06/28 18:11:39 1.8 @@ -1,6 +1,6 @@ Name: qpsmtpd Version: 0.40 -Release: 1.4%{?dist} +Release: 1.5%{?dist} %define orig_version 0.40 Summary: qpsmtpd License: distributable @@ -253,28 +253,10 @@ find $RPM_BUILD_ROOT/usr -type f -path ' /usr/share/qpsmtpd/plugins/async/dnsbl /usr/share/qpsmtpd/plugins/async/require_resolvable_fromhost - - - - - -%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 +* Thu Jun 28 2007 Gavin Weight 0.40-1.5.sme +- Remove the scriptlets within the .spec file. [SME: 3112] + * Mon Jun 25 2007 Shad L. Lords 0.40-1.4.sme - Deny soft if clamscan fails [SME: 3098]