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

Andrea Bolognani posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/1488543315-1892-1-git-send-email-abologna@redhat.com
docs/news.xml | 3 +++
1 file changed, 3 insertions(+)
[libvirt] [PATCH] news: Add an empty <change> to each <section>
Posted by Andrea Bolognani 7 years, 1 month ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list