Do not inherit unneeded objs from trans dictionary onto pkg's pkgdb dictionary.

This commit is contained in:
Juan RP
2012-10-25 09:29:56 +02:00
parent 863f12e349
commit 9e11ea950a
6 changed files with 78 additions and 1 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.18 (???):
* When registering a pkg to pkgdb make sure to remove unneeded meta objs
from its pkg dictionary. Also add a check to xbps-bin(8) to remove those
objects if found.
* Improved finding and removing obsolete files after upgrading a package
in a transaction. Any obsolete link (not just dangling links) and
configuration files are now removed if they are obsoletes.