dovecot/dovecot.changes
Marcus Rueckert 4a4057820a Accepting request 248308 from home:darix:dovecot
- make the /etc/dovecot handling consistent between dovecot and
  dovecotXY. both now use:
  %dir /etc/dovecot
  %ghost %config(noreplace) /etc/dovecot/*

OBS-URL: https://build.opensuse.org/request/show/248308
OBS-URL: https://build.opensuse.org/package/show/server:mail/dovecot?expand=0&rev=2
2014-09-10 12:49:21 +00:00

66 lines
2.3 KiB
Plaintext

-------------------------------------------------------------------
Wed Sep 10 10:13:49 UTC 2014 - mrueckert@suse.de
- make the /etc/dovecot handling consistent between dovecot and
dovecotXY. both now use:
%dir /etc/dovecot
%ghost %config(noreplace) /etc/dovecot/*
-------------------------------------------------------------------
Mon Sep 8 23:16:05 UTC 2014 - mrueckert@suse.de
- copy the correct file as init script in the non systemd case
- remove %buildroot from %pre script just in case we uncomment that
part at some point
- only have %post in the systemd case
-------------------------------------------------------------------
Mon Sep 8 23:00:14 UTC 2014 - mrueckert@suse.de
- we dont need a dovecot implementation at build time just at
install time. add BuildIgnore to get around the loop.
-------------------------------------------------------------------
Fri Sep 5 15:56:35 UTC 2014 - mrueckert@suse.de
- remove triggers again. when we handle the dovecot update problems
by manually stopping in %pre and manually starting up again in
%postun we dont need them anymore.
-------------------------------------------------------------------
Fri Sep 5 13:03:30 UTC 2014 - mrueckert@suse.de
- as we cant use service_del_preun we should still check if it is
the last package that we install otherwise we kill it
unconditionally
-------------------------------------------------------------------
Fri Sep 5 12:51:40 UTC 2014 - mrueckert@suse.de
- no longer restart the socket activation. this seems to kill the
dovecot.
-------------------------------------------------------------------
Fri Sep 5 11:35:37 UTC 2014 - mrueckert@suse.de
- move ldconfig to the versioned packages
- own the shared var directories.
- kick out the triggerin script as we dont need it.
- restart dovecot also when the module packages are updated
-------------------------------------------------------------------
Fri Sep 5 11:18:40 UTC 2014 - mrueckert@suse.de
- added trigger scripts
-------------------------------------------------------------------
Fri Sep 5 10:59:11 UTC 2014 - mrueckert@suse.de
- make the dovecot implementation a prereq
-------------------------------------------------------------------
Thu Sep 4 13:44:06 UTC 2014 - mrueckert@suse.de
- start an unversioned wrapper package again