-
Notifications
You must be signed in to change notification settings - Fork 168
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: use lowercase query tags for dnf repoquery --qf
#3427
Conversation
Uppercase query tags broke in dnf v4.15.0. There is an upstream PR[[1]] to track restoring support for them, but since the canonical tag names are lowercase, switch to that. Fixes coreos/rpm-ostree#4368. [1]: rpm-software-management/dnf#1922
Ohhhhh that makes sense, we were ending up with that data literally in the lockfile. Got it. |
What made you hit this problem? |
See this link in the commit message:
|
Ahh sorry. Missed that. That does still make me wonder. You said in that issue:
|
Yeah, the bug was introduced in dnf via this Bodhi update. |
Yes, but I was thinking the bug was in rpm-ostree's address space. I didn't get to the point of realizing that the broken data was in the lockfile, and so I hadn't considered And now looking at https://bodhi.fedoraproject.org/updates/FEDORA-2023-79922004f7 I see we weren't the only things broken by this. |
Prow failures seem unrelated. (And hmm, seems like not all the kola results are getting archived? Filed #3432.) /override ci/prow/rhcos |
@jlebon: Overrode contexts on behalf of jlebon: ci/prow/rhcos In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Uppercase query tags broke in dnf v4.15.0. There is an upstream PR[1] to track restoring support for them, but since the canonical tag names are lowercase, switch to that.
Fixes coreos/rpm-ostree#4368.