From: John Ferlan Date: Sat, 2 Sep 2017 12:05:32 +0000 (-0400) Subject: docs: Remove from entries due to RNG error X-Git-Tag: v3.7.0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee36c33ed371a1d9dfb9cd97b2af0ee08abd3f3;p=thirdparty%2Flibvirt.git docs: Remove from entries due to RNG error commit '96e55048' caused make check failure for virschematest: 1929) Checking ../docs/news.xml against ../news.rng ... libvirt: XML Util error : XML document failed to validate against schema: Unable to validate doc against /home/jferlan/git/libvirt.work/docs/schemas/../news.rng Datatype element summary has child elements Element summary failed to validate content Datatype element summary has child elements Element summary failed to validate content ^[[31m^[[1mFAILED^[[0m That's because elements don't appear to be allowed in the schema. Rather than attempt to fix the schema, figured it was simpler to just remove them and let the schema fix happen later. --- diff --git a/docs/news.xml b/docs/news.xml index 7e9395b969..dd2e6536af 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -176,7 +176,7 @@ - qemu: Honor <on_reboot/> setting + qemu: Honor <on_reboot/> setting The setting was accepted by the parser, but not actually implemented. @@ -184,7 +184,7 @@ - Fix --verbose option for all daemons + Fix --verbose option for all daemons Since v3.0.0, the option had been ignored by all libvirt deamons