From 9e60672b99453198b22b72ae13edf2098a54279f Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 5 Oct 2023 17:38:07 +0200 Subject: [PATCH 1/2] who moved between packages --- _config | 1 + 1 file changed, 1 insertion(+) diff --git a/_config b/_config index a5f512a..a2cbe39 100644 --- a/_config +++ b/_config @@ -466,6 +466,7 @@ FileProvides: /usr/bin/touch busybox-coreutils coreutils coreutils-single FileProvides: /usr/bin/tput ncurses-utils FileProvides: /usr/bin/uncompress busybox-gzip gzip FileProvides: /usr/bin/which busybox-which which +FileProvides: /usr/bin/who coreutils-systemd FileProvides: /usr/bin/wish tk FileProvides: /usr/bin/xdg-open xdg-utils FileProvides: /usr/bin/xmlcatalog libxml2-tools From 3b1091f83ff4ebeced4049987dcc3b9e08fe0adb Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Fri, 6 Oct 2023 11:54:43 +0200 Subject: [PATCH 2/2] additional choice for python-urllib3 --- _config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config b/_config index a2cbe39..ee32052 100644 --- a/_config +++ b/_config @@ -856,6 +856,9 @@ Prefer: -python310-softlayer-zeep Prefer: -python39-prompt_toolkit1 -python38-prompt_toolkit1 -python310-prompt_toolkit1 Prefer: -python311-prompt_toolkit1 +# have choice for python-urllib3 +Prefer: -python39-urllib3_1 -python310-urllib3_1 -python311-urllib3_1 + # When perl provides a module that is also in a different package, but the consumer specifies no version, we go with perl/perl-base Prefer: perl-base perl Prefer: perl-JSON-XS