From 35ead9e99038d7e763a46798642a8201593c076fc7827c22355324ec2b587832 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 25 Jun 2021 14:17:16 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/patterns-base revision 75.0 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=d23e1ab6d50d741c1f0730d759c36865 --- patterns-base.changes | 5 +++++ patterns-base.spec | 2 ++ 2 files changed, 7 insertions(+) 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. From 9db7ec90968bd98e64c363d88eae6cd9cc5390723c1de3e521f83659e877eeb1 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Wed, 14 Jul 2021 05:45:22 +0000 Subject: [PATCH 2/2] Accepting request 906169 from home:alarrosa:branches:system:install:head - Suggest libjack-devel so it's preferred to pipewire-libjack-0_3-devel since both provide pkgconfig(jack). OBS-URL: https://build.opensuse.org/request/show/906169 OBS-URL: https://build.opensuse.org/package/show/system:install:head/patterns-base?expand=0&rev=188 --- patterns-base.changes | 6 ++++++ patterns-base.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/patterns-base.changes b/patterns-base.changes index bc3f8a6..e70b1d8 100644 --- a/patterns-base.changes +++ b/patterns-base.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 13 15:22:30 UTC 2021 - Antonio Larrosa + +- Suggest libjack-devel so it's preferred to + pipewire-libjack-0_3-devel since both provide pkgconfig(jack). + ------------------------------------------------------------------- Fri Jun 25 14:16:47 UTC 2021 - Dominique Leuenberger diff --git a/patterns-base.spec b/patterns-base.spec index 5fca122..80ad49d 100644 --- a/patterns-base.spec +++ b/patterns-base.spec @@ -178,6 +178,8 @@ Suggests: postfix Suggests: kernel-default # we have two providers for 'pulseaudio' - prefer the real one for the time being Suggests: pulseaudio +# we have two providers for 'pkgconfig(jack)' - prefer the real one to the one from pipewire +Suggests: libjack-devel # There are multiple providers for /usr/bin/openssl and openssl(cli); defaulting to 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