Red Hat Bugzilla – Full Text Bug Listing |
Summary: | virt-inspector has non-standard/non-complete format for applications | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | James Antill <james.antill> | ||||
Component: | libguestfs | Assignee: | Richard W.M. Jones <rjones> | ||||
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 12 | CC: | rjones, virt-maint | ||||
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: | 2010-01-06 04:43:51 EST | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | ||||||
Attachments: |
|
Description
James Antill
2010-01-05 17:45:19 EST
Also storing epoch internally as '' instead of '0' is a bad idea IMO, but for sure you want to either dump: <name>blah</name> <epoch>0</epoch> <version>1</version> <release>2</release> <arch>2</arch> ...or: <name>blah</name> <version>1</version> <release>2</release> <arch>2</arch> Created attachment 381874 [details] virt-inspector description from a CentOS 5.4 guest James, can you check if the follow patch fixes this bug? http://git.annexia.org/?p=libguestfs.git;a=commitdiff;h=a59dcdbd1b0a28c960e3792165a13f2daf4f6c35 Attached is an example of the virt-inspector XML output with this patch applied. Looks great, thanks. Fixed upstream. |