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 --- el8a.tpl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'el8a.tpl') diff --git a/el8a.tpl b/el8a.tpl index cd64166..b752543 100644 --- a/el8a.tpl +++ b/el8a.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' +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 epel-rpm-macros' config_opts['dist'] = 'el8' # only useful for --resultdir variable subst config_opts['extra_chroot_dirs'] = [ '/run/lock', ] config_opts['releasever'] = '8' @@ -65,13 +65,11 @@ name=epel #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-8&arch=aarch64 metalink=https://mirrors.fedoraproject.org/metalink?repo=epel-8&arch=aarch64 #baseurl=https://dl.fedoraproject.org/pub/epel/8/Everything/aarch64/ -exclude=epel-rpm-macros enabled=1 [epel-playground] name=epel mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=playground-epel8&arch=aarch64 -exclude=epel-rpm-macros includepkgs=GeoIP* enabled=0 -- cgit