Commit b81f09f
committed
cmdlib.sh: fix repoquery when building overrides lockfile
Fallout from the move to f41 and dnf5.
A few issues: first, looks like Looks like dnf5 repoquery's `--qf` acts
differently. Not only it no longer implicitly emits a newline, but also
it doesn't interpret `\t` anymore. This is tracked at:
rpm-software-management/dnf5#709
Second, `--quiet` is broken and still includes output from progress bar:
rpm-software-management/dnf5#1915
Work around this by using spaces instead of `\t`, adding `\n`, and
prefixing pkg entries with `pkg:`.1 parent 49ce2cb commit b81f09f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
453 | | - | |
| 453 | + | |
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
462 | 464 | | |
463 | 465 | | |
464 | 466 | | |
| |||
0 commit comments