[Libosinfo] [PATCH v2 11/52] data: change URIs for netware OS
Daniel P. Berrange
berrange at redhat.com
Mon Oct 5 15:31:15 UTC 2015
The common URI path format is distro/version, so make netware
URIs comply.
Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---
data/oses/netware.xml.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/data/oses/netware.xml.in b/data/oses/netware.xml.in
index 7fd984c..35f0958 100644
--- a/data/oses/netware.xml.in
+++ b/data/oses/netware.xml.in
@@ -1,5 +1,5 @@
<libosinfo version="0.0.1">
- <os id="http://novell.com/netware4">
+ <os id="http://novell.com/netware/4">
<short-id>netware4</short-id>
<_name>Novell Netware 4</_name>
<_vendor>Novell</_vendor>
@@ -8,7 +8,7 @@
<version>4</version>
</os>
- <os id="http://novell.com/netware5">
+ <os id="http://novell.com/netware/5">
<short-id>netware5</short-id>
<_name>Novell Netware 5</_name>
<_vendor>Novell</_vendor>
@@ -17,7 +17,7 @@
<version>5</version>
</os>
- <os id="http://novell.com/netware6">
+ <os id="http://novell.com/netware/6">
<short-id>netware6</short-id>
<_name>Novell Netware 6</_name>
<_vendor>Novell</_vendor>
--
2.4.3
More information about the Libosinfo
mailing list