diff --git a/koji-setup/koji-bootstrap-build.sh b/koji-setup/koji-bootstrap-build.sh index 5b211b5..b548031 100755 --- a/koji-setup/koji-bootstrap-build.sh +++ b/koji-setup/koji-bootstrap-build.sh @@ -65,7 +65,7 @@ VENDOR="Koozali.org " # sme10-os is the parent - all other sme10 repos will inherit most of this... RELEASE=10 DISTRIBUTION="SME Server v$RELEASE" -DIST= ".el7.sme" +DIST=".el7.sme" PKGMANAGER="yum" BOOTSTRAPIMAGE="centos:7" CHROOTSETUPCMD=' install @buildsys-build @buildsys scl-utils-build python27-build rpm-build ' @@ -122,7 +122,7 @@ done # Releases sme11 and sme12 are based on Rocky 8 (EL8) EL="8" -DIST= ".el$EL.sme" +DIST=".el$EL.sme" PKGMANAGER="dnf" BOOTSTRAPIMAGE="rockylinux:$EL" 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 yum-utils xz '