multilib_whitelist: affect wine subpackages and related projects

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 <kparal@redhat.com>
This commit is contained in:
Kamil Páral 2022-06-21 14:36:23 +02:00
parent 0a831a5bdf
commit 5bb174ae68

View File

@ -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',