2023-03-06 12:19:21 +00:00
|
|
|
# MULTILIB
|
|
|
|
|
|
|
|
# Note: If you change something here (affects Rawhide/Branched composes), also
|
|
|
|
# submit the same change to the Bodhi config (affects updates for stable releases),
|
|
|
|
# we want to keep them in sync:
|
2023-04-19 12:51:53 +00:00
|
|
|
# https://pagure.io/fedora-infra/ansible/blob/main/f/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
|
2023-03-06 12:19:21 +00:00
|
|
|
#
|
|
|
|
# format: {arch|*: [packages]}
|
|
|
|
# Sorted alphabetically
|
|
|
|
multilib_blacklist = {
|
|
|
|
'*': [
|
|
|
|
'bash-devel',
|
|
|
|
'dmraid-devel',
|
|
|
|
'ghc-*',
|
|
|
|
'httpd-core',
|
|
|
|
'httpd-devel',
|
|
|
|
'java-*',
|
|
|
|
'kdeutils-devel',
|
|
|
|
'kernel',
|
|
|
|
'kernel*debug*',
|
|
|
|
'kernel-PAE*',
|
|
|
|
'krb5-server',
|
|
|
|
'krb5-server-ldap',
|
|
|
|
'mkinitrd-devel',
|
|
|
|
'mod_*',
|
|
|
|
'mp'
|
|
|
|
'php*',
|
|
|
|
'php-devel',
|
|
|
|
'tomcat-native',
|
|
|
|
],
|
|
|
|
}
|
|
|
|
|
|
|
|
# Note: If you change something here (affects Rawhide/Branched composes), also
|
|
|
|
# submit the same change to the Bodhi config (affects updates for stable releases),
|
|
|
|
# we want to keep them in sync:
|
2023-04-19 12:51:53 +00:00
|
|
|
# https://pagure.io/fedora-infra/ansible/blob/main/f/roles/bodhi2/backend/templates/pungi.rpm.conf.j2
|
2023-03-06 12:19:21 +00:00
|
|
|
#
|
|
|
|
# format: {arch|*: [packages]}
|
|
|
|
# Sorted alphabetically
|
|
|
|
multilib_whitelist = {
|
|
|
|
'*': [
|
|
|
|
'*-static',
|
|
|
|
'apitrace-libs',
|
|
|
|
'compiler-rt',
|
|
|
|
'dssi-vst-wine',
|
|
|
|
'fakechroot-libs',
|
|
|
|
'fakeroot-libs',
|
|
|
|
'glib-networking',
|
|
|
|
'glx-utils',
|
|
|
|
'ibus-gtk2',
|
|
|
|
'ibus-gtk3',
|
|
|
|
'ibus-libs',
|
|
|
|
'iptables',
|
|
|
|
'libflashsupport',
|
|
|
|
'libgnat',
|
2023-04-19 13:07:59 +00:00
|
|
|
'libomp',
|
2023-03-06 12:19:21 +00:00
|
|
|
'lmms-vst',
|
|
|
|
'mangohud',
|
|
|
|
'mariadb-connector-odbc',
|
2023-04-20 12:39:08 +00:00
|
|
|
'mesa-dri-drivers',
|
|
|
|
'mesa-va-drivers',
|
2023-03-06 12:19:21 +00:00
|
|
|
'mesa-vdpau-drivers',
|
|
|
|
'mesa-vulkan-drivers',
|
|
|
|
'mysql-connector-odbc',
|
|
|
|
'nosync',
|
|
|
|
'nspluginwrapper',
|
|
|
|
'nvidia-query-resource-opengl-lib',
|
|
|
|
'p11-kit-trust',
|
|
|
|
'pam',
|
|
|
|
'perl-libs',
|
|
|
|
'pipewire',
|
|
|
|
'postgresql-odbc',
|
|
|
|
'redhat-lsb',
|
|
|
|
'syslinux-extlinux-nonlinux',
|
|
|
|
'syslinux-nonlinux',
|
|
|
|
'syslinux-tftpboot',
|
|
|
|
'systemd-pam',
|
|
|
|
'valgrind',
|
|
|
|
'vkBasalt',
|
|
|
|
'wine',
|
|
|
|
'wine-*',
|
|
|
|
'yaboot',
|
|
|
|
],
|
|
|
|
}
|