Blame mock/python-2.6.6-68.el6_10.i386.cfg

360fe1
config_opts['root'] = 'TARGETNAME'
360fe1
config_opts['target_arch'] = 'i686'
360fe1
config_opts['legal_host_arches'] = ('i386', 'i486', 'i586', 'i686', 'x86_64',)
360fe1
config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils system-release findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz'
360fe1
config_opts['dist'] = 'el6'  # only useful for --resultdir variable subst
360fe1
config_opts['macros']['%dist'] = ".el6"
360fe1
config_opts['%centos_ver'] = "6"
360fe1
config_opts['macros']['%centos_ver'] = "6"
360fe1
config_opts['macros']['%rhel'] = "6"
360fe1
config_opts['macros']['%el6'] = "1"
360fe1
config_opts['macros']['%redhat'] = "6"
360fe1
config_opts['macros']['%_vendor'] = "redhat"
360fe1
config_opts['macros']['%_vendor_host'] = "redhat"
360fe1
config_opts['macros']['%_host'] = "i386-redhat-linux-gnu"
360fe1
config_opts['macros']['%vendor'] = "CentOS"
360fe1
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
360fe1
360fe1
# no ccache in base repo
360fe1
config_opts['plugin_conf']['ccache_enable'] = False
360fe1
config_opts['plugin_conf']['yum_cache_enable'] = False
360fe1
360fe1
config_opts['yum.conf'] = """
360fe1
[main]
360fe1
cachedir=/var/cache/yum
360fe1
keepcache=1
360fe1
debuglevel=2
360fe1
reposdir=/dev/null
360fe1
logfile=/var/log/yum.log
360fe1
retries=20
360fe1
obsoletes=1
360fe1
gpgcheck=0
360fe1
assumeyes=1
360fe1
syslog_ident=mock
360fe1
syslog_device=
360fe1
360fe1
exclude=*.x86_64 nss-*el6_10* 
360fe1
360fe1
# repos
360fe1
360fe1
[all]
360fe1
name=centos 6 i386 - all
360fe1
baseurl=http://repohost/repo/6.all.i386/
360fe1
enabled=1
360fe1
gpgcheck=0
360fe1
cost=2000
360fe1
360fe1
[6.10-updates]
360fe1
name=6.10-updates
360fe1
baseurl=http://repohost/repo/6.10-updates.i386/
360fe1
enabled=1
360fe1
gpgcheck=0
360fe1
cost=1900
360fe1
360fe1
360fe1
"""
360fe1