From 70731de0fc0f7ab4df94530050299c4331bd7c05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2026 09:17:33 +0100 Subject: fix module_version --- el9xv91.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el9xv91.cfg') diff --git a/el9xv91.cfg b/el9xv91.cfg index e464c4e..887af2c 100644 --- a/el9xv91.cfg +++ b/el9xv91.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']="valkey" config_opts['macros']['%_module_stream']="remi-9.1" -config_opts['macros']['%_module_version']="91700" + nn; +config_opts['macros']['%_module_version']="90700" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" -- cgit