From af44cf081d3752afd74b45f70a38d79731d5b92e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Jan 2023 09:41:24 +0100 Subject: minor --- el8x.tpl | 2 +- fc37xr.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/el8x.tpl b/el8x.tpl index d5448c3..6a563db 100644 --- a/el8x.tpl +++ b/el8x.tpl @@ -29,7 +29,7 @@ config_opts['macros']['%runselftest']="1" config_opts['environment']['ACCEPT_EULA'] = 'Y' -config_opts['module_enable'] = ['swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-7.4', 'redis:remi-5.0'] +config_opts['module_enable'] = ['swig', 'javapackages-runtime', 'mariadb:10.3', 'nodejs:10', 'postgresql:10', 'python27:2.7', 'python36:3.6', 'virt:rhel', 'httpd:2.4', 'nginx:1.14', 'php:remi-8.0', 'redis:remi-5.0'] config_opts['yum.conf'] = """ [main] diff --git a/fc37xr.cfg b/fc37xr.cfg index 47cebd3..0db435c 100644 --- a/fc37xr.cfg +++ b/fc37xr.cfg @@ -11,7 +11,7 @@ enabled=1 [rpmfusion-free-updates] name=rpmfusion-free-updates mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-37&arch=x86_64 -enabled=0 +enabled=1 [rpmfusion-nonfree] name=rpmfusion-nonfree -- cgit