Blame mock/xmlrpc-3.1.3-9.el7_5.x86_64.cfg

02a8b6
config_opts['root'] = 'TARGETNAME'
02a8b6
config_opts['target_arch'] = 'x86_64'
02a8b6
config_opts['legal_host_arches'] = ('x86_64','noarch',)
02a8b6
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'
02a8b6
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
02a8b6
02a8b6
config_opts['%centos_ver'] = "7"
02a8b6
config_opts['macros']['%centos_ver'] = "7"
02a8b6
config_opts['macros']['%rhel'] = "7"
02a8b6
config_opts['macros']['%el7'] = "1"
02a8b6
config_opts['macros']['%redhat'] = "7"
02a8b6
config_opts['macros']['%vendor'] = "CentOS"
02a8b6
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
02a8b6
config_opts['macros']['%_vendor'] = "redhat"
02a8b6
config_opts['macros']['%_vendor_host'] = "redhat"
02a8b6
config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu"
02a8b6
02a8b6
02a8b6
config_opts['yum.conf'] = """
02a8b6
[main]
02a8b6
cachedir=/var/cache/yum
02a8b6
debuglevel=1
02a8b6
reposdir=/dev/null
02a8b6
logfile=/var/log/yum.log
02a8b6
retries=20
02a8b6
obsoletes=1
02a8b6
gpgcheck=0
02a8b6
assumeyes=1
02a8b6
syslog_ident=mock
02a8b6
syslog_device=
02a8b6
exclude=java-1.8.0* *.i686
02a8b6
02a8b6
# repos
02a8b6
[c7.00.04]
02a8b6
name=c7.00.04
02a8b6
enabled=1
02a8b6
cost=1500
02a8b6
baseurl=http://repohost/repo/c7.00.04/
02a8b6
02a8b6
02a8b6
[c7.00.03]
02a8b6
name=c7.00.03
02a8b6
enabled=1
02a8b6
cost=1750
02a8b6
baseurl=http://repohost/repo/c7.00.03/
02a8b6
02a8b6
[c7.00.02]
02a8b6
name=c7.00.02
02a8b6
enabled=1
02a8b6
cost=2000
02a8b6
baseurl=http://repohost/repo/c7.00.02/
02a8b6
02a8b6
[c7-updates]
02a8b6
name=c7-updates
02a8b6
enabled=1
02a8b6
cost=1250
02a8b6
baseurl=http://repohost/repo/c7-updates/
02a8b6
02a8b6
[c7.01.00]
02a8b6
name=c7.01.00
02a8b6
enabled=1
02a8b6
cost=1000
02a8b6
baseurl=http://repohost/repo/c7.01.00/
02a8b6
02a8b6
[c7.01.u]
02a8b6
name=c7.01.u
02a8b6
enabled=1
02a8b6
cost=750
02a8b6
baseurl=http://repohost/repo/c7.01.u/
02a8b6
02a8b6
[c7.1511.00]
02a8b6
name=c7.1511.00
02a8b6
enabled=1
02a8b6
cost=700
02a8b6
baseurl=http://repohost/repo/c7.1511.00/
02a8b6
02a8b6
[c7.1611.00]
02a8b6
name=c7.1611.00
02a8b6
enabled=1
02a8b6
cost=650
02a8b6
baseurl=http://repohost/repo/c7.1611.00/
02a8b6
02a8b6
[c7.1611.01]
02a8b6
name=c7.1611.01
02a8b6
enabled=1
02a8b6
cost=650
02a8b6
baseurl=http://repohost/repo/c7.1611.01/
02a8b6
02a8b6
[c7.1511.u]
02a8b6
name=c7.1511.u
02a8b6
enabled=1
02a8b6
cost=675
02a8b6
baseurl=http://repohost/repo/c7.1511.u/
02a8b6
02a8b6
[c7.1611.u]
02a8b6
name=c7.1611.u
02a8b6
enabled=1
02a8b6
cost=625
02a8b6
baseurl=http://repohost/repo/c7.1611.u/
02a8b6
02a8b6
[c7.1708.00]
02a8b6
name=c7.1708.00
02a8b6
enabled=1
02a8b6
baseurl=http://repohost/repo/c7.1708.00/
02a8b6
02a8b6
[c7.1708.u.x86_64]
02a8b6
name=c7.1708.u.x86_64
02a8b6
enabled=1
02a8b6
baseurl=http://repohost/repo/c7.1708.u.x86_64/
02a8b6
02a8b6
[c7.1804.00.x86_64]
02a8b6
name=c7.1804.00.x86_64
02a8b6
enabled=1
02a8b6
baseurl=http://repohost/repo/c7.1804.00.x86_64/
02a8b6
02a8b6
[c7.1804.u.x86_64]
02a8b6
name=c7.1804.u.x86_64
02a8b6
enabled=1
02a8b6
baseurl=http://repohost/repo/c7.1804.u.x86_64/
02a8b6
02a8b6
"""