Blame mock/qemu-kvm-1.5.3-86-x86_64.repo

8cf27d
config_opts['root'] = 'c7.01.u-x86_64'
8cf27d
config_opts['basedir'] = 'MOCKROOT'
8cf27d
config_opts['target_arch'] = 'x86_64'
8cf27d
config_opts['legal_host_arches'] = ('x86_64',)
8cf27d
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'
8cf27d
config_opts['dist'] = 'el7'  # only useful for --resultdir variable subst
8cf27d
8cf27d
config_opts['%centos_ver'] = "7"
8cf27d
config_opts['macros']['%centos_ver'] = "7"
8cf27d
config_opts['macros']['%rhel'] = "7"
8cf27d
config_opts['macros']['%el7'] = "1"
8cf27d
config_opts['macros']['%redhat'] = "7"
8cf27d
config_opts['macros']['%vendor'] = "CentOS"
8cf27d
config_opts['macros']['%packager'] = "CentOS BuildSystem <http://bugs.centos.org>"
8cf27d
config_opts['macros']['%_vendor'] = "redhat"
8cf27d
config_opts['macros']['%_vendor_host'] = "redhat"
8cf27d
config_opts['macros']['%_host'] = "x86_64-redhat-linux-gnu"
8cf27d
8cf27d
8cf27d
config_opts['yum.conf'] = """
8cf27d
[main]
8cf27d
cachedir=/var/cache/yum
8cf27d
debuglevel=1
8cf27d
reposdir=/dev/null
8cf27d
logfile=/var/log/yum.log
8cf27d
retries=20
8cf27d
obsoletes=1
8cf27d
gpgcheck=0
8cf27d
assumeyes=1
8cf27d
syslog_ident=mock
8cf27d
syslog_device=
8cf27d
8cf27d
includepkgs=*.x86_64 *.noarch
8cf27d
exclude=redhat-logos redhat-release*
8cf27d
8cf27d
# repos
8cf27d
[c7.00.04]
8cf27d
name=c7.00.04
8cf27d
enabled=1
8cf27d
cost=1500
8cf27d
baseurl=http://repohost/tmp/repo/c7.00.04/
8cf27d
8cf27d
8cf27d
[c7.00.03]
8cf27d
name=c7.00.03
8cf27d
enabled=1
8cf27d
cost=1750
8cf27d
baseurl=http://repohost/tmp/repo/c7.00.03/
8cf27d
8cf27d
[c7.00.02]
8cf27d
name=c7.00.02
8cf27d
enabled=1
8cf27d
cost=2000
8cf27d
baseurl=http://repohost/tmp/repo/c7.00.02/
8cf27d
8cf27d
[c7-updates]
8cf27d
name=c7-updates
8cf27d
enabled=1
8cf27d
cost=1250
8cf27d
baseurl=http://repohost/tmp/repo/c7-updates/
8cf27d
8cf27d
[c7.01.00]
8cf27d
name=c7.01.00
8cf27d
enabled=1
8cf27d
cost=1000
8cf27d
baseurl=http://repohost/tmp/repo/c7.01.00/
8cf27d
8cf27d
[c7.01.u]
8cf27d
name=c7.01.u
8cf27d
enabled=1
8cf27d
cost=750
8cf27d
baseurl=http://repohost/tmp/repo/c7.01.u/
8cf27d
8cf27d
"""