update to deal with obsoletes better
authorDan Winship <danw@gnome.org>
Tue, 11 Mar 2008 15:44:51 +0000 (11:44 -0400)
committerDan Winship <danw@gnome.org>
Tue, 11 Mar 2008 15:44:51 +0000 (11:44 -0400)
commit2d1338c190a42c96ef3c4174aa9fec406ca16d82
tree2fc12e9dfad671f206e7e121cdeac550bdb32830
parentf08fcae9143378ebc2c5c8aa2146db93ef3221c1
update to deal with obsoletes better

when looking for a package "foo" to install/update, we have to look
not just for a package named "foo", but also any package that
obsoletes+provides "foo".

So redo the algorithm to satisfy *all* installs/removes from the
property list, so now we don't need to walk the package list at all.
DEPSOLVE.txt