[Libosinfo] [PATCH 4/4] gnome: Add info about 3.10

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Tue Sep 10 18:42:16 UTC 2013


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

I am not adding ISO info because due to gnome-ostree project now
producing installed qcow2 images, the motivation to produce the ISOs has
dropped significantly.

Would be really nice for libosinfo to be able to detect OS from images
too but that might not be feasible so at least for now apps would have
to do their own detection (perhaps through guestfs). Once OS matched to
a libosinfo's OS definition, apps can at least use libosinfo to figure
minimum/recommended resources, which devices are supported and a nice
default name etc to be able to create a decent/working VM given an
installed disk image.
---
 data/oses/gnome.xml.in | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/data/oses/gnome.xml.in b/data/oses/gnome.xml.in
index 1fc4b94..fa6dc24 100644
--- a/data/oses/gnome.xml.in
+++ b/data/oses/gnome.xml.in
@@ -68,4 +68,26 @@
     </resources>
   </os>
 
+  <os id="http://gnome.org/3.10">
+    <short-id>gnome3.10</short-id>
+    <_name>GNOME 3.10</_name>
+    <version>3.10</version>
+    <_vendor>GNOME Project</_vendor>
+    <family>linux</family>
+    <distro>gnome</distro>
+    <derives-from id="http://fedoraproject.org/fedora/20"/>
+    <upgrades id="http://gnome.org/3.8"/>
+
+    <release-date>2013-09-25</release-date>
+
+    <resources arch="all">
+      <minimum>
+        <n-cpus>1</n-cpus>
+        <cpu>1000000000</cpu>
+        <ram>805306368</ram>
+        <storage>10737418240</storage>
+      </minimum>
+    </resources>
+  </os>
+
 </libosinfo>
-- 
1.8.3.1




More information about the Libosinfo mailing list