mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
remove space after =
This commit is contained in:
parent
63b83a1f18
commit
be7f5d98f1
@ -65,7 +65,7 @@ VENDOR="Koozali.org <http://www.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 '
|
||||
|
Loading…
Reference in New Issue
Block a user