Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmdlib.sh: fix repoquery when building overrides lockfile #3979

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

jlebon
Copy link
Member

@jlebon jlebon commented Nov 29, 2024

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:.

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:`.
Copy link

openshift-ci bot commented Nov 29, 2024

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@jlebon jlebon merged commit 1353d16 into coreos:main Nov 29, 2024
5 checks passed
@jlebon jlebon deleted the pr/fix-repoquery branch November 29, 2024 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants