From ff51dd5bcea199e2f8c0f69916b06743c15b0cb2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Dec 2018 11:31:44 +0100 Subject: improve EL-8 conf --- el8x72.cfg | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'el8x72.cfg') diff --git a/el8x72.cfg b/el8x72.cfg index 1131fa3..c84e59f 100644 --- a/el8x72.cfg +++ b/el8x72.cfg @@ -1,7 +1,7 @@ config_opts['root'] = 'el8x72' 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 grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz' +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' config_opts['dist'] = 'el8' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '8' @@ -32,7 +32,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['httpd:2.4', 'nginx:1.14', 'php:remi-7.2'] +config_opts['module_enable'] = ['postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.2', 'redis:remi-5.0'] config_opts['yum.conf'] = """ [main] @@ -47,6 +47,7 @@ assumeyes=1 metadata_expire=80000 fastestmirror=1 max_parallel_downloads=6 +modules=1 module_hotfixes=1 module_platform_id=platform:el8 @@ -117,8 +118,8 @@ enabled=1 [msprod] name=msprod -baseurl=https://packages.microsoft.com/rhel/8/prod/ -enabled=0 +baseurl=https://packages.microsoft.com/rhel/7/prod/ +enabled=1 includepkgs=msodbcsql """ -- cgit