Commit e4d1d2e
Paul Whalen
test(bootc): use dnf download for Copr install to handle NEVR mismatch
dnf reinstall --from-repo requires the exact same NEVR in the target
repo, which fails when the base image ships a different Release than
the Copr snapshot build. dnf install --from-repo won't replace an
already-installed package. Switch to dnf download + local install,
matching the ostree and compose-RPM patterns.
Assisted-by: Claude (Anthropic)
Signed-off-by: Paul Whalen <pwhalen@fedoraproject.org>1 parent 49f8b3e commit e4d1d2e
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
330 | 332 | | |
331 | 333 | | |
332 | 334 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
330 | 332 | | |
331 | 333 | | |
332 | 334 | | |
| |||
0 commit comments