Actions
Bug #35290
closedKatello rpm search via nvra also
Difficulty:
easy
Triaged:
Yes
Bugzilla link:
Description
Allow searching of RPM packages via NVRA also. That helps cases where filename does not follow NVRA pattern and thus nvra search fails to find the package.
Particular example (yet more confusing):
- rpm
qp --queryformat '%{NAME}-{RELEASE}.%{ARCH}\n' ./google-chrome-stable_current_x86_64.rpm 2>/dev/null
google-chrome-stable-103.0.5060.134-1.x86_64 #
searching "google-chrome-stable-103.0.5060.134-1.x86_64" fails. BUT, for the more confusion, searching "google-chrome-stable-103.0.5060.134-1" succeeds (as sourcerpm is google-chrome-stable-103.0.5060.134-1.src.rpm and scoped search checks sourcerpm but not nvra).
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Assignee set to Pavel Moravec
- Pull request https://github.com/Katello/katello/pull/10214 added
Updated by Partha Aji over 2 years ago
- Target version set to Katello 4.6.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases Katello 4.7.0 added
Updated by Pavel Moravec over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|d4188e57127c0a66c2a225bdcbd321ac071be129.
Updated by The Foreman Bot about 2 years ago
- Pull request https://github.com/Katello/katello/pull/10255 added
Actions