From c430326aeec2b5e9a5dd2d715fe2c3649c5ba624 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 6 Nov 2023 15:22:24 +1100 Subject: [PATCH] chroot setup cmd for sme11 & sme12 --- koji-setup/koji-bootstrap-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koji-setup/koji-bootstrap-build.sh b/koji-setup/koji-bootstrap-build.sh index 915a81c..d098c55 100755 --- a/koji-setup/koji-bootstrap-build.sh +++ b/koji-setup/koji-bootstrap-build.sh @@ -115,7 +115,7 @@ done PKGMANAGER="dnf" BOOTSTRAPIMAGE="rocky:8" EL="8" -CHROOTSETUPCMD=' install @buildsys-build @buildsys scl-utils-build python27-build rpm-build' +CHROOTSETUPCMD=' install epel-rpm-macros bash bzip2 coreutils cpio diffutils findutils gawk gcc gcc-c++ grep gzip info make patch redhat-rpm-config rpm-build sed shadow-utils tar unzip util-linux which xz ' for RELEASE in 11 12 ; do # Setup the os repo - parent of others who will inherit most properties TAG="sme$RELEASE-os"