On Fri, Jun 17, 2011 at 06:20:15PM +0300, Zeeshan Ali wrote: > From: "Zeeshan Ali (Khattak)" <[email protected]> > > --- > data/oses/Makefile.am | 2 +- > data/oses/mandriva.xml | 41 +++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 42 insertions(+), 1 deletions(-) > create mode 100644 data/oses/mandriva.xml > > diff --git a/data/oses/Makefile.am b/data/oses/Makefile.am > index c16686f..842e962 100644 > --- a/data/oses/Makefile.am > +++ b/data/oses/Makefile.am > @@ -1,5 +1,5 @@ > > databasedir = $(pkgdatadir)/data/oses/ > -database_DATA = fedora.xml rhel.xml centos.xml suse.xml > +database_DATA = fedora.xml rhel.xml centos.xml suse.xml mandriva.xml > > EXTRA_DIST = $(database_DATA) > diff --git a/data/oses/mandriva.xml b/data/oses/mandriva.xml > new file mode 100644 > index 0000000..9bb1031 > --- /dev/null > +++ b/data/oses/mandriva.xml > @@ -0,0 +1,41 @@ > +<libosinfo version="0.0.1"> > + > + <os id="http://www.mandriva.com/linux/2009"> > + <short-id>mandriva2009</short-id> > + <name>Mandriva Linux 2009</name> > + <vendor>Mandriva</vendor> > + </os> > + > + <os id="http://www.mandriva.com/linux/2010"> > + <short-id>mandriva2010</short-id> > + <name>Mandriva Linux 2010</name> > + <vendor>Mandriva</vendor> > + <upgrades id="http://www.mandriva.com/linux/2009"/> > + > + <devices> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"> > + </devices> > + </os> > + > + <os id="http://www.mandriva.com/linux/server/5.0"> > + <short-id>mes5</short-id> > + <name>Mandriva Enterprise Server 5.0</name> > + <version>5.0</version> > + <vendor>Mandriva</vendor> > + </os> > + > + <os id="http://www.mandriva.com/linux/server/5.1"> > + <short-id>mes5.1</short-id> > + <name>Mandriva Enterprise Server 5.1</name> > + <version>5.1</version> > + <vendor>Mandriva</vendor> > + <upgrades id="http://www.mandriva.com/linux/server/5.0"/> > + > + <devices> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1000"> > + <device id="http://pciids.sourceforge.net/v2.2/pci.ids/1af4/1001"> > + </devices> > + </os> > + > +</libosinfo>
ACK 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
