diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-23 15:40:56 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-23 15:40:56 +0200 |
| commit | 0bd565ff06c7805ab0850de9ed348b0c2a0ba613 (patch) | |
| tree | aa093431dee596248dbb7730c0811f07bce8d98b /el9xr88.cfg | |
| parent | c5f7493aa35fe8e5a2c06b0f91f306d4fd8157ad (diff) | |
Diffstat (limited to 'el9xr88.cfg')
| -rw-r--r-- | el9xr88.cfg | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/el9xr88.cfg b/el9xr88.cfg new file mode 100644 index 0000000..bffd1e6 --- /dev/null +++ b/el9xr88.cfg @@ -0,0 +1,20 @@ +import datetime; + +include('el9x.tpl') + +config_opts['root'] = 'el9xr88' +config_opts['resultdir'] = "/var/lib/mock/el9x" +config_opts['chroot_setup_cmd'] = 'install bash bzip2 coreutils cpio diffutils redhat-release findutils gawk gcc grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz remi-crypto-legacy epel-rpm-macros' + +config_opts['module_enable'] = ['redis:remi-8.8'] + +nn = datetime.datetime.now().strftime("%Y%m%d%H%M%S"); +config_opts['macros']['%_module_build']="1" +config_opts['macros']['%_module_name']="redis" +config_opts['macros']['%_module_stream']="remi-8.8" +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}" + +config_opts['macros']['%dist']=".module_redis.8.8.el9.remi" + |
