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 --- el6i.cfg | 1 + el6i55.cfg | 1 + el6i56.cfg | 1 + el6i70.cfg | 1 + el6t55.cfg | 1 + el6t56.cfg | 1 + el6x.cfg | 1 + el6x55.cfg | 1 + el6x56.cfg | 1 + el6x70.cfg | 1 + el6x71.cfg | 1 + el6xscl54.cfg | 1 + el6xscl55.cfg | 1 + el6xscl56.cfg | 1 + el6xscl70.cfg | 1 + el6xscl71.cfg | 1 + el6xscl72.cfg | 1 + el6xt.cfg | 1 + 18 files changed, 18 insertions(+) diff --git a/el6i.cfg b/el6i.cfg index 6489d09..d1974f8 100644 --- a/el6i.cfg +++ b/el6i.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'el6i' config_opts['target_arch'] = 'i686' 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' diff --git a/el6i55.cfg b/el6i55.cfg index af606a2..68765d2 100644 --- a/el6i55.cfg +++ b/el6i55.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'el6i' config_opts['target_arch'] = 'i686' 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' diff --git a/el6i56.cfg b/el6i56.cfg index 9670b6b..d86b919 100644 --- a/el6i56.cfg +++ b/el6i56.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'el6i' config_opts['target_arch'] = 'i686' 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' diff --git a/el6i70.cfg b/el6i70.cfg index 99e2a75..53365d2 100644 --- a/el6i70.cfg +++ b/el6i70.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'el6i' config_opts['target_arch'] = 'i686' 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' 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' diff --git a/el6t56.cfg b/el6t56.cfg index 7f249c2..70daefd 100644 --- a/el6t56.cfg +++ b/el6t56.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' diff --git a/el6x.cfg b/el6x.cfg index 412a9fa..bb40b42 100644 --- a/el6x.cfg +++ b/el6x.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' diff --git a/el6x55.cfg b/el6x55.cfg index aa84061..01a75bb 100644 --- a/el6x55.cfg +++ b/el6x55.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' diff --git a/el6x56.cfg b/el6x56.cfg index d3a6a65..ad03d63 100644 --- a/el6x56.cfg +++ b/el6x56.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' diff --git a/el6x70.cfg b/el6x70.cfg index 180308d..2e286fe 100644 --- a/el6x70.cfg +++ b/el6x70.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' diff --git a/el6x71.cfg b/el6x71.cfg index 296c970..db0a0a9 100644 --- a/el6x71.cfg +++ b/el6x71.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' diff --git a/el6xscl54.cfg b/el6xscl54.cfg index d4cc1f4..e1501ff 100644 --- a/el6xscl54.cfg +++ b/el6xscl54.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'scl54el6x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php54-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' diff --git a/el6xscl55.cfg b/el6xscl55.cfg index 3c2d34f..2feb3a9 100644 --- a/el6xscl55.cfg +++ b/el6xscl55.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'scl55el6x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php55-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' diff --git a/el6xscl56.cfg b/el6xscl56.cfg index 5de7b8a..c206209 100644 --- a/el6xscl56.cfg +++ b/el6xscl56.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'scl56el6x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php56-build php56-php-devel php56-php-pear' 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' diff --git a/el6xscl70.cfg b/el6xscl70.cfg index 04662fd..7cc211b 100644 --- a/el6xscl70.cfg +++ b/el6xscl70.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'scl70el6x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php70-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' diff --git a/el6xscl71.cfg b/el6xscl71.cfg index 10ece82..07fad4c 100644 --- a/el6xscl71.cfg +++ b/el6xscl71.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'scl71el6x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php71-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' diff --git a/el6xscl72.cfg b/el6xscl72.cfg index cea4b46..05af147 100644 --- a/el6xscl72.cfg +++ b/el6xscl72.cfg @@ -2,6 +2,7 @@ config_opts['root'] = 'scl72el6x' config_opts['target_arch'] = 'x86_64' config_opts['chroot_setup_cmd'] = 'install @buildsys-build scl-utils-build php72-build autoconf268' 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' diff --git a/el6xt.cfg b/el6xt.cfg index 4c84d4c..c4ac49f 100644 --- a/el6xt.cfg +++ b/el6xt.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