Accepting request 632348 from home:darix:playground

- add conflicts on rspamd-client to ease switching between the 2
  modes

- undo the split by guarding it with split_out_client:
  osc build --with=split_out_client if you want to build with it

- replace our copy of rspamd.conf with a patch rspamd-conf.patch:
  currently we only replace the logging to rspamd.conf with console
  and set systemd mode

- split out rspamc and rspamadm into a rspamd-client package.
  the main package will still require it so nothing would change
  from this perspective.
  This allows administration and training from other machines
  without installing the whole stack.

- added rspamd-after-redis-target.patch:
  make sure we start rspamd after redis.target

OBS-URL: https://build.opensuse.org/request/show/632348
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=22
This commit is contained in:
Andreas Schneider
2018-08-31 12:46:07 +00:00
committed by Git OBS Bridge
parent f92850d1d0
commit 265361bd7c
5 changed files with 99 additions and 72 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Aug 30 14:06:44 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
- add conflicts on rspamd-client to ease switching between the 2
modes
-------------------------------------------------------------------
Thu Aug 30 13:48:21 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
- undo the split by guarding it with split_out_client:
osc build --with=split_out_client if you want to build with it
-------------------------------------------------------------------
Thu Aug 30 13:39:03 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
- replace our copy of rspamd.conf with a patch rspamd-conf.patch:
currently we only replace the logging to rspamd.conf with console
and set systemd mode
-------------------------------------------------------------------
Wed Aug 29 15:53:10 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
- split out rspamc and rspamadm into a rspamd-client package.
the main package will still require it so nothing would change
from this perspective.
This allows administration and training from other machines
without installing the whole stack.
-------------------------------------------------------------------
Wed Aug 29 15:52:31 UTC 2018 - Marcus Rueckert <mrueckert@suse.de>
- added rspamd-after-redis-target.patch:
make sure we start rspamd after redis.target
-------------------------------------------------------------------
Wed Aug 8 08:09:26 UTC 2018 - iippolitov@gmail.com