Blame SOURCES/add-opensuse-42.3-and-win2k16.patch

70ab2c
From 29f8f91a6a06e4cc0a04a36ecbe6db1ccafb1a0d Mon Sep 17 00:00:00 2001
70ab2c
From: Felipe Borges <feborges@redhat.com>
70ab2c
Date: Fri, 2 Feb 2018 14:04:38 +0100
70ab2c
Subject: [PATCH] Add OpenSUSE Leap 42.3 and Windows Server 2016
70ab2c
70ab2c
---
70ab2c
 os/microsoft.com/win-2k16.xml     | 78 ++++++++++++++++++++++++++++++++++
70ab2c
 os/opensuse.org/opensuse-42.3.xml | 68 +++++++++++++++++++++++++++++
70ab2c
 2 files changed, 146 insertions(+)
70ab2c
 create mode 100644 os/microsoft.com/win-2k16.xml
70ab2c
 create mode 100644 os/opensuse.org/opensuse-42.3.xml
70ab2c
70ab2c
diff --git a/os/microsoft.com/win-2k16.xml b/os/microsoft.com/win-2k16.xml
70ab2c
new file mode 100644
70ab2c
index 0000000..3dface2
70ab2c
--- /dev/null
70ab2c
+++ b/os/microsoft.com/win-2k16.xml
70ab2c
@@ -0,0 +1,78 @@
70ab2c
+
70ab2c
+<libosinfo version="0.0.1">
70ab2c
+
70ab2c
+  <os id="http://microsoft.com/win/2k16">
70ab2c
+    <short-id>win2k16</short-id>
70ab2c
+    <name>Microsoft Windows Server 2016</name>
70ab2c
+    <version>1709</version>
70ab2c
+    <vendor>Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="ca">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="de">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="es">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="fr">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="id">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="ja">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="pl">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="pt_BR">Microsoft Corporation</vendor>
70ab2c
+    <vendor xml:lang="uk">Корпорація Microsoft</vendor>
70ab2c
+    <family>winnt</family>
70ab2c
+    <distro>win</distro>
70ab2c
+    <derives-from id="http://microsoft.com/win/2k12r2"/>
70ab2c
+    <upgrades id="http://microsoft.com/win/2k12r2"/>
70ab2c
+
70ab2c
+    <variant id="essentials">
70ab2c
+      <name>Windows Server 2012 R2 Essentials</name>
70ab2c
+      <name xml:lang="ca">Windows Server 2012 R2 Essentials</name>
70ab2c
+      <name xml:lang="es">Windows Server 2012 R2 Essentials</name>
70ab2c
+      <name xml:lang="fr">Windows Server 2012 R2 Essentials</name>
70ab2c
+      <name xml:lang="id">Windows Server 2012 R2 Essentials</name>
70ab2c
+      <name xml:lang="pl">Windows Server 2012 R2 Essentials</name>
70ab2c
+      <name xml:lang="uk">Windows Server 2012 R2 Essentials</name>
70ab2c
+    </variant>
70ab2c
+    <variant id="hyperv">
70ab2c
+      <name>Windows Server 2016 for HyperV</name>
70ab2c
+    </variant>
70ab2c
+
70ab2c
+    <release-date>2017-10-17</release-date>
70ab2c
+
70ab2c
+    <media arch="x86_64">
70ab2c
+      <iso>
70ab2c
+        <volume-id>(SSS_X64CHK|SSS_X64FRE|SSS_X64FREE)_</volume-id>
70ab2c
+        <publisher-id>MICROSOFT CORPORATION</publisher-id>
70ab2c
+        <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/7/l10n-language">[[:upper:][:digit:]]*_([[:upper:]]*)</l10n-language>
70ab2c
+      </iso>
70ab2c
+    </media>
70ab2c
+    <media arch="x86_64">
70ab2c
+      <variant id="essentials"/>
70ab2c
+      <iso>
70ab2c
+        <volume-id>(SESS_X64FRE)_</volume-id>
70ab2c
+        <publisher-id>MICROSOFT CORPORATION</publisher-id>
70ab2c
+        <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/7/l10n-language">[[:upper:][:digit:]]*_([[:upper:]]*)</l10n-language>
70ab2c
+      </iso>
70ab2c
+    </media>
70ab2c
+    <media arch="x86_64">
70ab2c
+      <variant id="hyperv"/>
70ab2c
+      <iso>
70ab2c
+        <volume-id>(SHV_X64CHK|SHV_X64FRE)_</volume-id>
70ab2c
+        <publisher-id>MICROSOFT CORPORATION</publisher-id>
70ab2c
+        <l10n-language regex="true" l10n-language-map="http://microsoft.com/win/7/l10n-language">[[:upper:][:digit:]]*_([[:upper:]]*)</l10n-language>
70ab2c
+      </iso>
70ab2c
+    </media>
70ab2c
+
70ab2c
+    <resources arch="x86_64">
70ab2c
+      <minimum>
70ab2c
+        <cpu>1400000000</cpu>
70ab2c
+        <n-cpus>1</n-cpus>
70ab2c
+        <ram>536870912</ram>
70ab2c
+        <storage>10737418240</storage>
70ab2c
+      </minimum>
70ab2c
+
70ab2c
+      <recommended>
70ab2c
+        <cpu>2000000000</cpu>
70ab2c
+        <ram>2147483648</ram>
70ab2c
+        <storage>42949672960</storage>
70ab2c
+      </recommended>
70ab2c
+    </resources>
70ab2c
+
70ab2c
+  </os>
70ab2c
+</libosinfo>
70ab2c
\ No newline at end of file
70ab2c
diff --git a/os/opensuse.org/opensuse-42.3.xml b/os/opensuse.org/opensuse-42.3.xml
70ab2c
new file mode 100644
70ab2c
index 0000000..68fb151
70ab2c
--- /dev/null
70ab2c
+++ b/os/opensuse.org/opensuse-42.3.xml
70ab2c
@@ -0,0 +1,68 @@
70ab2c
+
70ab2c
+<libosinfo version="0.0.1">
70ab2c
+
70ab2c
+  <os id="http://opensuse.org/opensuse/42.3">
70ab2c
+    <short-id>opensuse42.3</short-id>
70ab2c
+    <name>openSUSE Leap 42.3</name>
70ab2c
+    <version>42.3</version>
70ab2c
+    <vendor>openSUSE</vendor>
70ab2c
+    <vendor xml:lang="ca">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="de">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="es">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="fr">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="id">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="ja">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="pl">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="pt_BR">openSUSE</vendor>
70ab2c
+    <vendor xml:lang="uk">openSUSE</vendor>
70ab2c
+    <family>linux</family>
70ab2c
+    <distro>opensuse</distro>
70ab2c
+    <upgrades id="http://opensuse.org/opensuse/42.2"/>
70ab2c
+    <derives-from id="http://opensuse.org/opensuse/42.2"/>
70ab2c
+
70ab2c
+    <release-date>2017-07-26</release-date>
70ab2c
+    <eol-date>2019-01-31</eol-date>
70ab2c
+
70ab2c
+    <devices>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1041"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1042"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1043"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1044"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1045"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1048"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1049"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1052"/>
70ab2c
+      <device id="http://pcisig.com/pci/1af4/1050"/>
70ab2c
+    </devices>
70ab2c
+
70ab2c
+    <media arch="x86_64">
70ab2c
+      <url>http://download.opensuse.org/distribution/leap/42.3/iso/openSUSE-Leap-42.3-DVD-x86_64.iso</url>
70ab2c
+      <iso>
70ab2c
+        <volume-id>openSUSE-Leap-42.3-DVD-x86_64*</volume-id>
70ab2c
+        <system-id>LINUX</system-id>
70ab2c
+        <publisher-id>SUSE LINUX GmbH</publisher-id>
70ab2c
+      </iso>
70ab2c
+      <kernel>boot/x86_64/loader/linux</kernel>
70ab2c
+      <initrd>boot/x86_64/loader/initrd</initrd>
70ab2c
+    </media>
70ab2c
+
70ab2c
+    <installer>
70ab2c
+      <script id='http://opensuse.org/opensuse/autoyast/jeos'/>
70ab2c
+      <script id='http://opensuse.org/opensuse/autoyast/desktop'/>
70ab2c
+    </installer>
70ab2c
+
70ab2c
+    <resources arch="all">
70ab2c
+      <minimum>
70ab2c
+        <cpu>1600000000</cpu>
70ab2c
+        <n-cpus>1</n-cpus>
70ab2c
+        <ram>1073741824</ram>
70ab2c
+        <storage>3221225472</storage>
70ab2c
+      </minimum>
70ab2c
+      <recommended>
70ab2c
+        <cpu>2400000000</cpu>
70ab2c
+        <ram>2147483648</ram>
70ab2c
+        <storage>17179869184</storage>
70ab2c
+      </recommended>
70ab2c
+    </resources>
70ab2c
+  </os>
70ab2c
+</libosinfo>
70ab2c
\ No newline at end of file
70ab2c
-- 
70ab2c
2.14.3
70ab2c