SHA256
1
0
forked from pool/osinfo-db

- bsc#1172008 - osinfo-db: Add support for openSUSE Leap 15.2

add-opensuse-leap-15.2-support.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db?expand=0&rev=97
This commit is contained in:
Charles Arnold 2020-05-22 16:59:46 +00:00 committed by Git OBS Bridge
parent 43c84702a4
commit 749216d493
3 changed files with 133 additions and 0 deletions

View File

@ -0,0 +1,125 @@
--- /dev/null 2020-05-18 08:31:58.984168313 -0600
+++ osinfo-db-20200214/os/opensuse.org/opensuse-15.2.xml 2020-05-22 10:39:56.073024784 -0600
@@ -0,0 +1,122 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<libosinfo version="0.0.1">
+
+ <os id="http://opensuse.org/opensuse/15.2">
+ <short-id>opensuse15.2</short-id>
+ <name>openSUSE Leap 15.2</name>
+ <name xml:lang="fr">openSUSE Leap 15.2</name>
+ <name xml:lang="pl">openSUSE Leap 15.2</name>
+ <name xml:lang="uk">openSUSE Leap 15.2</name>
+ <version>15.2</version>
+ <vendor>openSUSE</vendor>
+ <vendor xml:lang="ca">openSUSE</vendor>
+ <vendor xml:lang="de">openSUSE</vendor>
+ <vendor xml:lang="es">openSUSE</vendor>
+ <vendor xml:lang="fr">openSUSE</vendor>
+ <vendor xml:lang="id">openSUSE</vendor>
+ <vendor xml:lang="it">openSUSE</vendor>
+ <vendor xml:lang="ja">openSUSE</vendor>
+ <vendor xml:lang="pl">openSUSE</vendor>
+ <vendor xml:lang="pt_BR">openSUSE</vendor>
+ <vendor xml:lang="uk">openSUSE</vendor>
+ <family>linux</family>
+ <distro>opensuse</distro>
+ <upgrades id="http://opensuse.org/opensuse/15.1"/>
+ <derives-from id="http://opensuse.org/opensuse/15.1"/>
+
+ <release-date>2020-07-02</release-date>
+
+ <variant id="netinst">
+ <name>openSUSE Leap 15.2</name>
+ <name xml:lang="fr">openSUSE Leap 15.2</name>
+ <name xml:lang="pl">openSUSE Leap 15.2</name>
+ <name xml:lang="uk">openSUSE Leap 15.2</name>
+ </variant>
+
+
+ <media arch="x86_64">
+ <url>https://download.opensuse.org/distribution/leap/15.2/iso/openSUSE-Leap-15.2-DVD-x86_64.iso</url>
+ <iso>
+ <volume-id>openSUSE-Leap-15.2-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>
+
+
+ <media arch="x86_64">
+ <variant id="netinst"/>
+ <url>https://download.opensuse.org/distribution/leap/15.2/iso/openSUSE-Leap-15.2-NET-x86_64.iso</url>
+ <iso>
+ <volume-id>openSUSE-Leap-15.2-NET-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>
+
+
+ <media live="true" installer-script="false" arch="x86_64">
+ <url>https://download.opensuse.org/distribution/leap/15.2/live/openSUSE-Leap-15.2-GNOME-Live-x86_64-Current.iso</url>
+ <iso>
+ <volume-id>openSUSE_Leap_15.2_GNOME_Live</volume-id>
+ <publisher-id>SUSE LINUX GMBH</publisher-id>
+ </iso>
+ <kernel>boot/x86_64/loader/linux</kernel>
+ <initrd>boot/x86_64/loader/initrd</initrd>
+ </media>
+
+
+ <media live="true" installer-script="false" arch="x86_64">
+ <url>https://download.opensuse.org/distribution/leap/15.2/live/openSUSE-Leap-15.2-KDE-Live-x86_64-Current.iso</url>
+ <iso>
+ <volume-id>openSUSE_Leap_15.2_KDE_Live</volume-id>
+ <publisher-id>SUSE LINUX GMBH</publisher-id>
+ </iso>
+ <kernel>boot/x86_64/loader/linux</kernel>
+ <initrd>boot/x86_64/loader/initrd</initrd>
+ </media>
+
+
+ <media live="true" installer-script="false" arch="x86_64">
+ <url>https://download.opensuse.org/distribution/leap/15.2/live/openSUSE-Leap-15.2-Rescue-CD-x86_64-Current.iso</url>
+ <iso>
+ <volume-id>openSUSE_Leap_15.2_Rescue_CD</volume-id>
+ <publisher-id>SUSE LINUX GMBH</publisher-id>
+ </iso>
+ <kernel>boot/x86_64/loader/linux</kernel>
+ <initrd>boot/x86_64/loader/initrd</initrd>
+ </media>
+
+ <tree arch="x86_64">
+ <url>https://download.opensuse.org/pub/opensuse/distribution/leap/15.2/repo/oss/</url>
+ <treeinfo>
+ <family>openSUSE Leap</family>
+ <version>15.2</version>
+ <arch>x86_64</arch>
+ </treeinfo>
+ </tree>
+
+ <installer>
+ <script id='http://opensuse.org/opensuse/autoyast/jeos'/>
+ <script id='http://opensuse.org/opensuse/autoyast/desktop'/>
+ </installer>
+
+ <resources arch="all">
+ <minimum>
+ <cpu>1600000000</cpu>
+ <n-cpus>1</n-cpus>
+ <ram>1073741824</ram>
+ <storage>3221225472</storage>
+ </minimum>
+ <recommended>
+ <cpu>2400000000</cpu>
+ <ram>2147483648</ram>
+ <storage>17179869184</storage>
+ </recommended>
+ </resources>
+ </os>
+</libosinfo>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri May 22 10:41:42 MDT 2020 - carnold@suse.com
- bsc#1172008 - osinfo-db: Add support for openSUSE Leap 15.2
add-opensuse-leap-15.2-support.patch
-------------------------------------------------------------------
Thu Mar 5 13:22:20 MST 2020 - carnold@suse.com

View File

@ -32,6 +32,7 @@ Patch23: add-sle15sp2-support.patch
Patch24: add-win-2k19-media-info.patch
Patch25: fix-sle15sp1-volume-id-string.patch
Patch26: SLE-add-info-about-UEFI-support.patch
Patch27: add-opensuse-leap-15.2-support.patch
BuildRequires: intltool
BuildRequires: osinfo-db-tools
@ -49,6 +50,7 @@ provisioning of new virtual machines
%patch24 -p1
%patch25 -p1
%patch26 -p1
%patch27 -p1
%build
cd %{_builddir}