diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 14:57:51 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2016-10-27 14:57:51 +0900 |
commit | bc8d0a48b41d6cc4d79f1c062dda7ed230841644 (patch) | |
tree | e12a8d822c2abccdbdcb194e5953d498652c84ba /doc/libsolv-bindings.txt | |
parent | a52345de1f81f92a1bd69365def64a91cfd782ff (diff) | |
download | libsolv-bc8d0a48b41d6cc4d79f1c062dda7ed230841644.tar.gz libsolv-bc8d0a48b41d6cc4d79f1c062dda7ed230841644.tar.bz2 libsolv-bc8d0a48b41d6cc4d79f1c062dda7ed230841644.zip |
Imported Upstream version 0.6.21upstream/0.6.21
Change-Id: Ie4bb940b0be2c8a3064162f4e8c40b241f2b1838
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/libsolv-bindings.txt')
-rw-r--r-- | doc/libsolv-bindings.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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. |