[libvirt] [PATCH] news: Fix version number

Andrea Bolognani posted 1 patch 5 years, 3 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20181203132157.22896-1-abologna@redhat.com
docs/news.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] news: Fix version number
Posted by Andrea Bolognani 5 years, 3 months ago
The schema expects it to match the pattern

  v[0-9]+\.[0-9]+\.[0-9]+

which "5.0.0" clearly doesn't, causing the build to fail.

Reported-by: Peter Krempa <pkrempa@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
The Fabulous Princess Crown of Shame has been deployed.

 docs/news.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/news.xml b/docs/news.xml
index 4472936b31..3c63d46012 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -33,7 +33,7 @@
      -->
 
 <libvirt>
-  <release version="5.0.0" date="unreleased">
+  <release version="v5.0.0" date="unreleased">
     <section title="New features">
     </section>
     <section title="Improvements">
-- 
2.19.2

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