Fix #62 (Dup replaced pkgs in transaction)

This commit is contained in:
Juan RP
2014-10-17 09:52:32 +02:00
parent 1c20086896
commit d7633e88e0
3 changed files with 44 additions and 2 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.42 (???):
* Fixed issue #62 (Dup replaced pkgs in transaction); see
https://github.com/voidlinux/xbps/issues/62
* If removing a package and euid==0 do not check for file owner, being root
means that all files can be removed properly. This fixes package removal
when some files were not owned by root, rather by a system account.