From: Jim Fehlig Date: Tue, 3 Dec 2019 03:48:24 +0000 (-0700) Subject: news: Fix XML validation X-Git-Tag: v6.0.0-rc1~550 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a65cba423781f2cbf123354b7f670c4f441b385;p=thirdparty%2Flibvirt.git 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 --- diff --git a/docs/news.xml b/docs/news.xml index 55b227839e..46a3466238 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -42,7 +42,7 @@ --> - +