Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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:`.
- Loading branch information