Commit 5aae9bf
committed
package: system: ca-certificates: add alternatives
This two packages are meant to be installed side-by-side,add a
semi-dummy ALTERNATIVES field to tell apk to make their provide name
"ca-certs" a virtual(non-versioned) name.
Assign a higher priority to ca-bundle since it is the prefered method
for store certificades[1]. (apk will select ca-bundle lexicographically
if two provider have the same priority, but it is a good example of how
the alternative priority can be used for provider-priority)
(DEFAULT_VARIANT would be a bit forced here)
[1]: dd29980 ("ca-certificates: provide ca-certs by both ca-certificates and ca-bundle")
Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>1 parent f03fb62 commit 5aae9bf
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments