config_opts['root'] = 'rhel3-x86_64' config_opts['target_arch'] = 'x86_64' config_opts['dist'] = 'el3' config_opts['macros']['%dist'] = ".el3" config_opts['macros']['%rhel'] = "3" config_opts['macros']['%el3'] = "1" config_opts['chroot_setup_cmd'] = 'install bash bzip2 cpio diffutils gcc gcc-c++ gzip make patch perl rpm-build sed tar unzip which redhat-release coreutils elfutils redhat-rpm-config ' # ccache not available on el3 config_opts['plugin_conf']['ccache_enable'] = False config_opts['yum.conf'] = """ [main] cachedir=/var/cache/yum debuglevel=1 logfile=/var/log/yum.log reposdir=/dev/null retries=20 obsoletes=1 gpgcheck=0 assumeyes=1 # grub/syslinux on x86_64 need glibc-devel.i386 which pulls in glibc.i386, need to exclude all # .i?86 packages except these. exclude=[A-Za-fh-z]*.i*86 g[a-km-z]*.i?86 glib2.i?86 glib.i?86 glib-devel.i?86 glib2-devel.i?86 # repos [core] name=base baseurl=http://your.mirror.server.here/pub/yum/rhel3/base/x86_64/ """