diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-29 09:46:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-29 09:46:48 +0200 |
commit | 355c1c3281ab7243352e736e00feef1f3bd51bb0 (patch) | |
tree | 643429ce3a8e5242652a92ed1d61e2cf8cb3d83c | |
parent | c47e4fca254482f546acb03da573096e8bfb490e (diff) |
use module_memcached in dist
-rw-r--r-- | el10am.cfg | 2 | ||||
-rw-r--r-- | el10xm.cfg | 2 | ||||
-rw-r--r-- | el9am.cfg | 2 | ||||
-rw-r--r-- | el9xm.cfg | 2 | ||||
-rw-r--r-- | fc40am.cfg | 2 | ||||
-rw-r--r-- | fc40xm.cfg | 2 |
6 files changed, 12 insertions, 0 deletions
@@ -15,3 +15,5 @@ config_opts['macros']['%_module_version']="10000" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" +config_opts['macros']['%dist']=".module_memcached.el10.remi" + @@ -15,3 +15,5 @@ config_opts['macros']['%_module_version']="10000" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" +config_opts['macros']['%dist']=".module_memcached.el10.remi" + @@ -15,3 +15,5 @@ config_opts['macros']['%_module_version']="90600" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" +config_opts['macros']['%dist']=".module_memcached.el9.remi" + @@ -15,3 +15,5 @@ config_opts['macros']['%_module_version']="90600" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" +config_opts['macros']['%dist']=".module_memcached.el9.remi" + @@ -13,3 +13,5 @@ config_opts['macros']['%_module_version']="40" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" +config_opts['macros']['%dist']=".module_memcached.fc40.remi" + @@ -13,3 +13,5 @@ config_opts['macros']['%_module_version']="40" + nn; config_opts['macros']['%_module_context']="00000000" config_opts['macros']['%modularitylabel']="%{_module_name}:%{_module_stream}:%{_module_version}:%{_module_context}" +config_opts['macros']['%dist']=".module_memcached.fc40.remi" + |