From 300f6407f509ac2e1e0c60af260e14f7da94f3ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jul 2017 07:29:37 +0200 Subject: fix for mock 1.4 --- el6t55.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'el6t55.cfg') diff --git a/el6t55.cfg b/el6t55.cfg index 911a513..9001c14 100644 --- a/el6t55.cfg +++ b/el6t55.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'el6x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'groupinstall buildsys-build' config_opts['dist'] = 'el6' # only useful for --resultdir variable subst +config_opts['use_nspawn'] = False config_opts['plugin_conf']['ccache_enable'] = True config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' -- cgit