<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 16, 2016 at 6:44 AM, Николаев Алексей <span dir="ltr">&lt;<a href="mailto:alexeynikolaev.post@yandex.ru" target="_blank">alexeynikolaev.post@yandex.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div>Hi, community!</div><div> </div><div>15.12.2016, 20:16, &quot;Yaniv Dary&quot; &lt;<a href="mailto:ydary@redhat.com" target="_blank">ydary@redhat.com</a>&gt;:</div><span class="gmail-"><blockquote type="cite"><div>It may work, but we don&#39;t support 3.6 for a while and I&#39;m not sure what issues you may encounter. </div></blockquote><div> </div></span><div>We are using oVirt engine 3.6. How can I prevent upgrade my hosts with CentOS 7.2 to unsupported 7.3? Thx.</div><div> </div></blockquote><div><br></div><div>I would do this way</div><div><br></div><div>yum clean all</div><div>modify your repo fies in /etc/yum.repos.d</div><div>- verify CentOS-CR is disabled<br></div><div>- at least in</div><div>CentOS-Base.repo</div><div>where you don&#39;t have &quot;enabled=0&quot; (so both where there is no enabled=.. line and where enabled=1)<br></div><div><br></div><div>comment mirrorlist and uncomment baseurl</div><div><br></div><div>in baseurl line substitute the word </div><div>$releasever</div><div>with </div><div>7.2.1511<br></div><div><br></div><div>try a yum update and verify that no 7.3 packages come in.</div><div><br></div><div>The problem is that epel repo don&#39;t track minor versions, so that if you have an update in epel that requires a 7.3 package you would get dependency error.</div><div>or you can disable also epel in the mean time if this is the case....</div><div><br></div><div>HIH,</div><div>Gianluca</div></div><br></div></div>