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:
parent
0a831a5bdf
commit
5bb174ae68
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user