Skip to content
Snippets Groups Projects
Commit 4c511c1a authored by Alexander Traud's avatar Alexander Traud
Browse files

install_prereq: Support package manager DNF and yum option strict=1.

This re-enables the script ./contrib/scripts/install_prereq on Fedora 22 and
newer, and on RHEL/CentOS when the option strict=1 was set for yum install.

ASTERISK-27598
Reported by: Hunter Stevens, Said Masoud

Change-Id: I40f9517122aaa6906e8fc0962b4b8008dfddb368
parent 51313e30
Branches
Tags
No related merge requests found
......@@ -125,7 +125,7 @@ handle_debian() {
handle_rh() {
extra_packs=`check_installed_rpms $PACKAGES_RH`
if [ x"$extra_packs" != "x" ] ; then
$testcmd yum install -y $extra_packs
$testcmd yum install --skip-broken --assumeyes $extra_packs
fi
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment