From 8864427821414b66fe46623065f68cc5c723372f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Aug 2019 07:31:35 +0200 Subject: add epel-8 --- el8xscl74.cfg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'el8xscl74.cfg') diff --git a/el8xscl74.cfg b/el8xscl74.cfg index 134360e..7fe70b3 100644 --- a/el8xscl74.cfg +++ b/el8xscl74.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'scl74el8x' config_opts['target_arch'] = 'x86_64' #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz nss crypto-policies scl-utils-build php74-build php74-php-devel php74-php-pear' +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz nss crypto-policies scl-utils-build php74-build' config_opts['dist'] = 'el8' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '8' @@ -67,6 +67,13 @@ name=rhel-8-appstream baseurl=file:/mnt/rhel-8-x86_64/AppStream/ enabled=1 +[epel] +name=epel +mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=x86_64 +failovermethod=priority +exclude=epel-rpm-macros +enabled=1 + [remi] name=remi public baseurl=file:/home/rpmbuild/site/rpms/enterprise/8/remi/x86_64/ -- cgit