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

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