X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=doc%2Flibsolv-bindings.txt;h=5d46c085ab7570b6f22b1df8d2d5aec7f90e1ef3;hb=2d757ccc60324e7bfcc07f6f46d7f38e30642fcb;hp=cdead65aaf1b49a7ed35dd3e02f78b0b10aefc64;hpb=11600c0259c8cd27ad8c87b16421e65030b4b126;p=platform%2Fupstream%2Flibsolv.git diff --git a/doc/libsolv-bindings.txt b/doc/libsolv-bindings.txt index cdead65..5d46c08 100644 --- a/doc/libsolv-bindings.txt +++ b/doc/libsolv-bindings.txt @@ -2390,7 +2390,7 @@ Basic rule types: A rule of an unknown class. You should never encounter those. *SOLVER_RULE_PKG*:: -A package dependency rule. +A rule generated because of a package dependency. *SOLVER_RULE_UPDATE*:: A rule to implement the update policy of installed packages. Every @@ -2439,22 +2439,19 @@ The package contains a required dependency which was not provided by any package. *SOLVER_RULE_PKG_REQUIRES*:: -Similar to SOLVER_RULE_PKG_NOTHING_PROVIDES_DEP, but in this case -some packages provided the dependency but none of them could be -installed due to other dependency issues. +The package contains a required dependency which was provided by at +least one package. *SOLVER_RULE_PKG_SELF_CONFLICT*:: The package conflicts with itself. This is not allowed by older rpm versions. *SOLVER_RULE_PKG_CONFLICTS*:: -To fulfill the dependencies two packages need to be installed, but -one of the packages contains a conflict with the other one. +The package conflices with some other package. *SOLVER_RULE_PKG_SAME_NAME*:: -The dependencies can only be fulfilled by multiple versions of -a package, but installing multiple versions of the same package -is not allowed. +This rules make sure that only one version of a package is installed +in the system. *SOLVER_RULE_PKG_OBSOLETES*:: To fulfill the dependencies two packages need to be installed, but