[Libosinfo] [PATCH] rhel: Fix a typo causing infinit loops/recursion

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Fri Dec 21 17:15:00 UTC 2012


From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>

RHEL 6.3 derives from 6.2, not 6.3 itself.
---
 data/oses/rhel.xml.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in
index 8a4f8de..12d4a02 100644
--- a/data/oses/rhel.xml.in
+++ b/data/oses/rhel.xml.in
@@ -757,8 +757,8 @@
     <family>linux</family>
     <distro>rhel</distro>
     <codename>Santiago</codename>
-    <upgrades id="http://redhat.com/rhel/6.3"/>
-    <derives-from id="http://redhat.com/rhel/6.3"/>
+    <upgrades id="http://redhat.com/rhel/6.2"/>
+    <derives-from id="http://redhat.com/rhel/6.2"/>
 
     <release-date>2012-06-21</release-date>
     <eol-date>2023-11-30</eol-date>
-- 
1.8.0.2




More information about the Libosinfo mailing list