summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--el8x72.cfg9
-rw-r--r--el8x73.cfg9
2 files changed, 10 insertions, 8 deletions
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
"""
diff --git a/el8x73.cfg b/el8x73.cfg
index f51c7e4..745c6db 100644
--- a/el8x73.cfg
+++ b/el8x73.cfg
@@ -1,7 +1,7 @@
config_opts['root'] = 'el8x73'
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.3']
+config_opts['module_enable'] = ['postgresql:10', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.3', '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
"""