Compare commits
No commits in common. "c8" and "c9-beta" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/osinfo-db-20231215.tar.xz
|
||||
SOURCES/osinfo-db-20250606.tar.xz
|
||||
|
||||
@ -1 +1 @@
|
||||
ad1464b0d179d74a987f653857d8c78a6549e2f6 SOURCES/osinfo-db-20231215.tar.xz
|
||||
309efca5f61721aaa83e76ad667892c2b2e5d57a SOURCES/osinfo-db-20250606.tar.xz
|
||||
|
||||
268
SOURCES/0001-rhel-Add-RHEL-9.8-prerelease.patch
Normal file
268
SOURCES/0001-rhel-Add-RHEL-9.8-prerelease.patch
Normal file
@ -0,0 +1,268 @@
|
||||
From e19c266fbc9c1a1cbcb6747988f38f46b0f55511 Mon Sep 17 00:00:00 2001
|
||||
Message-ID: <e19c266fbc9c1a1cbcb6747988f38f46b0f55511.1773051672.git.phrdina@redhat.com>
|
||||
From: Pavel Hrdina <phrdina@redhat.com>
|
||||
Date: Mon, 9 Mar 2026 11:19:28 +0100
|
||||
Subject: [PATCH 1/2] rhel: Add RHEL 9.8 (prerelease)
|
||||
|
||||
From: Pavel Hrdina <phrdina@redhat.com>
|
||||
|
||||
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
|
||||
---
|
||||
os/redhat.com/rhel-9-unknown.xml | 20 ++--
|
||||
os/redhat.com/rhel-9.8.xml | 170 +++++++++++++++++++++++++++++++
|
||||
2 files changed, 180 insertions(+), 10 deletions(-)
|
||||
create mode 100644 os/redhat.com/rhel-9.8.xml
|
||||
|
||||
diff --git a/os/redhat.com/rhel-9-unknown.xml b/os/redhat.com/rhel-9-unknown.xml
|
||||
index 20a0953..aefc1a0 100644
|
||||
--- a/os/redhat.com/rhel-9-unknown.xml
|
||||
+++ b/os/redhat.com/rhel-9-unknown.xml
|
||||
@@ -36,59 +36,59 @@
|
||||
<family>linux</family>
|
||||
<distro>rhel</distro>
|
||||
<codename>Plow</codename>
|
||||
- <upgrades id="http://redhat.com/rhel/9.7"/>
|
||||
- <derives-from id="http://redhat.com/rhel/9.7"/>
|
||||
+ <upgrades id="http://redhat.com/rhel/9.8"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/9.8"/>
|
||||
<media arch="x86_64">
|
||||
<iso>
|
||||
- <volume-id>.*RHEL-9-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.*</volume-id>
|
||||
+ <volume-id>.*RHEL-9-(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-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$</volume-id>
|
||||
+ <volume-id>RHEL-9-(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[_-]([8-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$</volume-id>
|
||||
+ <volume-id>RHEL[_-]9[_-](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-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$</volume-id>
|
||||
+ <volume-id>RHEL-9-(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.([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$</version>
|
||||
+ <version>^9.(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.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^9.(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.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^9.(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.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^9.(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.8.xml b/os/redhat.com/rhel-9.8.xml
|
||||
new file mode 100644
|
||||
index 0000000..52a2340
|
||||
--- /dev/null
|
||||
+++ b/os/redhat.com/rhel-9.8.xml
|
||||
@@ -0,0 +1,170 @@
|
||||
+<?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.8">
|
||||
+ <short-id>rhel9.8</short-id>
|
||||
+ <name>Red Hat Enterprise Linux 9.8</name>
|
||||
+ <version>9.8</version>
|
||||
+ <vendor>Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="zh-Hans">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.7"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/9.7"/>
|
||||
+ <release-status>prerelease</release-status>
|
||||
+ <!-- RHEL 9.8 entries have to cope both with 9.8 and 9.8.x regexes for
|
||||
+ medias' volume-id and trees' version -->
|
||||
+ <media arch="x86_64">
|
||||
+ <iso>
|
||||
+ <volume-id>RHEL-9-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>
|
||||
+ <volume-id>RHEL[_-]9[_-]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>
|
||||
+ <volume-id>RHEL-9-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>
|
||||
+ <volume-id>RHEL-9-8-(([0-9]|[1-9][0-9])-)?BaseOS-s390x</volume-id>
|
||||
+ </iso>
|
||||
+ </media>
|
||||
+ <tree arch="aarch64">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^9.8(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>aarch64</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="ppc64le">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^9.8(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>ppc64le</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="s390x">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^9.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>^9.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>
|
||||
--
|
||||
2.53.0
|
||||
|
||||
268
SOURCES/0002-rhel-Add-RHEL-10.2-prerelease.patch
Normal file
268
SOURCES/0002-rhel-Add-RHEL-10.2-prerelease.patch
Normal file
@ -0,0 +1,268 @@
|
||||
From 576b66c5367694202ba927e1d18bc1b704a817ce Mon Sep 17 00:00:00 2001
|
||||
Message-ID: <576b66c5367694202ba927e1d18bc1b704a817ce.1773051672.git.phrdina@redhat.com>
|
||||
In-Reply-To: <e19c266fbc9c1a1cbcb6747988f38f46b0f55511.1773051672.git.phrdina@redhat.com>
|
||||
References: <e19c266fbc9c1a1cbcb6747988f38f46b0f55511.1773051672.git.phrdina@redhat.com>
|
||||
From: Pavel Hrdina <phrdina@redhat.com>
|
||||
Date: Mon, 9 Mar 2026 11:20:12 +0100
|
||||
Subject: [PATCH 2/2] rhel: Add RHEL 10.2 (prerelease)
|
||||
|
||||
From: Pavel Hrdina <phrdina@redhat.com>
|
||||
|
||||
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
|
||||
---
|
||||
os/redhat.com/rhel-10-unknown.xml | 20 ++--
|
||||
os/redhat.com/rhel-10.2.xml | 168 ++++++++++++++++++++++++++++++
|
||||
2 files changed, 178 insertions(+), 10 deletions(-)
|
||||
create mode 100644 os/redhat.com/rhel-10.2.xml
|
||||
|
||||
diff --git a/os/redhat.com/rhel-10-unknown.xml b/os/redhat.com/rhel-10-unknown.xml
|
||||
index d464e8e..67e5021 100644
|
||||
--- a/os/redhat.com/rhel-10-unknown.xml
|
||||
+++ b/os/redhat.com/rhel-10-unknown.xml
|
||||
@@ -33,59 +33,59 @@
|
||||
<family>linux</family>
|
||||
<distro>rhel</distro>
|
||||
<codename>Coughlan</codename>
|
||||
- <upgrades id="http://redhat.com/rhel/10.1"/>
|
||||
- <derives-from id="http://redhat.com/rhel/10.1"/>
|
||||
+ <upgrades id="http://redhat.com/rhel/10.2"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/10.2"/>
|
||||
<media arch="x86_64">
|
||||
<iso>
|
||||
- <volume-id>RHEL-10-([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64</volume-id>
|
||||
+ <volume-id>RHEL-10-([3-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64</volume-id>
|
||||
</iso>
|
||||
<kernel>images/pxeboot/vmlinuz</kernel>
|
||||
<initrd>images/pxeboot/initrd.img</initrd>
|
||||
</media>
|
||||
<media arch="aarch64">
|
||||
<iso>
|
||||
- <volume-id>RHEL-10-([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$</volume-id>
|
||||
+ <volume-id>RHEL-10-([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[_-]10[_-]([2-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$</volume-id>
|
||||
+ <volume-id>RHEL[_-]10[_-]([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-10-([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$</volume-id>
|
||||
+ <volume-id>RHEL-10-([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>^10.([2-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$</version>
|
||||
+ <version>^10.([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>^10.([2-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^10.([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>^10.([2-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^10.([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>^10.([2-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <version>^10.([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-10.2.xml b/os/redhat.com/rhel-10.2.xml
|
||||
new file mode 100644
|
||||
index 0000000..80d4cf8
|
||||
--- /dev/null
|
||||
+++ b/os/redhat.com/rhel-10.2.xml
|
||||
@@ -0,0 +1,168 @@
|
||||
+<?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/10.2">
|
||||
+ <short-id>rhel10.2</short-id>
|
||||
+ <name>Red Hat Enterprise Linux 10.2</name>
|
||||
+ <version>10.2</version>
|
||||
+ <vendor>Red Hat, Inc</vendor>
|
||||
+ <vendor xml:lang="zh-Hans">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>Coughlan</codename>
|
||||
+ <upgrades id="http://redhat.com/rhel/10.1"/>
|
||||
+ <derives-from id="http://redhat.com/rhel/10.1"/>
|
||||
+ <release-status>prerelease</release-status>
|
||||
+ <media arch="x86_64">
|
||||
+ <iso>
|
||||
+ <volume-id>RHEL-10-2(-[0-9]|[1-9][0-9])?.*x86_64</volume-id>
|
||||
+ </iso>
|
||||
+ <kernel>images/pxeboot/vmlinuz</kernel>
|
||||
+ <initrd>images/pxeboot/initrd.img</initrd>
|
||||
+ </media>
|
||||
+ <media arch="aarch64">
|
||||
+ <iso>
|
||||
+ <volume-id>RHEL-10-2(-[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[_-]10[_-]2([_-]([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-10-2(-[0-9]|[1-9][0-9])?.*s390x$</volume-id>
|
||||
+ </iso>
|
||||
+ </media>
|
||||
+ <tree arch="aarch64">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^10.2(-[0-9]|[1-9][0-9])?$</version>
|
||||
+ <arch>aarch64</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="ppc64le">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^10.2(.([0-9]|[1-9][0-9]))?$</version>
|
||||
+ <arch>ppc64le</arch>
|
||||
+ </treeinfo>
|
||||
+ </tree>
|
||||
+ <tree arch="s390x">
|
||||
+ <treeinfo>
|
||||
+ <family>Red Hat Enterprise Linux</family>
|
||||
+ <version>^10.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>^10.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.53.0
|
||||
|
||||
@ -1,16 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCAAdFiEEIG07NS9WbzsOZXLpl9kSPeN6SE8FAmV8aCcACgkQl9kSPeN6
|
||||
SE/Wjw//WjeiRGVlXa317HAyltKFMUK2EDlGoyxTyY5WCUpKzuZBcgCJCaND1xER
|
||||
R4HbksjI20wSI8U4Mkt9S7+aLaA4ulea08+jQSrT7UPh6mBL3uvFMcAeUzC0o2wi
|
||||
yq7XSsOAWK7eac713GRqIo3wi94yXDS22CXFmY2VAgWGXfK+klHonbuE01x5sSxr
|
||||
26qzRThaNsVNa2pk43rFSsAiIZ/aoTa/CH91eiZU1ESxNFelEcEv3AjWYC6iStQc
|
||||
nhjWPO8LycEQVCVxNLHllyK/YJyZSkWHyZf7CMc2D9TzjTWz13hgV5ATvsCjRYaQ
|
||||
OFEagRaTlUxlFawzDp7r3MiOvuvQ7Q4Ylj3cNd4OzQdT7psR1Mdc8BEi6MUr4BEM
|
||||
ZZmEemKYjrbk4lkMFPyRLf15ZOcPB3OkjUeG6yRwcRuzO24z/Dtpz6B+0xmNTbbO
|
||||
yJ2BX96o/7ter5RaEyzG/zv7EXamgRHurTaG5lHZ1CVRNEA4WoKQOzn58U6MNQqs
|
||||
iSlh2Ue6booD+bQORWzfaKCb/REvzSUBzcEPR2ObooTLxdLA63l8Ti7oTeFVLg92
|
||||
J4of6MnXKXy+QVzkH8qhnOnR5EG4cw0rdsP5VM5O4vMFRgUyi2UiypPKqYKyLqjV
|
||||
SmxKmsZEH93gC0bhitXqUbmzg+vDPhahVUvKK3oJr284YciXJ4M=
|
||||
=oQvF
|
||||
-----END PGP SIGNATURE-----
|
||||
16
SOURCES/osinfo-db-20250606.tar.xz.asc
Normal file
16
SOURCES/osinfo-db-20250606.tar.xz.asc
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEEIG07NS9WbzsOZXLpl9kSPeN6SE8FAmhCx6kACgkQl9kSPeN6
|
||||
SE9A/g//TB0f/KGBgzgyNEDLdI7sUMjB9soaYHtYqgQh3F11eH68B50x24V1SFMF
|
||||
g98osPGitiUOtFaQdl1kQMGc46HQcoWFctoVX66jPgcp+5WdnrWNitDB4OMrzX5Q
|
||||
L0wgJ5zvyp9C9yjsQuFD0eh6iCXGW/WkhaktnUFC08UamEh502+Sj59V5qNDV2DJ
|
||||
JppYE7cQIOZe2TmTZCCV9r4rWwS1Qqt7Yd9mC9fbh4V3qL1In59Zw+vswVX8ORqe
|
||||
KXyCqOlQ5DdiIig4pciqW7NLkdVhOXfYXaRrMqjF2v2CBO4XSHvxcDsjq1YHo8GA
|
||||
2T73mKiLcK8u6TwMlMpLErzzMLpOpxEhI8/3YfRAkBMywCVzOTIOghz8j8TzCd5R
|
||||
0U+vsfaKY1e298sIEHpvzfcNcIj+8i+5lUUJpKG3LGMMxIByN4ZofVyFgwVDtLR7
|
||||
lJ1FJ4E0IZRy3s4acblTmi0g1RMZ2is8vM8Q5q9luqJmKsbMrjU+qRGnM5jtZvqF
|
||||
E//9Z0kpTohb1J8bl/6KiN+BUYy2xKdSGQ5s1q1bGe1cEaLS+mEWsaw/N75EdZZA
|
||||
+Y5WyDr0Xsmqqpb4dKiAXUU06xrc1sMFbrfIZlOZOKnLyygDimj5FXB3uZgT4+7a
|
||||
lI33i2yYycTWX8hilHRuJ/KFOoZGzHkp+9glHUmbe6I6DNNRSHE=
|
||||
=JNKe
|
||||
-----END PGP SIGNATURE-----
|
||||
@ -1,19 +1,29 @@
|
||||
# -*- rpm-spec -*-
|
||||
|
||||
%global PatchedSource %{_builddir}/%{name}-%{version}-patched.tar.xz
|
||||
|
||||
%define with_mingw 0
|
||||
%if 0%{?fedora}
|
||||
%define with_mingw 0%{!?_without_mingw:1}
|
||||
%endif
|
||||
|
||||
Summary: osinfo database files
|
||||
Name: osinfo-db
|
||||
Version: 20231215
|
||||
Release: 1%{?dist}
|
||||
Version: 20250606
|
||||
Release: 2%{?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/
|
||||
BuildRequires: intltool
|
||||
BuildRequires: git-core
|
||||
BuildRequires: osinfo-db-tools
|
||||
BuildRequires: git
|
||||
BuildArch: noarch
|
||||
Requires: hwdata
|
||||
|
||||
Patch0001: 0001-rhel-Add-RHEL-9.8-prerelease.patch
|
||||
Patch0002: 0002-rhel-Add-RHEL-10.2-prerelease.patch
|
||||
|
||||
%description
|
||||
The osinfo database provides information about operating systems and
|
||||
hypervisor platforms to facilitate the automated configuration and
|
||||
@ -22,13 +32,22 @@ provisioning of new virtual machines
|
||||
%prep
|
||||
%autosetup -S git_am
|
||||
|
||||
%build
|
||||
rm -rf .git
|
||||
tar -cJf %{PatchedSource} .
|
||||
|
||||
%install
|
||||
osinfo-db-import --root %{buildroot} --dir %{_datadir}/osinfo %{SOURCE0}
|
||||
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
|
||||
|
||||
%if %{with_mingw}
|
||||
osinfo-db-import --root %{buildroot} --dir %{mingw32_datadir}/osinfo %{PatchedSource}
|
||||
osinfo-db-import --root %{buildroot} --dir %{mingw64_datadir}/osinfo %{PatchedSource}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%dir %{_datadir}/osinfo/
|
||||
%{_datadir}/osinfo/VERSION
|
||||
@ -41,122 +60,206 @@ find %{buildroot}/%{_datadir}/osinfo/os/microsoft.com/ -name "win-*.d" -type d -
|
||||
%{_datadir}/osinfo/schema
|
||||
|
||||
%changelog
|
||||
* Mon Mar 09 2026 Pavel Hrdina <phrdina@redhat.com> - 20250606-2
|
||||
- Add rhel-10.2 and rhel-9.8 prerelease
|
||||
Resolves: rhbz#RHEL-144809
|
||||
|
||||
* Fri Jun 06 2025 Victor Toso <victortoso@redhat.com> - 20250606-1
|
||||
- Update to new release (v20250606)
|
||||
Resolves: rhbz#RHEL-95251
|
||||
|
||||
* Mon Jan 27 2025 Victor Toso <victortoso@redhat.com> - 20250124-1
|
||||
- Update to new release (v20250124)
|
||||
Resolves: rhbz#RHEL-76320
|
||||
|
||||
* Thu Sep 05 2024 Victor Toso <victortoso@redhat.com> - 20240701-3
|
||||
- Add rhel 10.0 and rhel-10-unknown metadata
|
||||
Related: rhbz#RHEL-56790
|
||||
|
||||
* Fri Aug 02 2024 Victor Toso <victortoso@redhat.com> - 20240701-2
|
||||
- Fix changelog
|
||||
Related: rhbz#RHEL-52519
|
||||
|
||||
* Fri Aug 02 2024 Victor Toso <victortoso@redhat.com> - 20240701-1
|
||||
- Update to new release (v20240701)
|
||||
Resolves: rhbz#RHEL-52519
|
||||
Resolves: rhbz#RHEL-38636
|
||||
|
||||
* Tue Jan 02 2024 Victor Toso <victortoso@redhat.com> - 20231215-1
|
||||
- Update to new release (v20231215)
|
||||
Resolves: rhbz#RHEL-19757
|
||||
Resolves: rhbz#RHEL-19756
|
||||
|
||||
* Tue May 23 2023 Victor Toso <victortoso@redhat.com> - 20230518-1
|
||||
- Update to new release (v20230518)
|
||||
Resolves: rhbz#2184782
|
||||
Resolves: rhbz#2184613
|
||||
Resolves: rhbz#2184784
|
||||
|
||||
* 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#2103908
|
||||
Resolves: rhbz#2112406
|
||||
|
||||
* Thu Jul 28 2022 Victor Toso <victortoso@redhat.com> - 20220727-1
|
||||
- Update to new release (v20220727)
|
||||
Resolves: rhbz#2083663
|
||||
- Update for new release (v20220727)
|
||||
- Resolves: bz#2083660
|
||||
|
||||
* Tue May 17 2022 Victor Toso <victortoso@redhat.com> - 20220516-1
|
||||
- Update to new release (v20220516)
|
||||
Resolves: rhbz#2083663
|
||||
- Update for new release (v20220516)
|
||||
- Resolves: bz#2083660
|
||||
|
||||
* Thu Dec 16 2021 Victor Toso <victortoso@redhat.com> - 20211216-1
|
||||
- Update to new release (v20211216)
|
||||
Resolves: rhbz#1976818
|
||||
- Update for new release (v20211216)
|
||||
- Resolves: bz#2003156
|
||||
|
||||
* Mon Aug 09 2021 Fabiano Fidêncio <fidencio@redhat.com> - 20210809-1
|
||||
- Update to new release (v20210806)
|
||||
* 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
|
||||
- Resolves: rhbz#1903300 - rebase osinfo-db to latest fedora
|
||||
- Don't distribute upstream virtio-win drivers on RHEL
|
||||
- Update to new release (v20210215)
|
||||
|
||||
* Thu Feb 04 2021 Danilo C. L. de Paula <ddepaula@redhat.com> - 20201218-3
|
||||
- Resolves: rhbz#1903300 - rebase osinfo-db to latest fedora
|
||||
* 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 v20200813 release
|
||||
- Related: rhbz#1837756 - osinfo-db is out of date
|
||||
- Resolves: rhbz#1868030 - 'osinfo-query os' is missing latest version of Ubuntu and Oracle Linux
|
||||
|
||||
* Tue Aug 04 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200804-2
|
||||
- Remove duplicated virtio1.0-fs device
|
||||
- Related: rhbz#1837756 - osinfo-db is out of date
|
||||
- Update to new release (v20200813)
|
||||
|
||||
* Tue Aug 04 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200804-1
|
||||
- Update to v20200804 release
|
||||
- Related: rhbz#1837756 - osinfo-db is out of date
|
||||
- Update to new release (V20200804)
|
||||
|
||||
* Sun May 31 2020 Fabiano Fidêncio <fidencio@redhat.com> - 20200529-1
|
||||
- Update to v20200529 release
|
||||
- Resolves: rhbz#1837756 - osinfo-db is out of date
|
||||
- Resolves: rhbz#1707119 - Provide information about UEFI support for guests (osinfo-db)
|
||||
* 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 v20200203 release
|
||||
- Resolves: rhbz#1780529 - Update to the latest upstream release
|
||||
- Update to new release (v20200203)
|
||||
|
||||
* Tue Dec 10 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20191125-1
|
||||
- Updated to v20191125 release
|
||||
- Resolves: rhbz#1780529 - Update to the latest upstream release
|
||||
- Add rhel8.2 & rhel7.8 entries
|
||||
- Remove upstream virtio-win / spice-guest-tools drivers
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 20191125-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Wed Jun 12 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190611-1
|
||||
- Update to v20190611 release
|
||||
- Resolves: rhbz#1699990 - Rebase to the latest upstream release
|
||||
* Mon Nov 25 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20191125-1
|
||||
- Update to new release (v20191125)
|
||||
|
||||
* Thu May 23 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190504-2
|
||||
- Add rhel-8.1 & rhel-7.7 entry
|
||||
- Resolves: rhbz#1713245 - Add rhel-8.1 and rhel-7.7 entries
|
||||
* Fri Nov 08 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20191108-1
|
||||
- Update to new release (v20191108)
|
||||
|
||||
* Fri May 10 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190504-1
|
||||
- Update to v20190504 release
|
||||
- Resolves: rhbz#1699990 - Rebase to the latest upstream release
|
||||
- Resolves: rhbz#1689817 - virt-manager cannot detect operating system name
|
||||
for rhel8.0.0 tree automatically
|
||||
- Resolves: rhbz#1703480 - rhel8.0.x is not detected as rhel8.0
|
||||
- Resolves: rhbz#1685364 - Add win2019 to libosinfo
|
||||
* Fri Sep 20 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190920-1
|
||||
- Update to new release (v20190920)
|
||||
|
||||
* Fri Dec 07 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-8
|
||||
- Resolves: rhbz#1656917 - backport change to support Fedora 29 Silverblue
|
||||
* 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
|
||||
|
||||
* Fri Nov 16 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-7
|
||||
- Resolves: rhbz#1650197 - Fix the volume-ids of rhel8.0 entry
|
||||
- Resolves: rhbz#1650459 - test-mediauris is failing because of ubuntu change
|
||||
- Related: rhbz#1580232 - Add support to RHEL7.6 and RHEL8.0
|
||||
* Mon Aug 05 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190805-1
|
||||
- Update to new release
|
||||
|
||||
* Wed Nov 14 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-6
|
||||
- Related: rhbz#1580232 - Add support to RHEL7.6 and RHEL8.0
|
||||
* Fri Jul 26 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190627-1
|
||||
- Update to new release
|
||||
|
||||
* Sat Nov 03 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-5
|
||||
- Related: rhbz#1580232 - Add support to RHEL7.6 and RHEL8.0
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190611-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Thu Nov 01 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-4
|
||||
- Related: rhbz#1644738 - Fix a typo in the Fedora 29 XML
|
||||
* Tue Jun 11 2019 Fabiano Fidêncio <fidencio@redhat.com> - 20190611-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Nov 01 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-3
|
||||
- Resolves: rhbz#1644738 - Latest released Fedora 29 support in RHEL8 instead
|
||||
of Fedora 29 Beta
|
||||
* Sat May 04 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190504-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Oct 22 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-2
|
||||
- Resolves: rhbz#1640458 - Debian Testing should derive-from/upgrade Debian 9
|
||||
* Tue Mar 19 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190319-1
|
||||
- Update to new release
|
||||
|
||||
* Thu Oct 11 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20181011-1
|
||||
- Related: rhbz#1627271 - Update to 20181011 release
|
||||
* Mon Mar 04 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190304-1
|
||||
- Update to new release
|
||||
|
||||
* Fri Sep 21 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20180920-1
|
||||
- Related: rhbz#1627271 - Update to 20180920 release
|
||||
* Fri Mar 01 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190301-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Sep 10 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20180903-1
|
||||
- Related: rhbz#1627271 - Update to 20180903 release
|
||||
* Mon Feb 18 2019 Fabiano Fidêncio <fidencio@redhat.org> - 20190218-1
|
||||
- Update to new release
|
||||
|
||||
* Mon Sep 10 2018 Fabiano Fidêncio <fidencio@redhat.com> - 20180612-2
|
||||
- Resolves: rhbz#1580232 - Add support to RHEL-7.6 and RHEL-8.0
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 20190120-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Wed Jun 20 2018 Daniel P. Berrangé <berrange@redhat.com> - 20180612-1
|
||||
- Update to 20180612 release
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user