<div>would it work if i predefine all versions in another table (or column) in the way that rpm does it? that way i don`t lose any speed and i`m still compatible with yum ^_^ sounds like a wondefull solution to me.</div>
<div> </div>
<div>only problem left is how to deal with things like: 1.1b2 or 1.1stable</div>
<div>or do i need to convert the b and stable things to numbers but in a unique way so that it doesn`t effect the rpm version stuff?</div>
<div> </div>
<div>sample:</div>
<div> </div>
<div>a = 001100</div>
<div>b = 002200</div>
<div>c = 003300</div>
<div> </div>
<div>stable = 011110</div>
<div>unstable = 022220</div>
<div> </div>
<div>or i can imagine that rpm gets stucg again if it founds a version like this:</div>
<div>1.b2</div>
<div>cause if i`m right rpm will see that (if i do my cenvertion) as:</div>
<div>1.002200 = 1.22 ?</div>
<div> </div>
<div>would this work?</div>
<div><br><br> </div>
<div><span class="gmail_quote">2007/4/11, seth vidal <<a href="mailto:skvidal@linux.duke.edu">skvidal@linux.duke.edu</a>>:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On Tue, 2007-04-10 at 19:55 -0400, Matthew Miller wrote:<br><br>> > This isn't really a issue for fedora core development list, well, until
<br>> > >you have a drop in replacement for yum (which might be a little while<br>> > >off I think).<br>><br>> I don't think the above is quite fair -- developing tools for Fedora is<br>> certainly on topic. Even for non-advanced programmers.
<br>><br><br>+1.<br><br>Alternative depsolvers and discussion on how we should be doing that<br>should definitely happen here or on other package-mgmt-related lists.<br>However, a fair bit of this discussion would be best suited by various
<br>parties reading about rpm's  version comparison and yum's dependency<br>resolution methods before commenting on their virtue or vice.<br><br>-sv<br><br><br><br>--<br>fedora-devel-list mailing list<br><a href="mailto:fedora-devel-list@redhat.com">
fedora-devel-list@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br></blockquote></div><br>