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 +++ el8a73.cfg | 3 +++ el8x72.cfg | 3 +++ el8x73.cfg | 3 +++ 4 files changed, 12 insertions(+) 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 diff --git a/el8a73.cfg b/el8a73.cfg index ff62bba..0779648 100644 --- a/el8a73.cfg +++ b/el8a73.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.3.el8.remi" +config_opts['macros']['%nophptag']="1" + config_opts['yum.conf'] += """ [result-el8a73] name=result-el8a73 diff --git a/el8x72.cfg b/el8x72.cfg index d6044b0..fe3af05 100644 --- a/el8x72.cfg +++ b/el8x72.cfg @@ -15,6 +15,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-el8x72] name=result-el8x diff --git a/el8x73.cfg b/el8x73.cfg index f70023f..7a227a7 100644 --- a/el8x73.cfg +++ b/el8x73.cfg @@ -15,6 +15,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.3.el8.remi" +config_opts['macros']['%nophptag']="1" + config_opts['yum.conf'] += """ [result-el8x73] name=result-el8x -- cgit