From 5bb174ae68db2bdf0e6f092cb6b62d038be48dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Tue, 21 Jun 2022 14:36:23 +0200 Subject: [PATCH] multilib_whitelist: affect wine subpackages and related projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wine subpackages were probably covered by dependencies. But separate packages like `wine-dxvk` were not covered, even though they need to be multilib. At the same time, we don't want to use `wine*` because that would also cover e.g. `wineglass`, which doesn't need to be multilib. The current approach seems to work the best. Signed-off-by: Kamil Páral --- fedora.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora.conf b/fedora.conf index 13453c4..b7eccfe 100644 --- a/fedora.conf +++ b/fedora.conf @@ -216,7 +216,7 @@ multilib_blacklist = { # format: {arch|*: [packages]} multilib_whitelist = { - '*': ['libgnat', 'wine', 'lmms-vst', 'nspluginwrapper', + '*': ['libgnat', 'wine', 'wine-*', 'lmms-vst', 'nspluginwrapper', 'libflashsupport', 'valgrind', 'perl-libs', 'redhat-lsb', 'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux', 'syslinux-tftpboot', 'nosync', '*-static', 'apitrace-libs',