#1104 fedora.conf: add mesa-vulkan-drivers into multilib_whitelist
Merged 2 years ago by sgallagh. Opened 2 years ago by kparal.
kparal/pungi-fedora mesa-vulkan-multilib  into  main

file modified
+2 -2
@@ -218,8 +218,8 @@ 

          'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux',

          'syslinux-tftpboot', 'nosync', '*-static', 'apitrace-libs',

          'fakeroot-libs', 'postgresql-odbc', 'mysql-connector-odbc',

-         'fakechroot-libs','mesa-vdpau-drivers', 'p11-kit-trust',

-         'mariadb-connector-odbc', 'compiler-rt',

+         'fakechroot-libs','mesa-vdpau-drivers', 'mesa-vulkan-drivers',

+         'p11-kit-trust', 'mariadb-connector-odbc', 'compiler-rt',

          'nvidia-query-resource-opengl-lib',

          'ibus-libs', 'ibus-gtk2', 'ibus-gtk3',

          'glib-networking', 'dssi-vst-wine', 'mangohud', 'vkBasalt', 'glx-utils'

Vulkan drivers need to be accessible for i686 as well. Currently it's missing
for updates-testing builds, which is causing issues for our users, see:
https://bodhi.fedoraproject.org/updates/FEDORA-2022-4120f31977#comment-2466325
https://bodhi.fedoraproject.org/updates/FEDORA-2022-db6aea82e4

Signed-off-by: Kamil Páral kparal@redhat.com

This should be applied to all of rawhide, f36 and f35. So please merge this into all necessary branches, not just main, thanks!

LGTM :thumbsup:

I'll get this merged and backported.

Pull-Request has been merged by sgallagh

2 years ago

Just a remark: This is still broken, because Bodhi uses a separate config file :-/
https://pagure.io/fedora-infrastructure/issue/10779

Metadata