libxbps: fixed issue #116 (vpkg does not replace pkg with update in trans).

Thanks to @dominikh for the test case.
This commit is contained in:
Juan RP
2015-10-19 18:01:43 +02:00
parent 4e446968c5
commit b069eb14ae
3 changed files with 53 additions and 0 deletions

4
NEWS
View File

@@ -1,5 +1,9 @@
xbps-0.48 (???):
* libxbps: fixed another issue when replacing an existing pkg with a virtual
pkg, and there's an update for the original pkg in the transaction.
Fixes #116 (https://github.com/voidlinux/xbps/issues/116).
* libxbps: the rpool functions now set errno to ENOENT when the target
pkg cannot be found in registered repos.