Bug 2510
Summary: | RFE: auto-lookup of file and/or keyword to choose package | ||
---|---|---|---|
Product: | [Community] Bugzilla | Reporter: | Jeff Johnson <jbj> |
Component: | Bugzilla General | Assignee: | David Lawrence <dkl> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.18 | CC: | fjw201198 |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-08-23 19:28:00 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jeff Johnson
1999-05-03 17:59:54 UTC
This is certainly a valuable feature, and one that we'd intended to implement. The bit of glue that we don't have to make this all work is getting bugzilla to talk to the database that knows about what files exist in what packages. I'm working on that bit of glue; it involves getting bugzilla to use the same database driver (Oracle) as depends which has that data already. This is also doing something that bugzilla wasn't really originally meant for, since that feature is very rpm specific. I'm not objecting to it, but it means that this feature is unlikely to ever make it into the mainstream mozilla bugzilla tree. So, yes, we're doing this, and it's certainly been in my mind for awhile. - Alex The current dependence on component lists which are invariably not accurate, and so *huge* that I have to adjust the client just to select the component is leading to a lot of mis-filed bugs. One resolution to this would be a text field in the form that behaves as described above: 1) tokens beginning with / are passed to rpm --dbpath everythingdb -qf TheToken (where everythingdb is a path to an rpm database that contains everything in the product) 2) tokens not beginning with / are validated against rpm --dbpath everythingdb -q TheToken That way the problem becomes not bugzilla's, but how to prepare the everythingdb as part of composing a product tree. No longer relevant due to new release of Bugzilla. Please reopen as new bug if these requests are still needed. |