commit
ad1949c521
@ -0,0 +1 @@
|
||||
SOURCES/osinfo-db-20221130.tar.xz
|
@ -0,0 +1 @@
|
||||
616479396f654ac9d8676bed4b07e02f9f093e23 SOURCES/osinfo-db-20221130.tar.xz
|
@ -0,0 +1,526 @@
|
||||
From aa68a741f6d821042ba9f6cba9b8b25788c02990 Mon Sep 17 00:00:00 2001
|
||||
From: rpm-build <rpm-build>
|
||||
Date: Wed, 30 Nov 2022 18:10:19 +0100
|
||||
Subject: [PATCH] Add prereleases: rhel-8.8 and rhel-9.2
|
||||
Content-type: text/plain
|
||||
|
||||
See: https://gitlab.com/libosinfo/osinfo-db/-/merge_requests/536
|
||||
Related: https://bugzilla.redhat.com/show_bug.cgi?id=2135751
|
||||
|
||||
Signed-off-by: Victor Toso <victortoso@redhat.com>
|
||||
---
|
||||
os/redhat.com/rhel-8-unknown.xml | 20 ++--
|
||||
os/redhat.com/rhel-8.8.xml | 171 +++++++++++++++++++++++++++++++
|
||||
os/redhat.com/rhel-9-unknown.xml | 20 ++--
|
||||
os/redhat.com/rhel-9.2.xml | 169 ++++++++++++++++++++++++++++++
|
||||
4 files changed, 360 insertions(+), 20 deletions(-)
|
||||
create mode 100644 os/redhat.com/rhel-8.8.xml
|
||||
create mode 100644 os/redhat.com/rhel-9.2.xml
|
||||
|
||||
diff --git a/os/redhat.com/rhel-8-unknown.xml b/os/redhat.com/rhel-8-unknown.xml
|
||||
index 6371057..96e8c89 100644
|
||||
--- a/os/redhat.com/rhel-8-unknown.xml
|
||||
+++ b/os/redhat.com/rhel-8-unknown.xml
|
||||
@@ -34,12 +34,12 @@
|
||||
<family>linux</family>
|
||||
<distro>rhel</distro>
|
||||
<codename>Ootpa</codename>
|
||||
- <upgrades id="http://redhat.com/rhel/8.7"/>
|
||||
- <derives-from id="http://redhat.com/rhel/8.7"/>
|
||||
+ <upgrades id="http://redhat.com/rhel/8.8"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/8.8"/>
|
||||
<media arch="x86_64">
|
||||
<iso>
|
||||
<system-id>LINUX</system-id>
|
||||
- <volume-id>.*RHEL-8-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.*</volume-id>
|
||||
+ <volume-id>.*RHEL-8-(9|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.*</volume-id>
|
||||
</iso>
|
||||
<kernel>isolinux/vmlinuz</kernel>
|
||||
<initrd>isolinux/initrd.img</initrd>
|
||||
@@ -47,7 +47,7 @@
|
||||
<media arch="aarch64">
|
||||
<iso>
|
||||
<system-id>LINUX</system-id>
|
||||
- <volume-id>RHEL-8-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$</volume-id>
|
||||
+ <volume-id>RHEL-8-(9|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$</volume-id>
|
||||
</iso>
|
||||
<kernel>images/pxeboot/vmlinuz</kernel>
|
||||
<initrd>images/pxeboot/initrd.img</initrd>
|
||||
@@ -55,7 +55,7 @@
|
||||
<media arch="ppc64le">
|
||||
<iso>
|
||||
<system-id>PPC</system-id>
|
||||
- <volume-id>RHEL[_-]8[_-]([8-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$</volume-id>
|
||||
+ <volume-id>RHEL[_-]8[_-](9|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$</volume-id>
|
||||
</iso>
|
||||
<kernel>ppc/ppc64/vmlinuz</kernel>
|
||||
<initrd>ppc/ppc64/initrd.img</initrd>
|
||||
@@ -63,34 +63,34 @@
|
||||
<media arch="s390x">
|
||||
<iso>
|
||||
<system-id>LINUX</system-id>
|
||||
- <volume-id>RHEL-8-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$</volume-id>
|
||||
+ <volume-id>RHEL-8-(9|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$</volume-id>
|
||||
</iso>
|
||||
</media>
|
||||
<tree arch="aarch64">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^8.([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$</version>
|
||||
+ <version>^8.(9|[1-9][0-9])(-[0-9]|[1-9][0-9])?$</version>
|
||||
<arch>aarch64</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
<tree arch="ppc64le">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^8.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^8.(9|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
<arch>ppc64le</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
<tree arch="s390x">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^8.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^8.(9|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
<arch>s390x</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
<tree arch="x86_64">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^8.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^8.(9|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
<arch>x86_64</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
diff --git a/os/redhat.com/rhel-8.8.xml b/os/redhat.com/rhel-8.8.xml
|
||||
new file mode 100644
|
||||
index 0000000..f1cc1e0
|
||||
--- /dev/null
|
||||
+++ b/os/redhat.com/rhel-8.8.xml
|
||||
@@ -0,0 +1,171 @@
|
||||
+<?xml version="1.0"?>
|
||||
+<libosinfo version="0.0.1">
|
||||
+ <!-- Licensed under the GNU General Public License version 2 or later.
|
||||
+ See http://www.gnu.org/licenses/ for a copy of the license text -->
|
||||
+ <os id="http://redhat.com/rhel/8.8">
|
||||
+ <short-id>rhel8.8</short-id>
|
||||
+ <name>Red Hat Enterprise Linux 8.8</name>
|
||||
+ <version>8.8</version>
|
||||
+ <vendor>Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ka">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ko">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="fi">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="uk">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="tr">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="pt_BR">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="pl">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ja">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="it">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="id">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="fr">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="es">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="de">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ca">Red Hat, Inc</vendor>
|
||||
+ <family>linux</family>
|
||||
+ <distro>rhel</distro>
|
||||
+ <codename>Ootpa</codename>
|
||||
+ <upgrades id="http://redhat.com/rhel/8.7"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/8.7"/>
|
||||
+ <release-status>prerelease</release-status>
|
||||
+ <media arch="x86_64">
|
||||
+ <iso>
|
||||
+ <system-id>LINUX</system-id>
|
||||
+ <volume-id>RHEL-8-8-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64</volume-id>
|
||||
+ </iso>
|
||||
+ <kernel>isolinux/vmlinuz</kernel>
|
||||
+ <initrd>isolinux/initrd.img</initrd>
|
||||
+ </media>
|
||||
+ <media arch="ppc64le">
|
||||
+ <iso>
|
||||
+ <system-id>PPC</system-id>
|
||||
+ <volume-id>RHEL[_-]8[_-]8[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le</volume-id>
|
||||
+ </iso>
|
||||
+ <kernel>ppc/ppc64/vmlinuz</kernel>
|
||||
+ <initrd>ppc/ppc64/initrd.img</initrd>
|
||||
+ </media>
|
||||
+ <media arch="aarch64">
|
||||
+ <iso>
|
||||
+ <system-id>LINUX</system-id>
|
||||
+ <volume-id>RHEL-8-8-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64</volume-id>
|
||||
+ </iso>
|
||||
+ <kernel>images/pxeboot/vmlinuz</kernel>
|
||||
+ <initrd>images/pxeboot/initrd.img</initrd>
|
||||
+ </media>
|
||||
+ <media arch="s390x">
|
||||
+ <iso>
|
||||
+ <system-id>LINUX</system-id>
|
||||
+ <volume-id>RHEL-8-8-(([0-9]|[1-9][0-9])-)?BaseOS-s390x</volume-id>
|
||||
+ </iso>
|
||||
+ </media>
|
||||
+ <tree arch="aarch64">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^8.8(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>aarch64</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="ppc64le">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^8.8(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>ppc64le</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="s390x">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^8.8(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>s390x</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="x86_64">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^8.8(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>x86_64</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <resources arch="ppc64le">
|
||||
+ <minimum>
|
||||
+ <n-cpus>1</n-cpus>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>2147483648</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <cpu>4000000000</cpu>
|
||||
+ <ram>2147483648</ram>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>768</n-cpus>
|
||||
+ <ram>35184372088832</ram>
|
||||
+ </maximum>
|
||||
+ </resources>
|
||||
+ <resources arch="x86_64">
|
||||
+ <minimum>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>768</n-cpus>
|
||||
+ <ram>26388279066624</ram>
|
||||
+ </maximum>
|
||||
+ <network-install>
|
||||
+ <ram>3221225472</ram>
|
||||
+ </network-install>
|
||||
+ </resources>
|
||||
+ <resources arch="s390x">
|
||||
+ <minimum>
|
||||
+ <ram>1073741824</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>340</n-cpus>
|
||||
+ <ram>17592186044416</ram>
|
||||
+ </maximum>
|
||||
+ <network-install>
|
||||
+ <ram>2147483648</ram>
|
||||
+ </network-install>
|
||||
+ </resources>
|
||||
+ <resources arch="aarch64">
|
||||
+ <minimum>
|
||||
+ <ram>2147483648</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>256</n-cpus>
|
||||
+ <ram>1649267441664</ram>
|
||||
+ </maximum>
|
||||
+ </resources>
|
||||
+ <resources arch="all">
|
||||
+ <minimum>
|
||||
+ <n-cpus>1</n-cpus>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ </resources>
|
||||
+ <installer>
|
||||
+ <script id="http://redhat.com/rhel/kickstart/jeos"/>
|
||||
+ <script id="http://redhat.com/rhel/kickstart/desktop"/>
|
||||
+ </installer>
|
||||
+ </os>
|
||||
+</libosinfo>
|
||||
diff --git a/os/redhat.com/rhel-9-unknown.xml b/os/redhat.com/rhel-9-unknown.xml
|
||||
index 59e5046..fcb4a30 100644
|
||||
--- a/os/redhat.com/rhel-9-unknown.xml
|
||||
+++ b/os/redhat.com/rhel-9-unknown.xml
|
||||
@@ -33,59 +33,59 @@
|
||||
<family>linux</family>
|
||||
<distro>rhel</distro>
|
||||
<codename>Plow</codename>
|
||||
- <upgrades id="http://redhat.com/rhel/9.1"/>
|
||||
- <derives-from id="http://redhat.com/rhel/9.1"/>
|
||||
+ <upgrades id="http://redhat.com/rhel/9.2"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/9.2"/>
|
||||
<media arch="x86_64">
|
||||
<iso>
|
||||
- <volume-id>.*RHEL-9-([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.*</volume-id>
|
||||
+ <volume-id>.*RHEL-9-([3-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.*</volume-id>
|
||||
</iso>
|
||||
<kernel>isolinux/vmlinuz</kernel>
|
||||
<initrd>isolinux/initrd.img</initrd>
|
||||
</media>
|
||||
<media arch="aarch64">
|
||||
<iso>
|
||||
- <volume-id>RHEL-9-([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$</volume-id>
|
||||
+ <volume-id>RHEL-9-([3-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$</volume-id>
|
||||
</iso>
|
||||
<kernel>images/pxeboot/vmlinuz</kernel>
|
||||
<initrd>images/pxeboot/initrd.img</initrd>
|
||||
</media>
|
||||
<media arch="ppc64le">
|
||||
<iso>
|
||||
- <volume-id>RHEL[_-]9[_-]([2-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$</volume-id>
|
||||
+ <volume-id>RHEL[_-]9[_-]([3-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$</volume-id>
|
||||
</iso>
|
||||
<kernel>ppc/ppc64/vmlinuz</kernel>
|
||||
<initrd>ppc/ppc64/initrd.img</initrd>
|
||||
</media>
|
||||
<media arch="s390x">
|
||||
<iso>
|
||||
- <volume-id>RHEL-9-([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$</volume-id>
|
||||
+ <volume-id>RHEL-9-([3-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$</volume-id>
|
||||
</iso>
|
||||
</media>
|
||||
<tree arch="aarch64">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^9.([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$</version>
|
||||
+ <version>^9.([3-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$</version>
|
||||
<arch>aarch64</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
<tree arch="ppc64le">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^9.([2-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^9.([3-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
<arch>ppc64le</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
<tree arch="s390x">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^9.([2-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^9.([3-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
<arch>s390x</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
<tree arch="x86_64">
|
||||
<treeinfo>
|
||||
<family>Red Hat Enterprise Linux</family>
|
||||
- <version>^9.([2-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^9.([3-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
<arch>x86_64</arch>
|
||||
</treeinfo>
|
||||
</tree>
|
||||
diff --git a/os/redhat.com/rhel-9.2.xml b/os/redhat.com/rhel-9.2.xml
|
||||
new file mode 100644
|
||||
index 0000000..cb20484
|
||||
--- /dev/null
|
||||
+++ b/os/redhat.com/rhel-9.2.xml
|
||||
@@ -0,0 +1,169 @@
|
||||
+<?xml version="1.0"?>
|
||||
+<libosinfo version="0.0.1">
|
||||
+ <!-- Licensed under the GNU General Public License version 2 or later.
|
||||
+ See http://www.gnu.org/licenses/ for a copy of the license text -->
|
||||
+ <os id="http://redhat.com/rhel/9.2">
|
||||
+ <short-id>rhel9.2</short-id>
|
||||
+ <name>Red Hat Enterprise Linux 9.2</name>
|
||||
+ <version>9.2</version>
|
||||
+ <vendor>Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ka">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ko">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="fi">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="uk">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="tr">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="pt_BR">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="pl">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ja">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="it">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="id">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="fr">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="es">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="de">Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="ca">Red Hat, Inc</vendor>
|
||||
+ <family>linux</family>
|
||||
+ <distro>rhel</distro>
|
||||
+ <codename>Plow</codename>
|
||||
+ <upgrades id="http://redhat.com/rhel/9.1"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/9.1"/>
|
||||
+ <release-status>prerelease</release-status>
|
||||
+ <!-- RHEL 9.2 entries have to cope both with 9.2 and 9.2.x regexes for
|
||||
+ medias' volume-id and trees' version -->
|
||||
+ <media arch="x86_64">
|
||||
+ <iso>
|
||||
+ <volume-id>RHEL-9-2-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64</volume-id>
|
||||
+ </iso>
|
||||
+ <kernel>isolinux/vmlinuz</kernel>
|
||||
+ <initrd>isolinux/initrd.img</initrd>
|
||||
+ </media>
|
||||
+ <media arch="ppc64le">
|
||||
+ <iso>
|
||||
+ <volume-id>RHEL[_-]9[_-]2[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le</volume-id>
|
||||
+ </iso>
|
||||
+ <kernel>ppc/ppc64/vmlinuz</kernel>
|
||||
+ <initrd>ppc/ppc64/initrd.img</initrd>
|
||||
+ </media>
|
||||
+ <media arch="aarch64">
|
||||
+ <iso>
|
||||
+ <volume-id>RHEL-9-2-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64</volume-id>
|
||||
+ </iso>
|
||||
+ <kernel>images/pxeboot/vmlinuz</kernel>
|
||||
+ <initrd>images/pxeboot/initrd.img</initrd>
|
||||
+ </media>
|
||||
+ <media arch="s390x">
|
||||
+ <iso>
|
||||
+ <volume-id>RHEL-9-2-(([0-9]|[1-9][0-9])-)?BaseOS-s390x</volume-id>
|
||||
+ </iso>
|
||||
+ </media>
|
||||
+ <tree arch="aarch64">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^9.2(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>aarch64</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="ppc64le">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^9.2(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>ppc64le</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="s390x">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^9.2(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>s390x</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="x86_64">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^9.2(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>x86_64</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <resources arch="ppc64le">
|
||||
+ <minimum>
|
||||
+ <n-cpus>1</n-cpus>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>2147483648</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <cpu>4000000000</cpu>
|
||||
+ <ram>2147483648</ram>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>768</n-cpus>
|
||||
+ <ram>35184372088832</ram>
|
||||
+ </maximum>
|
||||
+ </resources>
|
||||
+ <resources arch="x86_64">
|
||||
+ <minimum>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>768</n-cpus>
|
||||
+ <ram>26388279066624</ram>
|
||||
+ </maximum>
|
||||
+ <network-install>
|
||||
+ <ram>3221225472</ram>
|
||||
+ </network-install>
|
||||
+ </resources>
|
||||
+ <resources arch="s390x">
|
||||
+ <minimum>
|
||||
+ <ram>1073741824</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>340</n-cpus>
|
||||
+ <ram>17592186044416</ram>
|
||||
+ </maximum>
|
||||
+ <network-install>
|
||||
+ <ram>2147483648</ram>
|
||||
+ </network-install>
|
||||
+ </resources>
|
||||
+ <resources arch="aarch64">
|
||||
+ <minimum>
|
||||
+ <ram>2147483648</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ <maximum>
|
||||
+ <n-cpus>256</n-cpus>
|
||||
+ <ram>1649267441664</ram>
|
||||
+ </maximum>
|
||||
+ </resources>
|
||||
+ <resources arch="all">
|
||||
+ <minimum>
|
||||
+ <n-cpus>1</n-cpus>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>10737418240</storage>
|
||||
+ </minimum>
|
||||
+ <recommended>
|
||||
+ <cpu>1000000000</cpu>
|
||||
+ <ram>1610612736</ram>
|
||||
+ <storage>21474836480</storage>
|
||||
+ </recommended>
|
||||
+ </resources>
|
||||
+ <installer>
|
||||
+ <script id="http://redhat.com/rhel/kickstart/jeos"/>
|
||||
+ <script id="http://redhat.com/rhel/kickstart/desktop"/>
|
||||
+ </installer>
|
||||
+ </os>
|
||||
+</libosinfo>
|
||||
--
|
||||
2.38.1
|
||||
|
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEIG07NS9WbzsOZXLpl9kSPeN6SE8FAmOHMNQACgkQl9kSPeN6
|
||||
SE9V/A/5AZ8TsHOX68X2BAwt6O6LieWQmzBn6PVqeGSdvaahfzyBjRZ4zPCLtkzB
|
||||
Js9JARw3twe8gckRotCFJLVb6gC4cJRC0tXYroLJBXDLz4ySThXaEBRIN9voL1Z2
|
||||
IzC5NN/pry8+iV912e5pShPzjuhHI95nu/DSottsgQNHIW2t0UNkZbLhSbvzz+XD
|
||||
BiPo/ivdYO4wN4yoNCDs+uQD+icoZULBB7Re8l4wRyoSh0p9eYo8h+iaL340e/dv
|
||||
0DKIsHTSvCmC7a6LgovYK9GlTk4H5CnzmfXyEYtO5HhTguST7jRh/ah6Vngpyrs1
|
||||
4sZHYGfnePSit6/IJB8mdBtZ8F8I8I6/mihYnEeCSCdFZAFGl0k7hjjzULuB/lU7
|
||||
GjFYjwpEMeT5bICDnVxYVEX8Lvd6f1hs2ByIqTh4o418BVDtDgy2by3SzmVMaBST
|
||||
xqIodAbrMH24EX2tQrwNS38UX/CwrWcIwYqpLzIa7iKpm9lqzXMBpICDOCdsOpqe
|
||||
xVhxH/ORNSYSIqVuP4FQu9uO//EouIaaBXcSGZGqe2zQXHEBRtvM+Mq0mkAMsQ+q
|
||||
LmiUXP39Cp46QMYg6fl1XNZjdAc70co/NENVViEv/cOwVV3P6kfVJzFfPbnkvNjK
|
||||
hES62WQ+p2ZldWhAdotjys8KN23KvDE06aPnXUyqduXyg71fusg=
|
||||
=DW/D
|
||||
-----END PGP SIGNATURE-----
|
@ -0,0 +1,275 @@
|
||||
# -*- rpm-spec -*-
|
||||
|
||||
%define PatchedSource ../%{name}-%{version}-patched.tar.xz
|
||||
%define ExtractedSource %{name}-%{version}
|
||||
|
||||
Summary: osinfo database files
|
||||
Name: osinfo-db
|
||||
Version: 20221130
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Source0: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz
|
||||
Source1: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.xz.asc
|
||||
URL: http://libosinfo.org/
|
||||
Patch0001: 0001-Add-prereleases-rhel-8.8-and-rhel-9.2.patch
|
||||
BuildRequires: intltool
|
||||
BuildRequires: git-core
|
||||
BuildRequires: osinfo-db-tools
|
||||
BuildArch: noarch
|
||||
Requires: hwdata
|
||||
|
||||
%description
|
||||
The osinfo database provides information about operating systems and
|
||||
hypervisor platforms to facilitate the automated configuration and
|
||||
provisioning of new virtual machines
|
||||
|
||||
%prep
|
||||
%autosetup -S git_am
|
||||
|
||||
%build
|
||||
rm -rf ../%{ExtractedSource}/.git
|
||||
tar -cvJf %{PatchedSource} ../%{ExtractedSource}/
|
||||
|
||||
%install
|
||||
osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{PatchedSource}
|
||||
%if 0%{?rhel}
|
||||
# Remove the upstream virtio-win / spice-guest-tools drivers
|
||||
find %{buildroot}/%{_datadir}/osinfo/os/microsoft.com/ -name "win-*.d" -type d -exec rm -rf {} +
|
||||
%endif
|
||||
|
||||
%files
|
||||
%dir %{_datadir}/osinfo/
|
||||
%{_datadir}/osinfo/VERSION
|
||||
%{_datadir}/osinfo/LICENSE
|
||||
%{_datadir}/osinfo/datamap
|
||||
%{_datadir}/osinfo/device
|
||||
%{_datadir}/osinfo/os
|
||||
%{_datadir}/osinfo/platform
|
||||
%{_datadir}/osinfo/install-script
|
||||
%{_datadir}/osinfo/schema
|
||||
|
||||
%changelog
|
||||
* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 20221130-1
|
||||
- Rebuilt for MSVSphere 9.2 beta
|
||||
|
||||
* Wed Nov 30 2022 Victor Toso <victortoso@redhat.com> - 20221130-1
|
||||
- Update for new release (v20221130)
|
||||
Resolves: rhbz#2135751
|
||||
- Add rhel-8.8 and rhel-9.2 prereleases
|
||||
Related: rhbz#2135751
|
||||
|
||||
* Tue Aug 02 2022 Victor Toso <victortoso@redhat.com> - 20220727-2
|
||||
- Add prereleases: rhel-8.7 and rhel-9.1
|
||||
Resolves: rhbz#2112406
|
||||
|
||||
* Thu Jul 28 2022 Victor Toso <victortoso@redhat.com> - 20220727-1
|
||||
- Update for new release (v20220727)
|
||||
- Resolves: bz#2083660
|
||||
|
||||
* Tue May 17 2022 Victor Toso <victortoso@redhat.com> - 20220516-1
|
||||
- Update for new release (v20220516)
|
||||
- Resolves: bz#2083660
|
||||
|
||||
* Thu Dec 16 2021 Victor Toso <victortoso@redhat.com> - 20211216-1
|
||||
- Update for new release (v20211216)
|
||||
- Resolves: bz#2003156
|
||||
|
||||
* Thu Aug 19 2021 Miroslav Rezanina <mrezanin@redhat.com> - 20210809-1
|
||||
- Update for new release (v20210809) [bz#1970881]
|
||||
- Resolves: bz#1970881
|
||||
([RHEL-9] virt-install --location fails with Could not find an installable distribution at URL '/var/lib/libvirt/images/boot.iso')
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 20210312-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 20210312-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Fri Mar 12 2021 Fabiano Fidêncio <fidencio@redhat.com> - 20210312-1
|
||||
- Update to new release (v20210312)
|
||||
|
||||
* Mon Feb 15 2021 Fabiano Fidêncio <fidencio@redhat.com> - 20210215-1
|
||||
- Don't distribute upstream virtio-win drivers on RHEL
|
||||
- Update to new release (v20210215)
|
||||
|
||||
* Tue Feb 02 2021 Fabiano Fidêncio <fidencio@redhat.com> - 20210202-1
|
||||
- Update to new release (v20210202)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20201218-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Dec 18 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20201218-1
|
||||
- Update to new release (v20201218)
|
||||
|
||||
* Thu Nov 19 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20201119-1
|
||||
- Update to new release (v20201119)
|
||||
|
||||
* Thu Oct 15 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20201015-1
|
||||
- Update to new release (v20201015)
|
||||
|
||||
* Sun Oct 11 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20201011-1
|
||||
- Update to new release (v20201011)
|
||||
|
||||
* Thu Aug 13 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200813-1
|
||||
- Update to new release (v20200813)
|
||||
|
||||
* Tue Aug 04 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200804-1
|
||||
- Update to new release (V20200804)
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20200529-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sat May 30 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200529-1
|
||||
- Update to new release (v20200529)
|
||||
|
||||
* Fri May 15 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200515-1
|
||||
- Update to new release (v20200515)
|
||||
|
||||
* Wed Mar 25 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200325-1
|
||||
- Update to new release (v20200325)
|
||||
|
||||
* Mon Feb 03 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200203-1
|
||||
- Update to new release (v20200203)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20191125-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon Nov 25 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20191125-1
|
||||
- Update to new release (v20191125)
|
||||
|
||||
* Fri Nov 08 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20191108-1
|
||||
- Update to new release (v20191108)
|
||||
|
||||
* Fri Sep 20 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190920-1
|
||||
- Update to new release (v20190920)
|
||||
|
||||
* Thu Sep 05 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190905-1
|
||||
- Update to new release
|
||||
- Resolves: rhbz#1746028 - libosinfo missing rhel7.7 in database
|
||||
|
||||
* Mon Aug 05 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190805-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Jul 26 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190627-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190611-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Tue Jun 11 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190611-1
|
||||
- Update to new release
|
||||
|
||||
* Sat May 04 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190504-1
|
||||
- Update to new release
|
||||
|
||||
* Tue Mar 19 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190319-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Mar 04 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190304-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Mar 01 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190301-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Feb 18 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190218-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190120-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Sun Jan 20 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190120-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Dec 14 2018 Fabiano Fidêncio <fidencio@redhat.org> - 20181214-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Dec 03 2018 Fabiano Fidêncio <fidencio@redhat.org> - 20181203-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Nov 19 2018 Fabiano Fidêncio <fidencio@redhat.org> - 20181116-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Nov 01 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20181101-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Oct 11 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20181011-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Sep 20 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180920-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Sep 03 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180903-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Jul 20 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180720-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20180612-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 12 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180612-1
|
||||
- Update to new release
|
||||
|
||||
* Thu May 31 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180531-1
|
||||
- Update to new release
|
||||
|
||||
* Mon May 14 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180514-1
|
||||
- Update to new release
|
||||
|
||||
* Wed May 02 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180502-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Apr 16 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180416-1
|
||||
- Update to new release
|
||||
|
||||
* Sun Mar 25 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180325-1
|
||||
- Update to new release
|
||||
|
||||
* Sun Mar 18 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180318-1
|
||||
- Update to new release
|
||||
|
||||
* Sun Mar 11 2018 Fabiano Fidêncio <fabiano@fidencio.org> - 20180311-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 20170813-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sun Aug 13 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170813-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170423-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Sun Apr 23 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170423-1
|
||||
- Update to new release
|
||||
|
||||
* Sun Mar 26 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170326-1
|
||||
- Update to new release
|
||||
|
||||
* Sat Feb 25 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170225-1
|
||||
- Update to new release
|
||||
|
||||
* Sat Feb 11 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170211-1
|
||||
- Update to new release
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 20170121-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170121-2
|
||||
- 20170121-1 used an incorrect tarball
|
||||
|
||||
* Sat Jan 21 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170121-1
|
||||
- Update to new release
|
||||
|
||||
* Sat Jan 14 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170114-1
|
||||
- Update to new release
|
||||
|
||||
* Sat Jan 07 2017 Fabiano Fidêncio <fabiano@fidencio.org> - 20170107-1
|
||||
- Update to new release
|
||||
|
||||
* Wed Oct 26 2016 Daniel P. Berrange <berrange@redhat.com> - 20161026-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Jul 29 2016 Daniel P. Berrange <berrange@redhat.com> - 20160728-1
|
||||
- Initial package after split from libosinfo (rhbz #1361596)
|
Loading…
Reference in new issue