Merge "Use --nodeps when installing fedora-release"

This commit is contained in:
Jenkins 2015-10-01 00:30:23 +00:00 committed by Gerrit Code Review
commit 3972510d20

View File

@ -59,7 +59,10 @@ else
${DISTRO_NAME}-repos
RELEASE_RPMS="${RELEASE_RPMS} ${DISTRO_NAME}-repos"
fi
sudo rpm --root $TARGET_ROOT -ivh $WORKING/*rpm
# --nodeps works around these wanting /bin/sh in some fedora
# releases, see rhbz#1265873
sudo rpm --root $TARGET_ROOT --nodeps -ivh $WORKING/*rpm
YUM_CACHE=$DIB_IMAGE_CACHE/yum