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"