[Libosinfo] [v2 3/3] gnome: Add info about 3.10

Zeeshan Ali (Khattak) zeeshanak at gnome.org
Wed Sep 11 13:09:22 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 3e368e7..f5728a2 100644
--- a/data/oses/gnome.xml.in
+++ b/data/oses/gnome.xml.in
@@ -62,4 +62,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>1073741824</ram>
+        <storage>10737418240</storage>
+      </minimum>
+    </resources>
+  </os>
+
 </libosinfo>
-- 
1.8.3.1




More information about the Libosinfo mailing list