--- rpms/qpsmtpd/sme7/qpsmtpd.spec 2009/10/16 22:49:40 1.18 +++ rpms/qpsmtpd/sme7/qpsmtpd.spec 2009/11/03 21:53:04 1.23 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.17 2009/10/16 22:45:26 slords Exp $ +# $Id: qpsmtpd.spec,v 1.22 2009/11/02 17:52:56 bytegw Exp $ Name: qpsmtpd Version: 0.83 -Release: 0.1%{?dist} +Release: 0.5%{?dist} Summary: qpsmtpd + qpsmtpd-apache + qpsmtpd-async License: distributable Group: System Environment/Daemons @@ -11,6 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version BuildRequires: perl >= 0:5.00503 BuildArchitectures: noarch Requires: perl(Mail::Header), perl(Net::DNS) perl(Net::IP) +Requires(pre): coreutils, shadow-utils, perl Source0: %{name}-%{version}.tar.gz Source1: qpsmtpd-forkserver.rc @@ -21,6 +22,8 @@ Source5: in.qpsmtpd Source6: qpsmtpd.conf Source7: README.selinux +Patch10: qpsmtpd-0.83-loginit.patch + Patch100: qpsmtpd-0.40-badrcptto_allowrelay.patch Patch101: qpsmtpd-0.83-peer_hooks.patch Patch102: qpsmtpd-0.83-clamd_conf.patch @@ -55,6 +58,7 @@ qpsmpd-async which uses it. %prep %setup -q +%patch10 -p1 %patch100 -p1 %patch101 -p1 %patch102 -p1 @@ -133,8 +137,8 @@ fi %config(noreplace) %{_sysconfdir}/qpsmtpd/* %config(noreplace) %{_sysconfdir}/xinetd.d/smtp %config(noreplace) %{_sysconfdir}/sysconfig/qpsmtpd-forkserver -%attr(0700,smtpd,smtpd) %dir %{_localstatedir}/spool/qpsmtpd -%attr(0750,smtpd,smtpd) %dir %{_localstatedir}/log/qpsmtpd +%attr(2750,qpsmtpd,clamav) %dir %{_localstatedir}/spool/qpsmtpd +%attr(2750,smelog,smelog) %dir %{_localstatedir}/log/qpsmtpd %files apache %defattr(-,root,root) @@ -168,6 +172,20 @@ then fi %changelog +* Tue Nov 3 2009 0.83-0.5.sme +- Update pre requires so scripts don't fail on install [SME: 5557] + +* Sat Oct 31 2009 0.83-0.4.sme +- Rebase bad_rcptto patch to remove orig file [SME: 5549] +- Change logging in tls init to prevent warnings [SME: 5550] + +* Thu Oct 29 2009 0.83-0.3.sme +- Only run/initialize plugins once [SME: 5533] + +* Mon Oct 26 2009 0.83-0.2.sme +- Change spool dir permissions and owner to qpsmtpd:clamav +- Change log dir permissions and owner to smelog:smelog + * Fri Sep 18 2009 0.83-0.1.sme - Update to 0.83 - add sme specific patches