1
0
forked from pool/patterns-base

- Favor libz1 when in doubt and asked for libz.so.1.

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patterns-base?expand=0&rev=75
This commit is contained in:
Dominique Leuenberger 2021-06-25 14:17:16 +00:00 committed by Git OBS Bridge
parent 89377a241c
commit f95d72f4f7
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 25 14:16:47 UTC 2021 - Dominique Leuenberger <dleuenberger@suse.com>
- Favor libz1 when in doubt and asked for libz.so.1.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 22 11:52:12 UTC 2021 - Fabian Vogt <fvogt@suse.com> Tue Jun 22 11:52:12 UTC 2021 - Fabian Vogt <fvogt@suse.com>

View File

@ -182,6 +182,8 @@ Suggests: pulseaudio
Suggests: openssl 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 # 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 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 %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. 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.