diff --git a/patterns-base.changes b/patterns-base.changes index 49895cf..9485cdf 100644 --- a/patterns-base.changes +++ b/patterns-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 17 15:18:17 UTC 2021 - Richard Brown + +- base: favour psmisc over busybox-psmisc or other equivalents + ------------------------------------------------------------------- Sat Nov 20 22:18:18 UTC 2021 - Atri Bhattacharya diff --git a/patterns-base.spec b/patterns-base.spec index 6ff6852..216b8b5 100644 --- a/patterns-base.spec +++ b/patterns-base.spec @@ -191,6 +191,8 @@ Suggests: openssl Suggests: openssl-1_1 # We have two providers for libz.so.1: libz1 and libz1-ng-compat1. Favor the legacy one for now Suggests: libz1 +# We have two providers of psmisc, favour the regular one (not the busybox one) +Suggests: psmisc %description base This is the base runtime system. It contains only a basic multiuser booting system. For running on real hardware, you need to add additional packages and pattern to make this pattern useful on its own.