xbps-install: print required size and free size on ENOSPC.

This commit is contained in:
Juan RP
2015-05-09 07:02:21 +02:00
parent da74e3dd9e
commit 2c0e27a001
2 changed files with 21 additions and 1 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.45 (???):
* xbps-install(8): if there's not enough sufficient free space on rootdir,
print the required size by the transaction and free space.
* libxbps: if a pkg signature file cannot be verified, don't continue processing
other files, stop and return error immediately.