<p>Alexander Traud has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/8013">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">install_prereq: Support package manager DNF and yum option strict=1.<br><br>This re-enables the script ./contrib/scripts/install_prereq on Fedora 22 and<br>newer, and on RHEL/CentOS when the option strict=1 was set for yum install.<br><br>ASTERISK-27598<br>Reported by: Hunter Stevens, Said Masoud<br><br>Change-Id: I40f9517122aaa6906e8fc0962b4b8008dfddb368<br>---<br>M contrib/scripts/install_prereq<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/13/8013/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/contrib/scripts/install_prereq b/contrib/scripts/install_prereq<br>index e3b217c..6b1c413 100755<br>--- a/contrib/scripts/install_prereq<br>+++ b/contrib/scripts/install_prereq<br>@@ -125,7 +125,7 @@<br> handle_rh() {<br>  extra_packs=`check_installed_rpms $PACKAGES_RH`<br>       if [ x"$extra_packs" != "x" ] ; then<br>-             $testcmd yum install -y $extra_packs<br>+         $testcmd yum install --skip-broken --assumeyes $extra_packs<br>   fi<br> }<br> <br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/8013">change 8013</a>. To unsubscribe, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/8013"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: 15 </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I40f9517122aaa6906e8fc0962b4b8008dfddb368 </div>
<div style="display:none"> Gerrit-Change-Number: 8013 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Alexander Traud <pabstraud@compuserve.com> </div>