Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
718f4ea6aa | ||
df2a984573 | |||
d4d4bb3057 | |||
fa9bebd29b |
@@ -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";
|
||||
}
|
||||
}
|
||||
|
@@ -1,5 +1,5 @@
|
||||
%define version 1.6.0
|
||||
%define release 22
|
||||
%define version 11.0.0
|
||||
%define release 4
|
||||
%define name smeserver-dovecot
|
||||
|
||||
|
||||
@@ -14,11 +14,13 @@ Source: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
|
||||
BuildArchitectures: noarch
|
||||
BuildRequires: e-smith-devtools
|
||||
BuildRequires: smeserver-devtools
|
||||
|
||||
Requires: e-smith-base >= 5.2.0
|
||||
Requires: smeserver-base >= 5.2.0
|
||||
Requires: dovecot >= 2.0.9
|
||||
|
||||
Provides: smeserver-imap
|
||||
Provides: smeserver-pop3
|
||||
Provides: e-smith-imap
|
||||
Provides: e-smith-pop3
|
||||
Obsoletes: e-smith-imap
|
||||
@@ -36,6 +38,18 @@ Configure the dovecot IMAP server with sieve scripts support,
|
||||
quota, ACL, extended logging, master user
|
||||
|
||||
%changelog
|
||||
* Sat Mar 30 2024 Trevor Batley <trevor@batley.id.au> 11.0.0-4.sme
|
||||
- template fix as per [SME: 12562]
|
||||
|
||||
* Sat Mar 23 2024 Jean-Philippe Pialasse <jpp@koozali.org> 11.0.0-3.sme
|
||||
- Provides smeserver-imap smeserver-pop3 [SME: 12521]
|
||||
|
||||
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-2.sme
|
||||
- Change Requires: e-smith- to Requires:smeserver-
|
||||
|
||||
* Sat Mar 23 2024 Brian Read <brianr@koozali.org>11.0.0-1.sme
|
||||
- Update Release and Version to base version and 1st release for SME11 [SME: 12518]
|
||||
|
||||
* Thu Oct 26 2023 cvs2git.sh aka Brian Read <brianr@koozali.org> 1.6.0-22.sme
|
||||
- Roll up patches and move to git repo [SME: 12338]
|
||||
|
||||
|
Reference in New Issue
Block a user