Commit 170cf93
committed
netdevices: r8169: rename package name used as provides
This particular case where the kmod- default provider name is in higher order lexicographically that the other non-default variants need to be change.
apk will resolve the provider selection logic to the lower name. This could be resolved only assingning a higher priority but the rename gives another benefit which allow selecting the package explicitly(not using the common provider)(if you really need the packages installed side-by-side)
*In apk world when two packages provide the same provides if one of these packages also provides other package in the apk world that package will be selected and prefered as it cover more contraints(provides two requested names). (i.e. r8127 will be selected in the case where r8127 and r8169 are added to apk world)
Signed-off-by: Mario Andrés Pérez <mapb_@outlook.com>1 parent 830699f commit 170cf93
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1198 | 1198 | | |
1199 | 1199 | | |
1200 | 1200 | | |
1201 | | - | |
| 1201 | + | |
1202 | 1202 | | |
1203 | 1203 | | |
1204 | 1204 | | |
| |||
1207 | 1207 | | |
1208 | 1208 | | |
1209 | 1209 | | |
| 1210 | + | |
1210 | 1211 | | |
1211 | 1212 | | |
1212 | | - | |
| 1213 | + | |
1213 | 1214 | | |
1214 | 1215 | | |
1215 | 1216 | | |
1216 | | - | |
| 1217 | + | |
1217 | 1218 | | |
1218 | 1219 | | |
1219 | 1220 | | |
| |||
0 commit comments