Commit 79c6b58
authored
fix: Ensure skip_if_unavailable=False for dnf/tdnf (#730)
Azure Linux 4.0 defaults to skip_if_unavailable=True, a change in
behavior from Azure Linux 3.0 and likely an inheritance from Fedora
upstream. It is important to ensure metadata is refreshed successfully
to ensure correctness of package install operations and to catch any
typos in user-provided repository configuration. Otherwise, the wrong
package versions might be silently installed.1 parent aacff1f commit 79c6b58
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
279 | 287 | | |
280 | 288 | | |
281 | 289 | | |
| |||
0 commit comments