[Libosinfo] [PATCH osinfo-db 1/2] schema: Allow arch=unknown

Cole Robinson crobinso at redhat.com
Thu Feb 28 23:48:31 UTC 2019


This will be used for <tree arch="unknown"> which is useful as
a catchall for <treeinfo> detection

Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
 data/schema/osinfo.rng.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in
index d778239..0a28efd 100644
--- a/data/schema/osinfo.rng.in
+++ b/data/schema/osinfo.rng.in
@@ -810,6 +810,7 @@
       <value>sparc</value>
       <value>sparc64</value>
       <value>unicore32</value>
+      <value>unknown</value>
       <value>x86_64</value>
       <value>xtensa</value>
       <value>xtensaeb</value>
-- 
2.20.1




More information about the Libosinfo mailing list