Typo and coding style
parent
8123de2fea
commit
ba2dc9b7c3
|
@ -27,7 +27,7 @@ Request: install A
|
||||||
Packages Repo1.Av1, Repo2.Av1
|
Packages Repo1.Av1, Repo2.Av1
|
||||||
|
|
||||||
* priority(Repo1) >= priority(Repo2) => (Repo1.Av1, Repo2.Av1)
|
* priority(Repo1) >= priority(Repo2) => (Repo1.Av1, Repo2.Av1)
|
||||||
* priority(Repo2) < priority(Repo2) => (Repo2.Av1, Repo1.Av1)
|
* priority(Repo1) < priority(Repo2) => (Repo2.Av1, Repo1.Av1)
|
||||||
|
|
||||||
### Virtual Packages (provides)
|
### Virtual Packages (provides)
|
||||||
|
|
||||||
|
@ -49,8 +49,7 @@ Packages: Av1, Bv2
|
||||||
|
|
||||||
Request: install A
|
Request: install A
|
||||||
|
|
||||||
* priority(Av1.repo) > priority(Bv2.repo) => (Av1, Bv2)
|
* priority(Av1.repo) >= priority(Bv2.repo) => (Av1, Bv2)
|
||||||
* priority(Av1.repo) = priority(Bv2.repo) => (Av1, Bv2)
|
|
||||||
* priority(Av1.repo) < priority(Bv2.repo) => (Bv2, Av1)
|
* priority(Av1.repo) < priority(Bv2.repo) => (Bv2, Av1)
|
||||||
|
|
||||||
Bv2.version is ignored, only the replacement version for A matters.
|
Bv2 version is ignored, only the replacement version for A matters.
|
||||||
|
|
Loading…
Reference in New Issue