Is it valid to use 2 requires of the same dependency for min / max versions?  For example, I have a package &quot;foo&quot; that depends on package &quot;bar&quot; &gt;= 1.0 and also &quot;bar&quot; &lt; 2.0.<div><br></div>
<div>I have seen many packages use this:<div>Requires: bar &gt;= 1.0</div><div>Conflicts: bar &gt;= 2.0</div></div><div><br></div><div>but I would like to use the following (which may help with finding dependencies using repoquery):</div>
<div><div><div>Requires: bar &gt;= 1.0</div><div>Requires: bar &lt; 2.0</div></div></div><div><br></div><div>Shawn</div><div><br></div>