]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Fix XML validation
authorJim Fehlig <jfehlig@suse.com>
Tue, 3 Dec 2019 03:48:24 +0000 (20:48 -0700)
committerJim Fehlig <jfehlig@suse.com>
Tue, 3 Dec 2019 03:57:09 +0000 (20:57 -0700)
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>
docs/news.xml

index 55b227839ec9299bc70ef12768785e3465fd558b..46a346623847a7a58dae0af674f8512d6f99f23b 100644 (file)
@@ -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>