From bc8d0a48b41d6cc4d79f1c062dda7ed230841644 Mon Sep 17 00:00:00 2001 From: DongHun Kwak Date: Thu, 27 Oct 2016 14:57:51 +0900 Subject: Imported Upstream version 0.6.21 Change-Id: Ie4bb940b0be2c8a3064162f4e8c40b241f2b1838 Signed-off-by: DongHun Kwak --- doc/libsolv-bindings.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc/libsolv-bindings.txt') diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index 1ee699d..79f4c2c 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -1878,6 +1878,16 @@ Allow the solver to deinstall the matching installed packages if they get into the way of resolving a dependency. This is like the SOLVER_FLAG_ALLOW_UNINSTALL flag, but limited to a specific set of packages. +*SOLVER_FAVOR*:: +Prefer the specified packages if the solver encounters an alternative. If +a job contains multiple matching favor/disfavor elements, the last one takes +precedence. + +*SOLVER_DISFAVOR*:: +Avoid the specified packages if the solver encounters an alternative. This +can also be used to block recommended or supplemented packages from being +installed. + *SOLVER_JOBMASK*:: A mask containing all the above action bits. -- cgit v1.2.3