Blame mock/gnome-shell-3.26.2-5.el7.i386.cfg

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