mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 05:17:59 +03:00
news: Fix XML validation
The news schema requires two digits for both month and day in the date attribute. s/2/02/ in the day value of date to fix the following 'make check' failure 2165) Checking ../docs/news.xml against ../news.rng ... libvirt: XML Util error : XML document failed to validate against schema: Unable to validate doc against /home/jfehlig/virt/upstream/libvirt/build/../docs/schemas/../news.rng Element release failed to validate attributes Signed-off-by: Jim Fehlig <jfehlig@suse.com>
This commit is contained in:
parent
cb3764d953
commit
0a65cba423
@ -42,7 +42,7 @@
|
||||
-->
|
||||
|
||||
<libvirt>
|
||||
<release version="v5.10.0" date="2019-12-2">
|
||||
<release version="v5.10.0" date="2019-12-02">
|
||||
<section title="New features">
|
||||
<change>
|
||||
<summary>
|
||||
|
Loading…
Reference in New Issue
Block a user