From c47e4fca254482f546acb03da573096e8bfb490e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Jul 2025 16:24:52 +0200 Subject: use epel-rpm-macros --- el10a.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'el10a.tpl') diff --git a/el10a.tpl b/el10a.tpl index 86fd235..fea6b06 100644 --- a/el10a.tpl +++ b/el10a.tpl @@ -2,7 +2,7 @@ include('vendor.tpl') config_opts['target_arch'] = 'aarch64' #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' -- cgit