From 906818c457acd1f5494dd215d4b6d5e941793c75415462436a4ac0aefc5371e0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 10 Jun 2020 13:08:44 +0000 Subject: [PATCH] - 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). OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=144 --- patterns-base.changes | 10 ++++++++++ patterns-base.spec | 2 ++ 2 files changed, 12 insertions(+) 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.