[virt-tools-list] [Libosinfo][PATCH] data: add missing openSUSE distro information
Fabiano Fidêncio
fabiano at fidencio.org
Tue Mar 22 22:14:14 UTC 2016
On Tue, Mar 22, 2016 at 10:56 PM, Charles Arnold <carnold at suse.com> wrote:
> Add missing openSUSE distro information.
>
> Added os data and isodata for the following distros:
> openSUSE Leap 42.1
> openSUSE Tumbleweed
>
> New files:
> ./data/os/opensuse.org/opensuse-42.1.xml.in
> ./data/os/opensuse.org/opensuse-tumbleweed.xml.in
> ./test/isodata/opensuse/opensuse42.1/openSUSE-42.1-DVD-x86_64.iso.txt
> ./test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-i586-Current.iso.txt
> ./test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.txt
>
> Updated file:
> ./po/POTFILES.in
>
> diff --git a/data/os/opensuse.org/opensuse-42.1.xml.in b/data/os/opensuse.org/opensuse-42.1.xml.in
> index e69de29..e116de0 100644
> --- /dev/null
> +++ b/data/os/opensuse.org/opensuse-42.1.xml.in
> @@ -0,0 +1,25 @@
> +<libosinfo version="0.0.1">
> + <os id="http://opensuse.org/opensuse/42.1">
> + <short-id>opensuse42.1</short-id>
> + <_name>openSUSE Leap 42.1</_name>
> + <version>42.1</version>
> + <_vendor>openSUSE</_vendor>
> + <family>linux</family>
> + <distro>opensuse</distro>
> + <upgrades id="http://opensuse.org/opensuse/13.2" />
> + <derives-from id="http://opensuse.org/opensuse/13.2" />
> +
> + <release-date>2015-11-04</release-date>
> +
> + <media arch="x86_64">
> + <url>http://download.opensuse.org/distribution/leap/42.1/iso/openSUSE-Leap-42.1-DVD-x86_64.iso</url>
> + <iso>
> + <volume-id>openSUSE-Leap-42.1-DVD-x86_64026</volume-id>
> + <system-id>LINUX</system-id>
> + <publisher-id>SUSE LINUX GmbH</publisher-id>
> + </iso>
> + <kernel>boot/x86_64/loader/linux</kernel>
> + <initrd>boot/x86_64/loader/initrd</initrd>
> + </media>
> + </os>
> +</libosinfo>
> diff --git a/data/os/opensuse.org/opensuse-tumbleweed.xml.in b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
> index e69de29..99b2fbc 100644
> --- /dev/null
> +++ b/data/os/opensuse.org/opensuse-tumbleweed.xml.in
> @@ -0,0 +1,48 @@
> +<libosinfo version="0.0.1">
> + <os id="http://opensuse.org/opensuse/tumbleweed">
> + <short-id>opensusetumbleweed</short-id>
> + <_name>openSUSE Tumbleweed</_name>
> + <version>tumbleweed</version>
> + <_vendor>openSUSE</_vendor>
> + <family>linux</family>
> + <distro>opensuse</distro>
> + <upgrades id="http://download.opensuse.org/tumbleweed/repo" />
> + <derives-from id="http://download.opensuse.org/tumbleweed/repo" />
> +
> + <media arch="i686">
> + <url>http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-i586-Current.iso</url>
> + <iso>
> + <volume-id>openSUSE-Tumbleweed-DVD-i586*</volume-id>
> + <system-id>LINUX</system-id>
> + <publisher-id>SUSE LINUX GmbH</publisher-id>
> + </iso>
> + <kernel>boot/i386/loader/linux</kernel>
> + <initrd>boot/i386/loader/initrd</initrd>
> + </media>
> + <media arch="x86_64">
> + <url>http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso</url>
> + <iso>
> + <volume-id>openSUSE-Tumbleweed-DVD-x86_64*</volume-id>
> + <system-id>LINUX</system-id>
> + <publisher-id>SUSE LINUX GmbH</publisher-id>
> + </iso>
> + <kernel>boot/x86_64/loader/linux</kernel>
> + <initrd>boot/x86_64/loader/initrd</initrd>
> + </media>
> +
> + <resources arch="all">
> + <!-- http://en.opensuse.org/Hardware_requirements -->
> + <minimum>
> + <cpu>500000000</cpu>
> + <n-cpus>1</n-cpus>
> + <ram>1073741824</ram>
> + <storage>3221225472</storage>
> + </minimum>
> + <recommended>
> + <cpu>2400000000</cpu>
> + <ram>2147483648</ram>
> + <storage>5368709120</storage>
> + </recommended>
> + </resources>
> + </os>
> +</libosinfo>
> diff --git a/po/POTFILES.in b/po/POTFILES.in
> index 3698ef8..6e67909 100644
> --- a/po/POTFILES.in
> +++ b/po/POTFILES.in
> @@ -217,6 +217,8 @@ data/os/opensuse.org/opensuse-12.2.xml.in
> data/os/opensuse.org/opensuse-12.3.xml.in
> data/os/opensuse.org/opensuse-13.1.xml.in
> data/os/opensuse.org/opensuse-13.2.xml.in
> +data/os/opensuse.org/opensuse-42.1.xml.in
> +data/os/opensuse.org/opensuse-tumbleweed.xml.in
> data/os/opensuse.org/opensuse-factory.xml.in
> data/os/opensuse.org/opensuse-unknown.xml.in
> data/os/oracle.com/solaris-11.xml.in
> diff --git a/test/isodata/opensuse/opensuse42.1/openSUSE-42.1-DVD-x86_64.iso.txt b/test/isodata/opensuse/opensuse42.1/openSUSE-42.1-DVD-x86_64.iso.txt
> index e69de29..da37cd6 100644
> --- /dev/null
> +++ b/test/isodata/opensuse/opensuse42.1/openSUSE-42.1-DVD-x86_64.iso.txt
> @@ -0,0 +1,29 @@
> +CD-ROM is in ISO 9660 format
> +System id: LINUX
> +Volume id: openSUSE-Leap-42.1-DVD-x86_64026
> +Volume set id:
> +Publisher id: SUSE LINUX GmbH
> +Data preparer id: KIWI - http://opensuse.github.com/kiwi
> +Application id: openSUSE-Leap-42.1-DVD-x86_64-Build0265-Media
> +Copyright File id:
> +Abstract File id:
> +Bibliographic File id:
> +Volume set size is: 1
> +Volume set sequence number is: 1
> +Logical block size is: 2048
> +Volume size is: 2269201
> +El Torito VD version 1 found, boot catalog is in sector 20
> +Joliet with UCS level 3 found
> +Rock Ridge signatures version 1 found
> +Eltorito validation header:
> + Hid 1
> + Arch 0 (x86)
> + ID 'SUSE LINUX GmbH'
> + Key 55 AA
> + Eltorito defaultboot header:
> + Bootid 88 (bootable)
> + Boot media 0 (No Emulation Boot)
> + Load segment 0
> + Sys type 0
> + Nsect 4
> + Bootoff 1628 5672
> diff --git a/test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-i586-Current.iso.txt b/test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-i586-Current.iso.txt
> index e69de29..c96327c 100644
> --- /dev/null
> +++ b/test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-i586-Current.iso.txt
> @@ -0,0 +1,29 @@
> +CD-ROM is in ISO 9660 format
> +System id: LINUX
> +Volume id: openSUSE-Tumbleweed-DVD-i5860005
> +Volume set id:
> +Publisher id: SUSE LINUX GmbH
> +Data preparer id: KIWI - http://opensuse.github.com/kiwi
> +Application id: openSUSE-Tumbleweed-DVD-i586-Build0005-Media
> +Copyright File id:
> +Abstract File id:
> +Bibliographic File id:
> +Volume set size is: 1
> +Volume set sequence number is: 1
> +Logical block size is: 2048
> +Volume size is: 2008612
> +El Torito VD version 1 found, boot catalog is in sector 20
> +Joliet with UCS level 3 found
> +Rock Ridge signatures version 1 found
> +Eltorito validation header:
> + Hid 1
> + Arch 0 (x86)
> + ID 'SUSE LINUX GmbH'
> + Key 55 AA
> + Eltorito defaultboot header:
> + Bootid 88 (bootable)
> + Boot media 0 (No Emulation Boot)
> + Load segment 0
> + Sys type 0
> + Nsect 4
> + Bootoff 363 867
> diff --git a/test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.txt b/test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.txt
> index e69de29..ac95688 100644
> --- /dev/null
> +++ b/test/isodata/opensuse/opensusetumbleweed/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.txt
> @@ -0,0 +1,29 @@
> +CD-ROM is in ISO 9660 format
> +System id: LINUX
> +Volume id: openSUSE-Tumbleweed-DVD-x86_6400
> +Volume set id:
> +Publisher id: SUSE LINUX GmbH
> +Data preparer id: KIWI - http://opensuse.github.com/kiwi
> +Application id: openSUSE-Tumbleweed-DVD-x86_64-Build0004-Media
> +Copyright File id:
> +Abstract File id:
> +Bibliographic File id:
> +Volume set size is: 1
> +Volume set sequence number is: 1
> +Logical block size is: 2048
> +Volume size is: 2250813
> +El Torito VD version 1 found, boot catalog is in sector 20
> +Joliet with UCS level 3 found
> +Rock Ridge signatures version 1 found
> +Eltorito validation header:
> + Hid 1
> + Arch 0 (x86)
> + ID 'SUSE LINUX GmbH'
> + Key 55 AA
> + Eltorito defaultboot header:
> + Bootid 88 (bootable)
> + Boot media 0 (No Emulation Boot)
> + Load segment 0
> + Sys type 0
> + Nsect 4
> + Bootoff 160A 5642
>
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
ACK both patches, but you sent to the wrong mailing list.
Best Regards,
--
Fabiano Fidêncio
More information about the virt-tools-list
mailing list