Imported Upstream version 0.7.22
[platform/upstream/libsolv.git] / doc / libsolv-bindings.txt
index cdead65..5d46c08 100644 (file)
@@ -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