From c1245cf0e618d58f04e3d1b54a00275aafa6391c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Nov 2022 15:19:43 +0100 Subject: EL-9 builder runs RHEL 9.1 --- el9x80.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9x80.cfg') diff --git a/el9x80.cfg b/el9x80.cfg index 021765e..9004d59 100644 --- a/el9x80.cfg +++ b/el9x80.cfg @@ -12,7 +12,7 @@ nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" config_opts['macros']['%_module_name']="php" config_opts['macros']['%_module_stream']="remi-8.0" -config_opts['macros']['%_module_version']="90000" + nn; +config_opts['macros']['%_module_version']="90100" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" -- cgit