On Thu, Jun 16, 2011 at 02:51:28AM +0300, Zeeshan Ali wrote: > From: "Zeeshan Ali (Khattak)" <[email protected]> > > --- > data/oses/Makefile.am | 9 +++++- > data/oses/ubuntu.xml | 74 > +++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 82 insertions(+), 1 deletions(-) > create mode 100644 data/oses/ubuntu.xml > > diff --git a/data/oses/Makefile.am b/data/oses/Makefile.am > index bb288df..cca64fa 100644 > --- a/data/oses/Makefile.am > +++ b/data/oses/Makefile.am > @@ -1,5 +1,12 @@ > > databasedir = $(pkgdatadir)/data/oses/ > -database_DATA = fedora.xml rhel.xml centos.xml suse.xml mandriva.xml > debian.xml > +database_DATA = \ > + fedora.xml \ > + rhel.xml \ > + centos.xml \ > + suse.xml \ > + mandriva.xml \ > + debian.xml \ > + ubuntu.xml > > EXTRA_DIST = $(database_DATA) > diff --git a/data/oses/ubuntu.xml b/data/oses/ubuntu.xml > new file mode 100644 > index 0000000..5141505 > --- /dev/null > +++ b/data/oses/ubuntu.xml > @@ -0,0 +1,74 @@ > +<libosinfo version="0.0.1"> > + > + <os id="http://ubuntu.com/hardy"> > + <short-id>ubuntuhardy</short-id> > + <name>Ubuntu Hardy Heron</name> > + <version>8.04</version> > + <vendor>Canonical</vendor> > + > + <devices> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"> > + </devices> > + </os> > + > + <os id="http://ubuntu.com/intrepid"> > + <short-id>ubuntuintrepid</short-id> > + <name>Ubuntu Intrepid Ibex</name> > + <version>8.10</version> > + <vendor>Canonical</vendor> > + <upgrades id="http://ubuntu.com/hardy"/> > + </os> > + > + <os id="http://ubuntu.com/jaunty"> > + <short-id>ubuntujaunty</short-id> > + <name>Ubuntu Jaunty Jackalope</name> > + <version>9.04</version> > + <vendor>Canonical</vendor> > + <upgrades id="http://ubuntu.com/intrepid"/> > + > + <devices> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"> > + </devices> > + </os> > + > + <os id="http://ubuntu.com/karmic"> > + <short-id>ubuntukarmic</short-id> > + <name>Ubuntu Karmic Koala</name> > + <version>9.10</version> > + <vendor>Canonical</vendor> > + <upgrades id="http://ubuntu.com/jaunty"/> > + </os> > + > + <os id="http://ubuntu.com/lucid"> > + <short-id>ubuntulucid</short-id> > + <name>Ubuntu Lucid Lynx</name> > + <version>10.04</version> > + <vendor>Canonical</vendor> > + <upgrades id="http://ubuntu.com/karmic"/> > + </os> > + > + <os id="http://ubuntu.com/maverick"> > + <short-id>ubuntumaverick</short-id> > + <name>Ubuntu Maverick Meerkat</name> > + <version>10.10</version> > + <vendor>Canonical</vendor> > + <upgrades id="http://ubuntu.com/lucid"/> > + </os> > + > + <os id="http://ubuntu.com/natty"> > + <short-id>ubuntunatty</short-id> > + <name>Ubuntu Natty Narwhal</name> > + <version>11.04</version> > + <vendor>Canonical</vendor> > + <upgrades id="http://ubuntu.com/maverick"/> > + </os> > + > + <os id="http://ubuntu.com/oneiric"> > + <short-id>ubuntuoneiric</short-id> > + <name>Ubuntu Oneiric Ocelot</name> > + <version>11.10</version> > + <vendor>Canonical</vendor> > + <upgrades id="http://ubuntu.com/natty"/> > + </os> > + > +</libosinfo>
ACK, looks fine Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :| _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
