From 88738aa2e73a9fd3a721ecf1c0f91faf7790a541 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 18 Mar 2016 14:33:01 -0500 Subject: [PATCH] b updates, whitelist *-static and blacklist ghc-* Signed-off-by: Dennis Gilmore --- fedora.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora.conf b/fedora.conf index 3042b65..4ed6c03 100644 --- a/fedora.conf +++ b/fedora.conf @@ -180,7 +180,7 @@ multilib_blacklist = { 'php-devel', 'java-1.6.0-openjdk-devel', 'java-1.7.0-openjdk-devel', 'java-1.8.0-openjdk-devel', 'httpd-devel', 'tomcat-native', 'php*', 'httpd', - 'krb5-server', 'krb5-server-ldap', 'mod_*' + 'krb5-server', 'krb5-server-ldap', 'mod_*', 'ghc-*' ], } @@ -190,7 +190,7 @@ multilib_whitelist = { '*': ['libgnat', 'wine', 'lmms-vst', 'nspluginwrapper', 'libflashsupport', 'valgrind', 'perl-libs', 'redhat-lsb', 'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux', - 'syslinux-tftpboot', 'nosync', + 'syslinux-tftpboot', 'nosync', '*-static' ], }