From ecb3312fdef1ea73b88635e42798a0dd2e47a68a Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Jan 11 2016 13:53:58 +0000 Subject: Add nosync to multilib_runtime_whitelist nosync is a library used with LD_PRELOAD, it is supposed to be installed in both versions on multilib arches Resolves: https://fedorahosted.org/rel-eng/ticket/6302 Signed-off-by: Michael Simacek --- diff --git a/mash/config.py b/mash/config.py index 3c70e16..8dc96ac 100644 --- a/mash/config.py +++ b/mash/config.py @@ -87,7 +87,7 @@ class MashConfig(config.BaseConfig): 'libgnat', 'wine', 'lmms-vst', 'nspluginwrapper', 'libflashsupport', 'valgrind', 'perl-libs', 'redhat-lsb', 'yaboot', 'syslinux-extlinux-nonlinux', 'syslinux-nonlinux', - 'syslinux-tftpboot', + 'syslinux-tftpboot', 'nosync', ))) multilib_runtime_blacklist = SetOption(set(( 'tomcat-native', 'php', 'httpd',