[Libosinfo] [PATCH osinfo-db v2 1/3] schema: rename 'archnamesorwildcard' to 'archnamesorall'
Cole Robinson
crobinso at redhat.com
Mon Apr 1 18:57:47 UTC 2019
The latter is a better description of what the group actually is:
'archnames' values plus the 'all' value
Signed-off-by: Cole Robinson <crobinso at redhat.com>
---
data/schema/osinfo.rng.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in
index d778239..858e55b 100644
--- a/data/schema/osinfo.rng.in
+++ b/data/schema/osinfo.rng.in
@@ -290,7 +290,7 @@
<define name='resources'>
<element name='resources'>
<attribute name='arch'>
- <ref name='archnamesorwildcard'/>
+ <ref name='archnamesorall'/>
</attribute>
<optional>
<attribute name='inherit'>
@@ -774,7 +774,7 @@
</element>
</define>
- <define name='archnamesorwildcard'>
+ <define name='archnamesorall'>
<choice>
<value>all</value>
<ref name='archnames'/>
--
2.21.0
More information about the Libosinfo
mailing list