Merge pull request #654 from hedinfaok/develop

Fixes error finding python-jinja2 in RHEL 7
This commit is contained in:
Pedro Algarvio 2015-09-10 11:07:35 +01:00
commit 50a5817d11

View file

@ -3189,7 +3189,7 @@ __test_rhel_optionals_packages() {
yum list installed yum-utils > /dev/null 2>&1 || yum -y install yum-utils --enablerepo=${_EPEL_REPO} || return 1
if [ "$DISTRO_MAJOR_VERSION" -ge 7 ]; then
yum-config-manager --enable \*server-optional || return 1
yum-config-manager --enable \*server-optional-rpms || return 1
fi
if [ "$DISTRO_MAJOR_VERSION" -ge 6 ]; then