summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el6i.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/el6i.tpl b/el6i.tpl
index 9852092..d270e45 100644
--- a/el6i.tpl
+++ b/el6i.tpl
@@ -16,6 +16,10 @@ config_opts['cleanup_on_failure'] = False
config_opts['createrepo_on_rpms'] = True
config_opts['createrepo_command'] = '/usr/bin/createrepo -d -q -x *.src.rpm'
+config_opts['package_manager'] = 'yum'
+config_opts['use_bootstrap'] = True
+config_opts['yum_install_command'] = 'install elfutils-libelf yum yum-utils'
+
config_opts['macros']['%_smp_mflags']="-j10"
config_opts['macros']['%vendor']="Remi Collet"
config_opts['macros']['%packager']="https://blog.remirepo.net/"