diff --git a/dovecot-2.1-pigeonhole.configfiles b/dovecot-2.1-pigeonhole.configfiles new file mode 100644 index 0000000..59a5647 --- /dev/null +++ b/dovecot-2.1-pigeonhole.configfiles @@ -0,0 +1,2 @@ +/etc/dovecot/conf.d/20-managesieve.conf +/etc/dovecot/conf.d/90-sieve.conf diff --git a/dovecot-2.2-pigeonhole.configfiles b/dovecot-2.2-pigeonhole.configfiles new file mode 100644 index 0000000..d50fde7 --- /dev/null +++ b/dovecot-2.2-pigeonhole.configfiles @@ -0,0 +1,4 @@ +/etc/dovecot/conf.d/20-managesieve.conf +/etc/dovecot/conf.d/90-sieve-extprograms.conf +/etc/dovecot/conf.d/90-sieve.conf +/etc/dovecot/sieve-ldap.conf diff --git a/dovecot.changes b/dovecot.changes index 508d837..0e411bb 100644 --- a/dovecot.changes +++ b/dovecot.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 11 11:39:44 UTC 2014 - mrueckert@suse.de + +- also track the config files from the sieve support in the %ghost + ------------------------------------------------------------------- Wed Sep 10 10:13:49 UTC 2014 - mrueckert@suse.de diff --git a/dovecot.spec b/dovecot.spec index d4a7b48..f7fe4a2 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -48,7 +48,8 @@ Source6: %{name}-fw Source7: dovecot.tmpfiles.d Source8: dovecot.service Source9: dovecot.socket - +Source10: dovecot-2.1-pigeonhole.configfiles +Source11: dovecot-2.2-pigeonhole.configfiles %description Dovecot is an IMAP and POP3 server for Linux and UNIX-like systems, written primarily with security in mind. Although it is written in C,