summaryrefslogtreecommitdiffstats
path: root/redhat/docker/centos32.sh
diff options
context:
space:
mode:
authorFrançois Andriot <albator78@libertysurf.fr>2018-05-20 21:02:00 +0200
committerFrançois Andriot <albator78@libertysurf.fr>2018-05-20 21:02:00 +0200
commit3505b711958493545ed72529a15bd2f19a7313cd (patch)
treed74b057284d0019b1318c9505e3b050becc75750 /redhat/docker/centos32.sh
parent5475bd3f14d1ea60a04ed2694989f2c1f9339010 (diff)
downloadtde-packaging-3505b711958493545ed72529a15bd2f19a7313cd.tar.gz
tde-packaging-3505b711958493545ed72529a15bd2f19a7313cd.zip
RPM packaging: update build scripts
Diffstat (limited to 'redhat/docker/centos32.sh')
-rwxr-xr-xredhat/docker/centos32.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/docker/centos32.sh b/redhat/docker/centos32.sh
index 5dda472b2..afbb25a7f 100755
--- a/redhat/docker/centos32.sh
+++ b/redhat/docker/centos32.sh
@@ -16,7 +16,7 @@ REPO="centos-${VERSION}"
# Installation minimale de la distribution
rm -rf "${INSTALLROOT}"
install -m 644 "${DIR}/${REPO}.repo" "/etc/yum.repos.d"
-yum install --disablerepo="*" --enablerepo="${REPO}*" --nogpgcheck -y --installroot "${INSTALLROOT}" libselinux yum
+yum install --disablerepo="*" --enablerepo="${REPO}*" --nogpgcheck --releasever="${VERSION}" -y --installroot "${INSTALLROOT}" libselinux yum yum-plugin-ovl
rm -f "/etc/yum.repos.d/${REPO}.repo"
touch "${INSTALLROOT}/etc/fstab" "${INSTALLROOT}/etc/mtab"