[Libosinfo] [osinfo-db PATCH 1/2] openbsd-6.3: Fix derives-from

Fabiano Fidêncio fidencio at redhat.com
Wed May 29 12:15:34 UTC 2019


The OS derives from OpenBSD 6.2 and not 6.3. More than that, having a
distro deriving from itself will cause an infinite loop on osinfo-db
functions recurring on the derives-from field.

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 data/os/openbsd.org/openbsd-6.3.xml.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/os/openbsd.org/openbsd-6.3.xml.in b/data/os/openbsd.org/openbsd-6.3.xml.in
index e52b1b9..bf892ea 100644
--- a/data/os/openbsd.org/openbsd-6.3.xml.in
+++ b/data/os/openbsd.org/openbsd-6.3.xml.in
@@ -9,7 +9,7 @@
     <distro>openbsd</distro>
     <_vendor>OpenBSD Project</_vendor>
     <upgrades id='http://openbsd.org/openbsd/6.2'/>
-    <derives-from id='http://openbsd.org/openbsd/6.3'/>
+    <derives-from id='http://openbsd.org/openbsd/6.2'/>
 
     <release-date>2018-04-02</release-date>
     <eol-date>2019-05-03</eol-date>
-- 
2.21.0




More information about the Libosinfo mailing list