--- rpms/e-smith-email/sme10/e-smith-email.spec 2016/06/15 08:30:29 1.6 +++ rpms/e-smith-email/sme10/e-smith-email.spec 2020/06/28 03:52:15 1.7 @@ -1,10 +1,10 @@ -# $Id: e-smith-email.spec,v 1.5 2016/06/07 06:57:30 vip-ire Exp $ +# $Id: e-smith-email.spec,v 1.6 2016/06/15 08:30:29 unnilennium Exp $ Summary: e-smith server and gateway - email module %define name e-smith-email Name: %{name} %define version 5.6.0 -%define release 6 +%define release 7 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -14,6 +14,8 @@ Patch0: e-smith-email-5.6.0-smtpd_to_qps Patch1: e-smith-email-5.6.0-qpsmtpd_in_auth_proxy.patch Patch2: e-smith-email-5.6.0-qpsmtpd_in_masq_templates.patch Patch3: e-smith-email-5.6.0-mysqld2mariadb.patch +Patch4: e-smith-email-5.6.0-bz3802-create-local-pseudo.patch + BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot Requires: e-smith-base >= 4.15.0-39 Requires: e-smith-tinydns >= 1.0.0-5 @@ -41,6 +43,7 @@ AutoReqProv: no %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build perl createlinks @@ -80,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT e-smith server and gateway software - email module. %changelog +* Sat Jun 27 2020 Jean-Philipe Pialasse 5.6.0-7.sme +- allow creation of pseudonyms with setting of local only [SME: 3802] + * Wed Jun 15 2016 Jean-Philipe Pialasse 5.6.0-6.sme - fix webmail status not displaying correctly in manager [SME: 9594]