diff --git a/patterns-base.changes b/patterns-base.changes index a82dc57..bc3f8a6 100644 --- a/patterns-base.changes +++ b/patterns-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 25 14:16:47 UTC 2021 - Dominique Leuenberger + +- Favor libz1 when in doubt and asked for libz.so.1. + ------------------------------------------------------------------- Tue Jun 22 11:52:12 UTC 2021 - Fabian Vogt diff --git a/patterns-base.spec b/patterns-base.spec index 951d2d3..5fca122 100644 --- a/patterns-base.spec +++ b/patterns-base.spec @@ -182,6 +182,8 @@ Suggests: pulseaudio Suggests: openssl # In line with above: the default openssl version is 1.1 for now; at the moment, the meta package does not provide all symbols needed 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 %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.