From 76722dd116a2462ee97f44a6af088add3bac9645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Tue, 21 Jun 2022 14:48:19 +0200 Subject: [PATCH] multilib_whitelist: add iptables and pipewire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to make the config in sync with a Bodhi version. The packages were added there to avoid upgrade issues. See: https://pagure.io/fedora-infra/ansible/c/179ce1824bc3dd5797d26087310b04bd4ed21138?branch=main https://bugzilla.redhat.com/show_bug.cgi?id=1953178 Signed-off-by: Kamil Páral --- fedora.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fedora.conf b/fedora.conf index 39bcd8d..33b9860 100644 --- a/fedora.conf +++ b/fedora.conf @@ -241,6 +241,7 @@ multilib_whitelist = { 'ibus-gtk2', 'ibus-gtk3', 'ibus-libs', + 'iptables', 'libflashsupport', 'libgnat', 'lmms-vst', @@ -254,6 +255,7 @@ multilib_whitelist = { 'nvidia-query-resource-opengl-lib', 'p11-kit-trust', 'perl-libs', + 'pipewire', 'postgresql-odbc', 'redhat-lsb', 'syslinux-extlinux-nonlinux',