diff options
| -rw-r--r-- | el8av90.cfg | 2 | ||||
| -rw-r--r-- | el8av91.cfg | 2 | ||||
| -rw-r--r-- | el8xv90.cfg | 2 | ||||
| -rw-r--r-- | el8xv91.cfg | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/el8av90.cfg b/el8av90.cfg index ec380c3..76b4e72 100644 --- a/el8av90.cfg +++ b/el8av90.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.0" -config_opts['macros']['%_module_version']="90000" + 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}" diff --git a/el8av91.cfg b/el8av91.cfg index 0123af0..17958de 100644 --- a/el8av91.cfg +++ b/el8av91.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}" diff --git a/el8xv90.cfg b/el8xv90.cfg index 18bed36..008743a 100644 --- a/el8xv90.cfg +++ b/el8xv90.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.0" -config_opts['macros']['%_module_version']="90000" + 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}" 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}" |
