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:
parent
2f42a872f4
commit
c995add46b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue