--- rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/05/06 19:58:08 1.22 +++ rpms/qpsmtpd/sme9/qpsmtpd.spec 2016/05/08 08:15:16 1.23 @@ -1,8 +1,8 @@ -# $Id: qpsmtpd.spec,v 1.12 2015/02/15 16:25:57 vip-ire Exp $ +# $Id: qpsmtpd.spec,v 1.22 2016/05/06 19:58:08 vip-ire Exp $ Name: qpsmtpd Version: 0.96 -Release: 1%{?dist} +Release: 2%{?dist} Summary: qpsmtpd + qpsmtpd-apache License: MIT Group: System Environment/Daemons @@ -38,6 +38,7 @@ Patch13: qpsmtpd-0.96-dkim_no_sign_for_o Patch14: qpsmtpd-0.96-fix_dmarc_reject.patch Patch15: qpsmtpd-0.96-add_dmarc_result_notes.patch Patch16: qpsmtpd-0.96-spf_on_no_dmarc_policy.patch +Patch17: qpsmtpd-0.96-find_karma_db_dir.patch %description qpsmtpd is a flexible smtpd daemon written in Perl. Apart from the core @@ -76,6 +77,7 @@ that turns Apache into an SMTP server us %patch14 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p1 %build CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL INSTALLDIRS="vendor" PREFIX="%{buildroot}%{_prefix}" @@ -158,6 +160,9 @@ then fi %changelog +* Fri May 6 2016 Daniel Berteaud 0.96-2.sme +- Backport a fix for karma_tool so it can find its database [SME: 9502] + * Fri May 6 2016 Daniel Berteaud 0.96-1.sme - Update to 0.96 (with some backports from GIT head) [SME: 8861]