--- rpms/qpsmtpd/sme8/qpsmtpd.spec 2009/11/05 18:06:59 1.24 +++ rpms/qpsmtpd/sme8/qpsmtpd.spec 2010/03/03 16:23:23 1.25 @@ -1,15 +1,15 @@ -# $Id: qpsmtpd.spec,v 1.23 2009/11/04 16:59:38 charliebrady Exp $ +# $Id: qpsmtpd.spec,v 1.24 2009/11/05 18:06:59 snetram Exp $ Name: qpsmtpd Version: 0.83 -Release: 0.6%{?dist} +Release: 0.7%{?dist} Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async License: distributable Group: System Environment/Daemons URL: http://smtpd.develooper.com/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl >= 0:5.00503 -BuildArchitectures: noarch +BuildArch: noarch Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) Requires(pre): coreutils, shadow-utils, perl @@ -141,8 +141,6 @@ fi %config(noreplace) %{_sysconfdir}/qpsmtpd/* %config(noreplace) %{_sysconfdir}/xinetd.d/smtp %config(noreplace) %{_sysconfdir}/sysconfig/qpsmtpd-forkserver -%attr(2750,qpsmtpd,clamav) %dir %{_localstatedir}/spool/qpsmtpd -%attr(2750,smelog,smelog) %dir %{_localstatedir}/log/qpsmtpd %files apache %defattr(-,root,root) @@ -163,19 +161,12 @@ fi %{_datadir}/%{name}/plugins/async/* %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 %changelog +* Wed Mar 3 2010 0.83-0.7.sme +- Remove spool and log dir from package (in smeserver-qpsmtpd) +- Don't create smtpd user (unused in sme) [SME: 5815] + * Thu Nov 5 2009 0.83-0.6.sme - Apply qpsmtpd git changesets to implement custom SPAM subject prefix [SME: 5031]