From 8d43d9c8b7b345eb8bd29c5b0926d667345394e0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Oct 2025 10:33:25 +0200 Subject: also use module_php for 7.2 and 7.3 (EL-8) --- el8a72.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'el8a72.cfg') diff --git a/el8a72.cfg b/el8a72.cfg index 8389f72..d416d2f 100644 --- a/el8a72.cfg +++ b/el8a72.cfg @@ -16,6 +16,9 @@ config_opts['macros']['%_module_version']="81000" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" +config_opts['macros']['%dist']=".module_php.7.2.el8.remi" +config_opts['macros']['%nophptag']="1" + config_opts['yum.conf'] += """ [result-el8a72] name=result-el8a72 -- cgit