diff --git a/root/etc/e-smith/db/configuration/migrate/dovecot b/root/etc/e-smith/db/configuration/migrate/dovecot index 90a9b3c..f05e689 100644 --- a/root/etc/e-smith/db/configuration/migrate/dovecot +++ b/root/etc/e-smith/db/configuration/migrate/dovecot @@ -1,5 +1,5 @@ { foreach my $sservice qw(imap imaps pop3 pop3s) { - $DB->set_prop($sservice, "type", "configuration") if ${$sservice}{type} eq "service"; + $DB->set_prop($sservice, "type", "configuration") if $DB->${$sservice}->{type} eq "service"; } } diff --git a/smeserver-dovecot.spec b/smeserver-dovecot.spec index 1893fd5..2ca869e 100644 --- a/smeserver-dovecot.spec +++ b/smeserver-dovecot.spec @@ -1,5 +1,5 @@ %define version 11.0.0 -%define release 3 +%define release 4 %define name smeserver-dovecot @@ -38,6 +38,9 @@ Configure the dovecot IMAP server with sieve scripts support, quota, ACL, extended logging, master user %changelog +* Sat Mar 30 2024 Trevor Batley 11.0.0-4.sme +- template fix as per [SME: 12562] + * Sat Mar 23 2024 Jean-Philippe Pialasse 11.0.0-3.sme - Provides smeserver-imap smeserver-pop3 [SME: 12521]