[Libosinfo] [osinfo-db PATCH 1/2] schema: Rename "removed" to "supported"

Fabiano Fidêncio fidencio at redhat.com
Tue Nov 20 14:23:05 UTC 2018


After some discussion seems that a better nae for the "removed"
attribute would be "supported" (as it'd be more coherent with features
that are about to come).

While there's still no release of osinfo-db with the "removed"
attribute, let's just rename it to "supported".

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/schema/osinfo.rng.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/schema/osinfo.rng.in b/data/schema/osinfo.rng.in
index b17f5f2..22c39d6 100644
--- a/data/schema/osinfo.rng.in
+++ b/data/schema/osinfo.rng.in
@@ -248,7 +248,7 @@
             <ref name='url'/>
           </attribute>
           <optional>
-            <attribute name='removed'>
+            <attribute name='supported'>
               <ref name='bool'/>
             </attribute>
           </optional>
-- 
2.19.1




More information about the Libosinfo mailing list