[libvirt] [PATCH] news: Add an empty <change> to each <section>

Andrea Bolognani abologna at redhat.com
Fri Mar 3 12:15:15 UTC 2017


The generated HTML will contain <ul></ul> otherwise, which
triggers an error during 'make check'.

The proper fix would be not to generate the problematic
HTML in the first place but, while I'm working on it, this
workaround will do.
---
Pushed as build-breaker. Sorry for the noise.

 docs/news.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/news.xml b/docs/news.xml
index bb67619..675faa7 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -12,10 +12,13 @@
 <libvirt>
   <release version="v3.2.0" date="unreleased">
     <section title="New features">
+      <change/>
     </section>
     <section title="Improvements">
+      <change/>
     </section>
     <section title="Bug fixes">
+      <change/>
     </section>
   </release>
   <release version="v3.1.0" date="2017-03-03">
-- 
2.7.4




More information about the libvir-list mailing list