diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-02 09:41:24 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-02 09:41:24 +0100 |
commit | af44cf081d3752afd74b45f70a38d79731d5b92e (patch) | |
tree | 2ab63ad717eb1476b253f31c959ef4a492bda747 | |
parent | c1245cf0e618d58f04e3d1b54a00275aafa6391c (diff) |
minor
-rw-r--r-- | el8x.tpl | 2 | ||||
-rw-r--r-- | fc37xr.cfg | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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] @@ -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 |