Hello community, here is the log from the commit of package osinfo-db for openSUSE:Factory checked in at 2019-02-06 15:45:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/osinfo-db (Old) and /work/SRC/openSUSE:Factory/.osinfo-db.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "osinfo-db" Wed Feb 6 15:45:52 2019 rev:24 rq:671219 version:20190120 Changes: -------- --- /work/SRC/openSUSE:Factory/osinfo-db/osinfo-db.changes 2019-01-11 14:04:14.943874919 +0100 +++ /work/SRC/openSUSE:Factory/.osinfo-db.new.28833/osinfo-db.changes 2019-02-06 15:45:53.499314743 +0100 @@ -1,0 +2,6 @@ +Mon Feb 4 11:42:44 MST 2019 - [email protected] + +- Update database to version 20190120 + osinfo-db-20190120.tar.xz + +------------------------------------------------------------------- Old: ---- osinfo-db-20181116.tar.xz New: ---- osinfo-db-20190120.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ osinfo-db.spec ++++++ --- /var/tmp/diff_new_pack.1h1aec/_old 2019-02-06 15:45:54.131314360 +0100 +++ /var/tmp/diff_new_pack.1h1aec/_new 2019-02-06 15:45:54.131314360 +0100 @@ -17,7 +17,7 @@ Name: osinfo-db -Version: 20181116 +Version: 20190120 Release: 0 Summary: Osinfo database files License: LGPL-2.1+ and GPL-2.0+ ++++++ osinfo-db-20181116.tar.xz -> osinfo-db-20190120.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/VERSION new/osinfo-db-20190120/VERSION --- old/osinfo-db-20181116/VERSION 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/VERSION 2019-01-20 20:23:18.000000000 +0100 @@ -1 +1 @@ -20181116 \ No newline at end of file +20190120 \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml new/osinfo-db-20190120/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml --- old/osinfo-db-20181116/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/install-script/fedoraproject.org/silverblue-kickstart-desktop.xml 2019-01-20 20:23:18.000000000 +0100 @@ -39,7 +39,7 @@ <xsl:template match="/install-script-config"> # Install script for <xsl:value-of select="os/short-id"/> profile <xsl:value-of select="script/profile"/> install -keyboard <xsl:value-of select="config/l10n-keyboard"/> +keyboard '<xsl:value-of select="config/l10n-keyboard"/>' lang <xsl:value-of select="config/l10n-language"/> network --onboot yes --bootproto dhcp --noipv6 --hostname=<xsl:value-of select="config/hostname"/> rootpw dummyPa55w0rd # Actual password set (or unset) in %post below @@ -59,7 +59,14 @@ logvol swap --fstype swap --name=LogVol01 --vgname=VolGroup00 --size=768 --grow --maxsize=1536 logvol / --fstype xfs --name=LogVol00 --vgname=VolGroup00 --size=1024 --grow +<xsl:choose> + <xsl:when test="os/version < 29"> ostreesetup --osname="fedora-workstation" --remote="fedora-<xsl:value-of select="os/version"/>" --url="file:///ostree/repo" --ref="fedora/<xsl:value-of select="os/version"/>/<xsl:value-of select="config/hardware-arch"/>/workstation" --nogpg + </xsl:when> + <xsl:otherwise> +ostreesetup --osname="fedora-silverblue" --remote="fedora-<xsl:value-of select="os/version"/>" --url="file:///ostree/repo" --ref="fedora/<xsl:value-of select="os/version"/>/<xsl:value-of select="config/hardware-arch"/>/silverblue" --nogpg + </xsl:otherwise> +</xsl:choose> graphical reboot diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/alpinelinux.org/alpinelinux-3.8.xml new/osinfo-db-20190120/os/alpinelinux.org/alpinelinux-3.8.xml --- old/osinfo-db-20181116/os/alpinelinux.org/alpinelinux-3.8.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/alpinelinux.org/alpinelinux-3.8.xml 2019-01-20 20:23:18.000000000 +0100 @@ -25,24 +25,79 @@ <storage>4294967296</storage> </recommended> </resources> + + <variant id="standard"> + <name>Alpinelinux 3.8 Standard</name> + </variant> + <variant id="extended"> + <name>Alpinelinux 3.8 Extended</name> + </variant> + <variant id="virtual"> + <name>Alpinelinux 3.8 Virtual</name> + </variant> + <variant id="xen"> + <name>Alpinelinux 3.8 Xen</name> + </variant> + + <media arch="i686"> + <variant id="standard"/> <iso> - <volume-id>alpine-.* 3.8.\d x86$</volume-id> + <volume-id>alpine-std 3.8.\d x86$</volume-id> </iso> </media> <media arch="x86_64"> + <variant id="standard"/> <iso> - <volume-id>alpine-.* 3.8.\d x86_64$</volume-id> + <volume-id>alpine-std 3.8.\d x86_64$</volume-id> </iso> </media> <media arch="ppc64le"> + <variant id="standard"/> <iso> - <volume-id>alpine-.* 3.8.\d ppc64le$</volume-id> + <volume-id>alpine-std 3.8.\d ppc64le$</volume-id> </iso> </media> <media arch="s390x"> + <variant id="standard"/> <iso> - <volume-id>alpine-.* 3.8.\d s390x$</volume-id> + <volume-id>alpine-std 3.8.\d s390x$</volume-id> + </iso> + </media> + + + <media arch="i686"> + <variant id="extended"/> + <iso> + <volume-id>alpine-ext 3.8.\d x86$</volume-id> + </iso> + </media> + <media arch="x86_64"> + <variant id="extended"/> + <iso> + <volume-id>alpine-ext 3.8.\d x86_64$</volume-id> + </iso> + </media> + + + <media arch="i686"> + <variant id="virtual"/> + <iso> + <volume-id>alpine-virt 3.8.\d x86$</volume-id> + </iso> + </media> + <media arch="x86_64"> + <variant id="virtual"/> + <iso> + <volume-id>alpine-virt 3.8.\d x86_64$</volume-id> + </iso> + </media> + + + <media arch="x86_64"> + <variant id="xen"/> + <iso> + <volume-id>alpine-xen 3.8.\d x86_64$</volume-id> </iso> </media> </os> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/android-x86.org/android-x86-8.1.xml new/osinfo-db-20190120/os/android-x86.org/android-x86-8.1.xml --- old/osinfo-db-20181116/os/android-x86.org/android-x86-8.1.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/osinfo-db-20190120/os/android-x86.org/android-x86-8.1.xml 2019-01-20 20:23:18.000000000 +0100 @@ -0,0 +1,52 @@ +<?xml version="1.0" encoding="UTF-8"?> +<libosinfo version="0.0.1"> + + <os id="http://android-x86.org/android-x86/8.1"> + <short-id>android-x86-8.1</short-id> + <name>Android-x86 8.1</name> + <version>8.1</version> + <vendor>Android-x86</vendor> + <family>linux</family> + <distro>android-x86</distro> + <codename>oreo-x86</codename> + + <release-status>prerelease</release-status> + + <media live="true" arch="x86_64"> + <url>http://cznic.dl.osdn.jp/android-x86/69704/android-x86_64-8.1-rc2.iso</url> + <iso> + <volume-id>Android-x86 LiveCD</volume-id> + <system-id>LINUX</system-id> + <volume-size>899870720</volume-size> + </iso> + <kernel>kernel</kernel> + <initrd>initrd.img</initrd> + </media> + + <media live="true" arch="i686"> + <url>http://cznic.dl.osdn.jp/android-x86/69704/android-x86-8.1-rc2.iso</url> + <iso> + <volume-id>Android-x86 LiveCD</volume-id> + <system-id>LINUX</system-id> + <volume-size>711997440</volume-size> + </iso> + <kernel>kernel</kernel> + <initrd>initrd.img</initrd> + </media> + + <resources arch="all"> + <minimum> + <n-cpus>1</n-cpus> + <cpu>1000000000</cpu> + <ram>1073741824</ram> + <storage>10737418240</storage> + </minimum> + + <recommended> + <ram>2147483648</ram> + <storage>21474836480</storage> + </recommended> + </resources> + + </os> +</libosinfo> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/centos.org/centos-7.0.xml new/osinfo-db-20190120/os/centos.org/centos-7.0.xml --- old/osinfo-db-20181116/os/centos.org/centos-7.0.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/centos.org/centos-7.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -27,7 +27,7 @@ <family>linux</family> <distro>centos</distro> <upgrades id="http://centos.org/centos/6.5"/> - <clones id="http://redhat.com/rhel/7.5"/> + <clones id="http://redhat.com/rhel/7.6"/> <release-date>2014-07-07</release-date> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/debian.org/debian-8.xml new/osinfo-db-20190120/os/debian.org/debian-8.xml --- old/osinfo-db-20181116/os/debian.org/debian-8.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/debian.org/debian-8.xml 2019-01-20 20:23:18.000000000 +0100 @@ -66,6 +66,17 @@ <initrd>install.amd/initrd.gz</initrd> </media> + <tree arch="i686"> + <url>http://deb.debian.org/debian/dists/jessie/main/installer-i386</url> + <kernel>current/images/netboot/debian-installer/i386/linux</kernel> + <initrd>current/images/netboot/debian-installer/i386/initrd.gz</initrd> + </tree> + <tree arch="x86_64"> + <url>http://deb.debian.org/debian/dists/jessie/main/installer-amd64</url> + <kernel>current/images/netboot/debian-installer/amd64/linux</kernel> + <initrd>current/images/netboot/debian-installer/amd64/initrd.gz</initrd> + </tree> + <installer> <script id='http://debian.org/debian/preseed/jeos'/> <script id='http://debian.org/debian/preseed/desktop'/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/debian.org/debian-9.xml new/osinfo-db-20190120/os/debian.org/debian-9.xml --- old/osinfo-db-20181116/os/debian.org/debian-9.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/debian.org/debian-9.xml 2019-01-20 20:23:18.000000000 +0100 @@ -77,7 +77,7 @@ <media arch="i686"> <variant id="universal-netinst"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/i386/iso-cd/debian-9.4.0-i386-netinst.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/i386/iso-cd/debian-9.6.0-i386-netinst.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ i386 n</volume-id> </iso> @@ -86,7 +86,7 @@ </media> <media arch="x86_64"> <variant id="universal-netinst"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/amd64/iso-cd/debian-9.4.0-amd64-netinst.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/amd64/iso-cd/debian-9.6.0-amd64-netinst.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ amd64 n</volume-id> </iso> @@ -95,7 +95,7 @@ </media> <media arch="aarch64"> <variant id="universal-netinst"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/arm64/iso-cd/debian-9.4.0-arm64-netinst.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/arm64/iso-cd/debian-9.6.0-arm64-netinst.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ arm64 n</volume-id> </iso> @@ -104,7 +104,7 @@ </media> <media arch="armv7l"> <variant id="universal-netinst"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/armhf/iso-cd/debian-9.4.0-armhf-netinst.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/armhf/iso-cd/debian-9.6.0-armhf-netinst.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ armhf n</volume-id> </iso> @@ -115,7 +115,7 @@ <media arch="i686"> <variant id="universal"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/i386/iso-dvd/debian-9.4.0-i386-DVD-1.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/i386/iso-dvd/debian-9.6.0-i386-DVD-1.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ i386 1</volume-id> </iso> @@ -124,7 +124,7 @@ </media> <media arch="x86_64"> <variant id="universal"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/amd64/iso-dvd/debian-9.4.0-amd64-DVD-1.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/amd64/iso-dvd/debian-9.6.0-amd64-DVD-1.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ amd64 1</volume-id> </iso> @@ -133,7 +133,7 @@ </media> <media arch="aarch64"> <variant id="universal"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/arm64/iso-dvd/debian-9.4.0-arm64-DVD-1.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/arm64/iso-dvd/debian-9.6.0-arm64-DVD-1.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ arm64 1</volume-id> </iso> @@ -142,7 +142,7 @@ </media> <media arch="armv7l"> <variant id="universal"/> - <url>http://cdimage.debian.org/cdimage/archive/9.4.0/armhf/iso-dvd/debian-9.4.0-armhf-DVD-1.iso</url> + <url>http://cdimage.debian.org/cdimage/release/9.6.0/armhf/iso-dvd/debian-9.6.0-armhf-DVD-1.iso</url> <iso> <volume-id>Debian 9.(\d)+.(\d)+ armhf 1</volume-id> </iso> @@ -150,6 +150,27 @@ <initrd>install.armhf/initrd.gz</initrd> </media> + <tree arch="i686"> + <url>http://deb.debian.org/debian/dists/stretch/main/installer-i386</url> + <kernel>current/images/netboot/debian-installer/i386/linux</kernel> + <initrd>current/images/netboot/debian-installer/i386/initrd.gz</initrd> + </tree> + <tree arch="x86_64"> + <url>http://deb.debian.org/debian/dists/stretch/main/installer-amd64</url> + <kernel>current/images/netboot/debian-installer/amd64/linux</kernel> + <initrd>current/images/netboot/debian-installer/amd64/initrd.gz</initrd> + </tree> + <tree arch="aarch64"> + <url>http://deb.debian.org/debian/dists/stretch/main/installer-arm64</url> + <kernel>current/images/netboot/debian-installer/arm64/linux</kernel> + <initrd>current/images/netboot/debian-installer/arm64/initrd.gz</initrd> + </tree> + <tree arch="armv7l"> + <url>http://deb.debian.org/debian/dists/stretch/main/installer-armhf</url> + <kernel>current/images/netboot/debian-installer/armhf/linux</kernel> + <initrd>current/images/netboot/debian-installer/armhf/initrd.gz</initrd> + </tree> + <installer> <script id='http://debian.org/debian/preseed/jeos'/> <script id='http://debian.org/debian/preseed/desktop'/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/debian.org/debian-testing.xml new/osinfo-db-20190120/os/debian.org/debian-testing.xml --- old/osinfo-db-20181116/os/debian.org/debian-testing.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/debian.org/debian-testing.xml 2019-01-20 20:23:18.000000000 +0100 @@ -59,6 +59,17 @@ <initrd>install.amd/initrd.gz</initrd> </media> + <tree arch="i686"> + <url>http://deb.debian.org/debian/dists/testing/main/installer-i386</url> + <kernel>current/images/netboot/debian-installer/i386/linux</kernel> + <initrd>current/images/netboot/debian-installer/i386/initrd.gz</initrd> + </tree> + <tree arch="x86_64"> + <url>http://deb.debian.org/debian/dists/testing/main/installer-amd64</url> + <kernel>current/images/netboot/debian-installer/amd64/linux</kernel> + <initrd>current/images/netboot/debian-installer/amd64/initrd.gz</initrd> + </tree> + <installer> <script id='http://debian.org/debian/preseed/jeos'/> <script id='http://debian.org/debian/preseed/desktop'/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/dragonflybsd.org/dragonflybsd-5.2.2.xml new/osinfo-db-20190120/os/dragonflybsd.org/dragonflybsd-5.2.2.xml --- old/osinfo-db-20181116/os/dragonflybsd.org/dragonflybsd-5.2.2.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/dragonflybsd.org/dragonflybsd-5.2.2.xml 2019-01-20 20:23:18.000000000 +0100 @@ -13,7 +13,7 @@ <release-date>2018-06-18</release-date> <media arch="x86_64"> - <url>http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.2.2_REL.iso</url> + <iso> <system-id>DragonFly</system-id> <volume-id>DragonFly v5.2.2</volume-id> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/dragonflybsd.org/dragonflybsd-5.4.0.xml new/osinfo-db-20190120/os/dragonflybsd.org/dragonflybsd-5.4.0.xml --- old/osinfo-db-20181116/os/dragonflybsd.org/dragonflybsd-5.4.0.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/osinfo-db-20190120/os/dragonflybsd.org/dragonflybsd-5.4.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="UTF-8"?> +<libosinfo version="0.0.1"> + + <os id="http://dragonflybsd.org/dragonflybsd/5.4.0"> + <short-id>dragonflybsd5.4.0</short-id> + <name>DragonFlyBSD 5.4.0</name> + <version>5.4.0</version> + <family>dragonflybsd</family> + <distro>dragonflybsd</distro> + <vendor>DragonFlyBSD Project</vendor> + <upgrades id="http://dragonflybsd.org/dragonflybsd/5.2.2"/> + + <release-date>2018-12-03</release-date> + + <media arch="x86_64"> + + <iso> + <system-id>DragonFly</system-id> + <volume-id>DragonFly v5.4.0</volume-id> + <volume-size>1037078528</volume-size> + </iso> + </media> + </os> +</libosinfo> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/dragonflybsd.org/dragonflybsd-5.4.1.xml new/osinfo-db-20190120/os/dragonflybsd.org/dragonflybsd-5.4.1.xml --- old/osinfo-db-20181116/os/dragonflybsd.org/dragonflybsd-5.4.1.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/osinfo-db-20190120/os/dragonflybsd.org/dragonflybsd-5.4.1.xml 2019-01-20 20:23:18.000000000 +0100 @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<libosinfo version="0.0.1"> + + <os id="http://dragonflybsd.org/dragonflybsd/5.4.1"> + <short-id>dragonflybsd5.4.1</short-id> + <name>DragonFlyBSD 5.4.1</name> + <version>5.4.1</version> + <family>dragonflybsd</family> + <distro>dragonflybsd</distro> + <vendor>DragonFlyBSD Project</vendor> + <upgrades id="http://dragonflybsd.org/dragonflybsd/5.4.0"/> + + <release-date>2018-12-24</release-date> + + <media arch="x86_64"> + <url>http://mirror-master.dragonflybsd.org/iso-images/dfly-x86_64-5.4.1_REL.iso</url> + <iso> + <system-id>DragonFly</system-id> + <volume-id>DragonFly v5.4.1</volume-id> + </iso> + </media> + </os> +</libosinfo> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/endlessos.com/eos-3.4.xml new/osinfo-db-20190120/os/endlessos.com/eos-3.4.xml --- old/osinfo-db-20181116/os/endlessos.com/eos-3.4.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/osinfo-db-20190120/os/endlessos.com/eos-3.4.xml 2019-01-20 20:23:18.000000000 +0100 @@ -0,0 +1,199 @@ +<?xml version="1.0" encoding="UTF-8"?> +<libosinfo version="0.0.1"> + + <os id="http://endlessos.com/eos/3.4"> + <short-id>eos3.4</short-id> + <name>Endless OS 3.4</name> + <version>3.4</version> + <vendor>Endless Mobile, Inc</vendor> + <family>linux</family> + <distro>eos</distro> + + <release-date>2018-05-15</release-date> + + <variant id="basic"> + <name>Endless OS Basic</name> + </variant> + <variant id="ar"> + <name>Endless OS Arabic</name> + </variant> + <variant id="bn"> + <name>Endless OS Bengali</name> + </variant> + <variant id="en"> + <name>Endless OS English</name> + </variant> + <variant id="es"> + <name>Endless OS Spanish</name> + </variant> + <variant id="es_GT"> + <name>Endless OS Spanish (Guatemala)</name> + </variant> + <variant id="es_MX"> + <name>Endless OS Spanish (Mexico)</name> + </variant> + <variant id="fr"> + <name>Endless OS French</name> + </variant> + <variant id="id"> + <name>Endless OS Indonesian</name> + </variant> + <variant id="pt_BR"> + <name>Endless OS Portuguese (Brazil)</name> + </variant> + <variant id="th"> + <name>Endless OS Thai</name> + </variant> + <variant id="vi"> + <name>Endless OS Vietnamese</name> + </variant> + <variant id="zh_CN"> + <name>Endless OS Chinese (China)</name> + </variant> + + + <media live="true" arch="x86_64"> + <variant id="basic"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/base/eos-eos3.4-amd64-amd64.180515-041823.base.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-base</volume-id> + <volume-size>1867401216</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="ar"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/ar/eos-eos3.4-amd64-amd64.180515-054338.ar.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-ar</volume-id> + <volume-size>9225773056</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="bn"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/bn/eos-eos3.4-amd64-amd64.180515-044248.bn.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-bn</volume-id> + <volume-size>12961771520</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="en"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/en/eos-eos3.4-amd64-amd64.180515-050141.en.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-en</volume-id> + <volume-size>16022677504</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="es"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/es/eos-eos3.4-amd64-amd64.180515-044004.es.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-es</volume-id> + <volume-size>14674853888</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="es_GT"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/es_GT/eos-eos3.4-amd64-amd64.180515-044927.es_GT.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-es_GT</volume-id> + <volume-size>15636629504</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="es_MX"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/es_MX/eos-eos3.4-amd64-amd64.180515-061343.es_MX.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-es_MX</volume-id> + <volume-size>14698831872</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="fr"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/fr/eos-eos3.4-amd64-amd64.180515-055726.fr.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-fr</volume-id> + <volume-size>9824772096</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="id"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/id/eos-eos3.4-amd64-amd64.180515-062519.id.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-id</volume-id> + <volume-size>16871383040</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="pt_BR"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/pt_BR/eos-eos3.4-amd64-amd64.180515-063108.pt_BR.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-pt_BR</volume-id> + <volume-size>11167918080</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="th"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/th/eos-eos3.4-amd64-amd64.180515-064146.th.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-th</volume-id> + <volume-size>7867103232</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="vi"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/vi/eos-eos3.4-amd64-amd64.180515-070619.vi.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-vi</volume-id> + <volume-size>8324974592</volume-size> + </iso> + </media> + + + <media live="true" arch="x86_64"> + <variant id="zh_CN"/> + <url>https://d1anzknqnc1kmb.cloudfront.net/release/3.4.0/eos-amd64-amd64/zh_CN/eos-eos3.4-amd64-amd64.180515-071821.zh_CN.iso</url> + <iso> + <volume-id>Endless-OS-3-4-0-zh_CN</volume-id> + <volume-size>6780473344</volume-size> + </iso> + </media> + + <resources arch="all"> + <minimum> + <n-cpus>1</n-cpus> + <cpu>1000000000</cpu> + <ram>2147483648</ram> + <storage>21474836480</storage> + </minimum> + + <recommended> + <ram>2147483648</ram> + <storage>42949672960</storage> + </recommended> + </resources> + + </os> +</libosinfo> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-10.1.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-10.1.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-10.1.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-10.1.xml 2019-01-20 20:23:18.000000000 +0100 @@ -31,11 +31,6 @@ <release-date>2014-11-14</release-date> <eol-date>2016-12-31</eol-date> - <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> - </devices> - <media arch="x86_64"> <iso> <system-id>FreeBSD</system-id> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-10.2.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-10.2.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-10.2.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-10.2.xml 2019-01-20 20:23:18.000000000 +0100 @@ -31,11 +31,6 @@ <release-date>2015-08-13</release-date> <eol-date>2016-12-31</eol-date> - <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> - </devices> - <media arch="x86_64"> <iso> <system-id>FreeBSD</system-id> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-10.3.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-10.3.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-10.3.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-10.3.xml 2019-01-20 20:23:18.000000000 +0100 @@ -31,11 +31,6 @@ <release-date>2016-04-04</release-date> <eol-date>2018-04-30</eol-date> - <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> - </devices> - <media arch="x86_64"> <iso> <system-id>FreeBSD</system-id> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-10.4.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-10.4.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-10.4.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-10.4.xml 2019-01-20 20:23:18.000000000 +0100 @@ -29,11 +29,6 @@ <release-date>2017-10-04</release-date> <eol-date>2018-10-31</eol-date> - <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> - </devices> - <media arch="x86_64"> <url>https://download.freebsd.org/ftp/releases/ISO-IMAGES/10.4/FreeBSD-10.4-RELEASE-amd64-dvd1.iso</url> <iso> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-11.0.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-11.0.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-11.0.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-11.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -28,11 +28,6 @@ <release-date>2016-10-10</release-date> - <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> - </devices> - <media arch="x86_64"> <url>https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.0/FreeBSD-11.0-RELEASE-amd64-dvd1.iso</url> <iso> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-11.1.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-11.1.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-11.1.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-11.1.xml 2019-01-20 20:23:18.000000000 +0100 @@ -28,11 +28,6 @@ <release-date>2017-07-26</release-date> - <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> - </devices> - <media arch="x86_64"> <url>https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.1/FreeBSD-11.1-RELEASE-amd64-dvd1.iso</url> <iso> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-11.2.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-11.2.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-11.2.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-11.2.xml 2019-01-20 20:23:18.000000000 +0100 @@ -23,11 +23,6 @@ <release-date>2018-06-27</release-date> - <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> - </devices> - <media arch="x86_64"> <url>https://download.freebsd.org/ftp/releases/ISO-IMAGES/11.2/FreeBSD-11.2-RELEASE-amd64-dvd1.iso</url> <iso> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/freebsd.org/freebsd-12.0.xml new/osinfo-db-20190120/os/freebsd.org/freebsd-12.0.xml --- old/osinfo-db-20181116/os/freebsd.org/freebsd-12.0.xml 1970-01-01 01:00:00.000000000 +0100 +++ new/osinfo-db-20190120/os/freebsd.org/freebsd-12.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -0,0 +1,55 @@ +<?xml version="1.0" encoding="UTF-8"?> +<libosinfo version="0.0.1"> + + <os id="http://freebsd.org/freebsd/12.0"> + <short-id>freebsd12.0</short-id> + <name>FreeBSD 12.0</name> + <version>12.0</version> + <vendor>FreeBSD Project</vendor> + <vendor xml:lang="ca">FreeBSD Project</vendor> + <vendor xml:lang="de">FreeBSD-Projekt</vendor> + <vendor xml:lang="es">FreeBSD Project</vendor> + <vendor xml:lang="fr">FreeBSD Project</vendor> + <vendor xml:lang="id">Proyek FreeBSD</vendor> + <vendor xml:lang="it">Progetto FreeBSD</vendor> + <vendor xml:lang="ja">FreeBSD プロジェクト</vendor> + <vendor xml:lang="pl">Projekt FreeBSD</vendor> + <vendor xml:lang="pt_BR">Projeto FreeBSD</vendor> + <vendor xml:lang="uk">Проект FreeBSD</vendor> + <family>freebsd</family> + <distro>freebsd</distro> + <upgrades id="http://freebsd.org/freebsd/11.2"/> + <derives-from id="http://freebsd.org/freebsd/11.2"/> + + <release-date>2018-12-11</release-date> + + <media arch="x86_64"> + <url>https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-amd64-dvd1.iso</url> + <iso> + <system-id>FreeBSD</system-id> + <volume-id>12_0_RELEASE_AMD64_DVD</volume-id> + </iso> + </media> + <media arch="x86_64"> + <url>https://download.freebsd.org/ftp/releases/amd64/amd64/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-amd64-disc1.iso</url> + <iso> + <system-id>FreeBSD</system-id> + <volume-id>12_0_RELEASE_AMD64_CD</volume-id> + </iso> + </media> + <media arch="i686"> + <url>https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-i386-dvd1.iso</url> + <iso> + <system-id>FreeBSD</system-id> + <volume-id>12_0_RELEASE_I386_DVD</volume-id> + </iso> + </media> + <media arch="i686"> + <url>https://download.freebsd.org/ftp/releases/i386/i386/ISO-IMAGES/12.0/FreeBSD-12.0-RELEASE-i386-disc1.iso</url> + <iso> + <system-id>FreeBSD</system-id> + <volume-id>12_0_RELEASE_I386_CD</volume-id> + </iso> + </media> + </os> +</libosinfo> \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/mageia.org/mageia-1.xml new/osinfo-db-20190120/os/mageia.org/mageia-1.xml --- old/osinfo-db-20181116/os/mageia.org/mageia-1.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/mageia.org/mageia-1.xml 2019-01-20 20:23:18.000000000 +0100 @@ -29,8 +29,6 @@ <eol-date>2012-12-01</eol-date> <devices> - <device id="http://pcisig.com/pci/1af4/1000"/> - <device id="http://pcisig.com/pci/1af4/1001"/> <device id="http://pcisig.com/pci/1b36/0100"/> <device id="http://pcisig.com/pci/8086/2415"/> <device id="http://pcisig.com/pci/8086/2668"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/microsoft.com/win-2k.xml new/osinfo-db-20190120/os/microsoft.com/win-2k.xml --- old/osinfo-db-20181116/os/microsoft.com/win-2k.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/microsoft.com/win-2k.xml 2019-01-20 20:23:18.000000000 +0100 @@ -33,12 +33,6 @@ <release-date>2000-02-17</release-date> <eol-date>2010-07-13</eol-date> - <devices> - <device id="http://pcisig.com/pci/1b36/0100"/> - <device id="http://pcisig.com/pci/1234/1111"/> - <device id="http://usb.org/usb/80ee/0021"/> - <device id="http://pcisig.com/pci/8086/2415"/> - </devices> <media arch="i686"> <iso> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/opensuse.org/opensuse-15.0.xml new/osinfo-db-20190120/os/opensuse.org/opensuse-15.0.xml --- old/osinfo-db-20181116/os/opensuse.org/opensuse-15.0.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/opensuse.org/opensuse-15.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -56,6 +56,15 @@ <initrd>boot/x86_64/loader/initrd</initrd> </media> + <tree arch="x86_64"> + <url>http://download.opensuse.org/pub/opensuse/distribution/leap/15.0/repo/oss/</url> + <treeinfo> + <family>openSUSE Leap</family> + <version>15.0</version> + <arch>x86_64</arch> + </treeinfo> + </tree> + <installer> <script id='http://opensuse.org/opensuse/autoyast/jeos'/> <script id='http://opensuse.org/opensuse/autoyast/desktop'/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/opensuse.org/opensuse-tumbleweed.xml new/osinfo-db-20190120/os/opensuse.org/opensuse-tumbleweed.xml --- old/osinfo-db-20181116/os/opensuse.org/opensuse-tumbleweed.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/opensuse.org/opensuse-tumbleweed.xml 2019-01-20 20:23:18.000000000 +0100 @@ -99,6 +99,14 @@ <initrd>boot/x86_64/loader/initrd</initrd> </media> + <tree arch="x86_64"> + <url>http://download.opensuse.org/pub/opensuse/tumbleweed/repo/oss/</url> + <treeinfo> + <family>openSUSE Tumbleweed</family> + <arch>x86_64</arch> + </treeinfo> + </tree> + <resources arch="all"> <minimum> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/redhat.com/rhel-6.0.xml new/osinfo-db-20190120/os/redhat.com/rhel-6.0.xml --- old/osinfo-db-20181116/os/redhat.com/rhel-6.0.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/redhat.com/rhel-6.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -38,6 +38,7 @@ <device id="http://pcisig.com/pci/1af4/1001"/> <device id="http://pcisig.com/pci/1af4/1003"/> <device id="http://usb.org/usb/80ee/0021"/> + <device id="http://pcisig.com/pci/8086/2668"/> <device id="http://qemu.org/chipset/x86/q35"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/redhat.com/rhel-7.0.xml new/osinfo-db-20190120/os/redhat.com/rhel-7.0.xml --- old/osinfo-db-20181116/os/redhat.com/rhel-7.0.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/redhat.com/rhel-7.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -35,6 +35,7 @@ <device id="http://pcisig.com/pci/1b36/0100"/> <device id="http://pcisig.com/pci/8086/2415"/> <device id="http://usb.org/usb/80ee/0021"/> + <device id="http://pcisig.com/pci/8086/2668"/> <device id="http://pcisig.com/pci/1af4/1001"/> <device id="http://pcisig.com/pci/1af4/1000"/> <device id="http://pcisig.com/pci/1af4/1003"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/redhat.com/rhel-7.5.xml new/osinfo-db-20190120/os/redhat.com/rhel-7.5.xml --- old/osinfo-db-20181116/os/redhat.com/rhel-7.5.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/redhat.com/rhel-7.5.xml 2019-01-20 20:23:18.000000000 +0100 @@ -61,6 +61,14 @@ </iso> </media> + <tree arch="x86_64"> + <treeinfo> + <family>Red Hat Enterprise Linux</family> + <version>7.5</version> + <arch>x86_64</arch> + </treeinfo> + </tree> + <resources arch="ppc64"> <minimum> <n-cpus>1</n-cpus> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/redhat.com/rhel-7.6.xml new/osinfo-db-20190120/os/redhat.com/rhel-7.6.xml --- old/osinfo-db-20181116/os/redhat.com/rhel-7.6.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/redhat.com/rhel-7.6.xml 2019-01-20 20:23:18.000000000 +0100 @@ -61,6 +61,14 @@ </iso> </media> + <tree arch="x86_64"> + <treeinfo> + <family>Red Hat Enterprise Linux</family> + <version>7.6</version> + <arch>x86_64</arch> + </treeinfo> + </tree> + <resources arch="ppc64"> <minimum> <n-cpus>1</n-cpus> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/redhat.com/rhel-8.0.xml new/osinfo-db-20190120/os/redhat.com/rhel-8.0.xml --- old/osinfo-db-20181116/os/redhat.com/rhel-8.0.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/redhat.com/rhel-8.0.xml 2019-01-20 20:23:18.000000000 +0100 @@ -22,6 +22,30 @@ <release-status>prerelease</release-status> + <devices> + <device id="http://pcisig.com/pci/1b36/0100"/> + <device id="http://pcisig.com/pci/8086/2415"/> + <device id="http://usb.org/usb/80ee/0021"/> + <device id="http://pcisig.com/pci/8086/2668"/> + <device id="http://pcisig.com/pci/1af4/1001"/> + <device id="http://pcisig.com/pci/1af4/1000"/> + <device id="http://pcisig.com/pci/1af4/1003"/> + <device id="http://pcisig.com/pci/1af4/1005"/> + <device id="http://pcisig.com/pci/1033/0194"/> + <device id="http://pcisig.com/pci/1b36/0004"/> + <device id="http://pcisig.com/pci/1af4/1041"/> + <device id="http://pcisig.com/pci/1af4/1042"/> + <device id="http://pcisig.com/pci/1af4/1043"/> + <device id="http://pcisig.com/pci/1af4/1044"/> + <device id="http://pcisig.com/pci/1af4/1045"/> + <device id="http://pcisig.com/pci/1af4/1048"/> + <device id="http://pcisig.com/pci/1af4/1049"/> + <device id="http://pcisig.com/pci/1af4/1052"/> + <device id="http://qemu.org/chipset/x86/q35"/> + <device id="http://pcisig.com/pci/8086/10d3"/> + <device id="http://pcisig.com/pci/8086/293e"/> + </devices> + <media arch="x86_64"> <iso> <system-id>LINUX</system-id> @@ -54,6 +78,14 @@ </iso> </media> + <tree arch="x86_64"> + <treeinfo> + <family>Red Hat Enterprise Linux</family> + <version>8.0</version> + <arch>x86_64</arch> + </treeinfo> + </tree> + <resources arch="ppc64"> <minimum> <n-cpus>1</n-cpus> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/ubuntu.com/ubuntu-18.04.xml new/osinfo-db-20190120/os/ubuntu.com/ubuntu-18.04.xml --- old/osinfo-db-20181116/os/ubuntu.com/ubuntu-18.04.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/ubuntu.com/ubuntu-18.04.xml 2019-01-20 20:23:18.000000000 +0100 @@ -75,6 +75,17 @@ </iso> </media> + <tree arch="i686"> + <url>http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-i386</url> + <kernel>current/images/netboot/ubuntu-installer/i386/linux</kernel> + <initrd>current/images/netboot/ubuntu-installer/i386/initrd.gz</initrd> + </tree> + <tree arch="x86_64"> + <url>http://archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64</url> + <kernel>current/images/netboot/ubuntu-installer/amd64/linux</kernel> + <initrd>current/images/netboot/ubuntu-installer/amd64/initrd.gz</initrd> + </tree> + <installer> <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> </installer> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/ubuntu.com/ubuntu-18.10.xml new/osinfo-db-20190120/os/ubuntu.com/ubuntu-18.10.xml --- old/osinfo-db-20181116/os/ubuntu.com/ubuntu-18.10.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/ubuntu.com/ubuntu-18.10.xml 2019-01-20 20:23:18.000000000 +0100 @@ -85,6 +85,17 @@ </iso> </media> + <tree arch="i686"> + <url>http://archive.ubuntu.com/ubuntu/dists/cosmic/main/installer-i386</url> + <kernel>current/images/netboot/ubuntu-installer/i386/linux</kernel> + <initrd>current/images/netboot/ubuntu-installer/i386/initrd.gz</initrd> + </tree> + <tree arch="x86_64"> + <url>http://archive.ubuntu.com/ubuntu/dists/cosmic/main/installer-amd64</url> + <kernel>current/images/netboot/ubuntu-installer/amd64/linux</kernel> + <initrd>current/images/netboot/ubuntu-installer/amd64/initrd.gz</initrd> + </tree> + <installer> <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> </installer> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/os/ubuntu.com/ubuntu-19.04.xml new/osinfo-db-20190120/os/ubuntu.com/ubuntu-19.04.xml --- old/osinfo-db-20181116/os/ubuntu.com/ubuntu-19.04.xml 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/os/ubuntu.com/ubuntu-19.04.xml 2019-01-20 20:23:18.000000000 +0100 @@ -70,6 +70,17 @@ </iso> </media> + <tree arch="i686"> + <url>http://archive.ubuntu.com/ubuntu/dists/disco/main/installer-i386</url> + <kernel>current/images/netboot/ubuntu-installer/i386/linux</kernel> + <initrd>current/images/netboot/ubuntu-installer/i386/initrd.gz</initrd> + </tree> + <tree arch="x86_64"> + <url>http://archive.ubuntu.com/ubuntu/dists/disco/main/installer-amd64</url> + <kernel>current/images/netboot/ubuntu-installer/amd64/linux</kernel> + <initrd>current/images/netboot/ubuntu-installer/amd64/initrd.gz</initrd> + </tree> + <installer> <script id='http://ubuntu.com/ubuntu/preseed/jeos'/> </installer> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/osinfo-db-20181116/schema/osinfo.rng new/osinfo-db-20190120/schema/osinfo.rng --- old/osinfo-db-20181116/schema/osinfo.rng 2018-11-16 13:34:00.000000000 +0100 +++ new/osinfo-db-20190120/schema/osinfo.rng 2019-01-20 20:23:18.000000000 +0100 @@ -1,5 +1,5 @@ <grammar xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"> - <!-- Schema distributed with osinfo-db-20181116 --> + <!-- Schema distributed with osinfo-db-20190120 --> <start> <ref name='libosinfo'/> @@ -248,6 +248,11 @@ <ref name='url'/> </attribute> <optional> + <attribute name='supported'> + <ref name='bool'/> + </attribute> + </optional> + <optional> <element name='driver'> <text/> </element> @@ -287,6 +292,11 @@ <attribute name='arch'> <ref name='archnamesorwildcard'/> </attribute> + <optional> + <attribute name='inherit'> + <ref name='bool'/> + </attribute> + </optional> <interleave> <optional> <element name='minimum'> @@ -298,6 +308,11 @@ <ref name='resource-attr'/> </element> </optional> + <optional> + <element name='maximum'> + <ref name='resource-attr'/> + </element> + </optional> </interleave> </element> </define> @@ -353,6 +368,11 @@ </attribute> </optional> <optional> + <attribute name='installer-script'> + <ref name='bool'/> + </attribute> + </optional> + <optional> <attribute name='installer-reboots'> <ref name='num'/> </attribute> @@ -473,6 +493,35 @@ </element> </define> + <define name='image'> + <element name='image'> + <attribute name='arch'> + <ref name='archnames'/> + </attribute> + <attribute name='format'> + <ref name='imageformats'/> + </attribute> + <optional> + <attribute name='cloud-init'> + <ref name='bool'/> + </attribute> + </optional> + <interleave> + <optional> + <element name='variant'> + <attribute name='id'> + </attribute> + </element> + </optional> + <optional> + <element name='url'> + <ref name='url'/> + </element> + </optional> + </interleave> + </element> + </define> + <define name='installer'> <element name='installer'> <zeroOrMore> @@ -544,6 +593,9 @@ <ref name='tree'/> </zeroOrMore> <zeroOrMore> + <ref name='image'/> + </zeroOrMore> + <zeroOrMore> <ref name='installer'/> </zeroOrMore> <zeroOrMore> @@ -754,6 +806,15 @@ </choice> </define> + <define name='imageformats'> + <choice> + <value>qcow2</value> + <value>raw</value> + <value>vhdx</value> + <value>vmdk</value> + </choice> + </define> + <define name='date'> <data type="string"> <param name="pattern">[0-9]{4}-[0-9]{2}-[0-9]{2}</param>
