Merge "Use --nodeps when installing fedora-release"
This commit is contained in:
commit
3972510d20
1 changed files with 4 additions and 1 deletions
|
@ -59,7 +59,10 @@ else
|
||||||
${DISTRO_NAME}-repos
|
${DISTRO_NAME}-repos
|
||||||
RELEASE_RPMS="${RELEASE_RPMS} ${DISTRO_NAME}-repos"
|
RELEASE_RPMS="${RELEASE_RPMS} ${DISTRO_NAME}-repos"
|
||||||
fi
|
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
|
YUM_CACHE=$DIB_IMAGE_CACHE/yum
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue