Implemented reverse conflicts for pkgs in pkgdb and transaction.

This commit is contained in:
Juan RP
2015-10-28 05:23:42 +01:00
parent 2c81984f48
commit a13a7fa896
8 changed files with 172 additions and 15 deletions

3
NEWS
View File

@@ -1,5 +1,8 @@
xbps-0.48 (???):
* libxbps: implemented reverse conflicts. That means that just a single pkg
needs to set conflicts to be effective, rather than all involved pkgs.
* libxbps: with -M (--memory-sync opt of xbps-{install,query}) only process
remote repositories, not local ones.