diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-28 16:24:52 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-28 16:24:52 +0200 |
commit | c47e4fca254482f546acb03da573096e8bfb490e (patch) | |
tree | 16af9519f8f92177275c2866bbaffbb533e8dc20 /el10x.tpl | |
parent | 7003cded7550d2c1201fe6cab8fa3dfac6a4f288 (diff) |
use epel-rpm-macros
Diffstat (limited to 'el10x.tpl')
-rw-r--r-- | el10x.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ include('vendor.tpl') config_opts['target_arch'] = 'x86_64' #config_opts['chroot_setup_cmd'] = 'install @buildsys-build' -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' +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['dist'] = 'el10' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '10' |