bodhi multilib_whitelist: change wine* to be a bit more targeted

`wine*` affected a package which didn't need to be multilib (`wineglass`). At
the same time, we need to match not only all subpackages of `wine`, but also
separate packages like `wine-dxvk`. The new approach should be a little better.

Signed-off-by: Kamil Páral <kparal@redhat.com>
This commit is contained in:
Kamil Páral 2022-06-21 13:55:47 +02:00 committed by humaton
parent 2f42a872f4
commit c995add46b

View file

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