diff --git a/patterns-base.changes b/patterns-base.changes index fcde469..d70681b 100644 --- a/patterns-base.changes +++ b/patterns-base.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 10 13:07:04 UTC 2020 - Dominique Leuenberger + +- Suggest postfix from the basesystem pattern: suggested packages + are not flagged for installation, but give the solver a hint. So + in case something wants an MTA (smtp_daemon), openSUSE installs + will all default to postfix (as the base pattern is generally + installed). Users are still free to switch as they wish + (boo#1136078). + ------------------------------------------------------------------- Mon Jun 1 12:35:44 UTC 2020 - Michal Suchanek diff --git a/patterns-base.spec b/patterns-base.spec index 2413348..714f84d 100644 --- a/patterns-base.spec +++ b/patterns-base.spec @@ -172,6 +172,8 @@ Recommends: issue-generator %endif # hint for aaa_base requiring /usr/bin/xz Suggests: xz +# if anything wants to recommend an MTA, openSUSE defaults to postfix (boo#1136078) +Suggests: postfix %description base This is the base runtime system. It contains only a minimal multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.