When reinstalling existing pkgs, remove previous entry in pkgdb's requiredby.

This commit is contained in:
Juan RP
2012-04-04 10:20:29 +02:00
parent 4511e581b2
commit feacc506de
3 changed files with 22 additions and 4 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.15 (???):
* When reinstalling existing packages (xbps-bin -f install), make sure
to remove previous entry in the "requiredby" pkgdb's array object.
* When sorting required dependencies make sure that a pkg with
required version is taken into account, not just the first
one matching its pkgname.