From b2c43d234da5c69556db527353de81b1fdf9042f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2026 09:16:38 +0100 Subject: fix module_version --- el8xv91.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el8xv91.cfg') diff --git a/el8xv91.cfg b/el8xv91.cfg index 712a1ed..1b36633 100644 --- a/el8xv91.cfg +++ b/el8xv91.cfg @@ -11,7 +11,7 @@ nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); config_opts['macros']['%_module_build']="1" config_opts['macros']['%_module_name']="valkey" config_opts['macros']['%_module_stream']="remi-9.1" -config_opts['macros']['%_module_version']="91000" + nn; +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}" -- cgit