Bug 546254

Summary: libvirt's secret.rng schema is not a well-formed XML document
Product: [Community] Virtualization Tools Reporter: Diego E. "Flameeyes" Pettenò <flameeyes>
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: berrange, crobinso, xen-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-02-11 15:05:36 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:
Attachments:
Description Flags
Patch to fix the schema none

Description Diego E. "Flameeyes" Pettenò 2009-12-10 14:48:21 UTC
Created attachment 377464 [details]
Patch to fix the schema

There's a simple typo in the file, a tag not closed, I'm attaching a git patch to fix it (I'd _really_ like for the patch to be appropriately merged with assignment).

I'd also suggest adding a make distcheck target to ensure that the schemas properly validate, it shouldn't be that difficult with xmllint.

Comment 1 Daniel Berrangé 2010-02-11 15:05:36 UTC
Fix included in upstream 0.7.6 release

commit 51ea18a84400c9745f93805fb0527cf36762470f
Author: Diego Elio Pettenò <flameeyes>
Date:   Thu Dec 10 17:03:47 2009 +0100

    Fix a wellformedness problem in secret.rng
    
    * docs/schemas/secret.rng: ref tag for usagevolume wasn't closed