From 4864951302105503ff683f86ccb71db1693af93a Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 24 Jun 2025 11:12:00 +0000 Subject: [PATCH] import UBI osinfo-db-20250124-2.el9_6 --- ...001-add-rhel-9.6-rhel-9.7-prerelease.patch | 481 ++++++++++++++++++ ...2-add-rhel-10.0-rhel-10.1-prerelease.patch | 325 ++++++++++++ SOURCES/0003-add-Windows-Server-2025.patch | 78 +++ SPECS/osinfo-db.spec | 28 +- 4 files changed, 908 insertions(+), 4 deletions(-) create mode 100644 SOURCES/0001-add-rhel-9.6-rhel-9.7-prerelease.patch create mode 100644 SOURCES/0002-add-rhel-10.0-rhel-10.1-prerelease.patch create mode 100644 SOURCES/0003-add-Windows-Server-2025.patch diff --git a/SOURCES/0001-add-rhel-9.6-rhel-9.7-prerelease.patch b/SOURCES/0001-add-rhel-9.6-rhel-9.7-prerelease.patch new file mode 100644 index 0000000..cfd520a --- /dev/null +++ b/SOURCES/0001-add-rhel-9.6-rhel-9.7-prerelease.patch @@ -0,0 +1,481 @@ +From 335f2b596707070100db911606070b5b96b00554 Mon Sep 17 00:00:00 2001 +From: rpm-build +Date: Tue, 10 Jun 2025 15:31:21 +0200 +Subject: [PATCH 1/3] add: rhel 9.6, rhel 9.7 (prerelease) + +Update rhel-9-unknown to match 9.8 and later. + +f566665d rhel: Add RHEL 9.7 (prerelease) +27b4355f Add rhel 9.6 release date +5a0c2bab rhel: Add RHEL 9.6 (prerelease) + +Resolves: RHEL-87787 +Signed-off-by: rpm-build +--- + os/redhat.com/rhel-9-unknown.xml | 28 ++--- + os/redhat.com/rhel-9.6.xml | 170 +++++++++++++++++++++++++++++++ + os/redhat.com/rhel-9.7.xml | 170 +++++++++++++++++++++++++++++++ + 3 files changed, 354 insertions(+), 14 deletions(-) + create mode 100644 os/redhat.com/rhel-9.6.xml + create mode 100644 os/redhat.com/rhel-9.7.xml + +diff --git a/os/redhat.com/rhel-9-unknown.xml b/os/redhat.com/rhel-9-unknown.xml +index f4ce9b7..20a0953 100644 +--- a/os/redhat.com/rhel-9-unknown.xml ++++ b/os/redhat.com/rhel-9-unknown.xml +@@ -5,12 +5,12 @@ + + rhel9-unknown + Red Hat Enterprise Linux 9 Unknown +- Red Hat Enterprise Linux 9 Unknown ++ Red Hat Enterprise Linux 9 Unknown + Red Hat Enterprise Linux 9 Unknown + Red Hat 기업용 리눅스 9 (알 수 없음) + Red Hat Enterprise Linux 9 невідома + Red Hat Enterprise Linux 9 Bilinmeyen +- Red Hat Enterprise Linux 9 desconhecido ++ Red Hat Enterprise Linux 9 desconhecido + Red Hat Enterprise Linux 9 (nieznany) + Red Hat Enterprise Linux 9 (sconosciuto) + Red Hat Enterprise Linux 9 Tak Diketahui +@@ -18,13 +18,13 @@ + Red Hat Enterprise Linux 9 Unknown + 9-unknown + Red Hat, Inc +- Red Hat, Inc ++ Red Hat, Inc + Red Hat, Inc + Red Hat, Inc + Red Hat, Inc + Red Hat, Inc + Red Hat, Inc +- Red Hat, Inc ++ Red Hat, Inc + Red Hat, Inc + Red Hat, Inc + Red Hat, Inc +@@ -36,59 +36,59 @@ + linux + rhel + Plow +- +- ++ ++ + + +- .*RHEL-9-([6-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.* ++ .*RHEL-9-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.* + + isolinux/vmlinuz + isolinux/initrd.img + + + +- RHEL-9-([6-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$ ++ RHEL-9-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$ + + images/pxeboot/vmlinuz + images/pxeboot/initrd.img + + + +- RHEL[_-]9[_-]([6-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$ ++ RHEL[_-]9[_-]([8-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$ + + ppc/ppc64/vmlinuz + ppc/ppc64/initrd.img + + + +- RHEL-9-([6-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$ ++ RHEL-9-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$ + + + + + Red Hat Enterprise Linux +- ^9.([6-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$ ++ ^9.([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$ + aarch64 + + + + + Red Hat Enterprise Linux +- ^9.([6-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ ++ ^9.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ + ppc64le + + + + + Red Hat Enterprise Linux +- ^9.([6-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ ++ ^9.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ + s390x + + + + + Red Hat Enterprise Linux +- ^9.([6-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ ++ ^9.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ + x86_64 + + +diff --git a/os/redhat.com/rhel-9.6.xml b/os/redhat.com/rhel-9.6.xml +new file mode 100644 +index 0000000..bf12c20 +--- /dev/null ++++ b/os/redhat.com/rhel-9.6.xml +@@ -0,0 +1,170 @@ ++ ++ ++ ++ ++ rhel9.6 ++ Red Hat Enterprise Linux 9.6 ++ 9.6 ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ Red Hat, Inc ++ linux ++ rhel ++ Plow ++ ++ ++ 2025-05-16 ++ ++ ++ ++ RHEL-9-6-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64 ++ ++ isolinux/vmlinuz ++ isolinux/initrd.img ++ ++ ++ ++ RHEL[_-]9[_-]6[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le ++ ++ ppc/ppc64/vmlinuz ++ ppc/ppc64/initrd.img ++ ++ ++ ++ RHEL-9-6-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64 ++ ++ images/pxeboot/vmlinuz ++ images/pxeboot/initrd.img ++ ++ ++ ++ RHEL-9-6-(([0-9]|[1-9][0-9])-)?BaseOS-s390x ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^9.6(.([0-9]|[1-9][0-9]))?$ ++ aarch64 ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^9.6(.([0-9]|[1-9][0-9]))?$ ++ ppc64le ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^9.6(.([0-9]|[1-9][0-9]))?$ ++ s390x ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^9.6(.([0-9]|[1-9][0-9]))?$ ++ x86_64 ++ ++ ++ ++ ++ 1 ++ 1000000000 ++ 2147483648 ++ 10737418240 ++ ++ ++ 4000000000 ++ 2147483648 ++ 21474836480 ++ ++ ++ 768 ++ 35184372088832 ++ ++ ++ ++ ++ 1000000000 ++ 1610612736 ++ 10737418240 ++ ++ ++ 1000000000 ++ 1610612736 ++ 21474836480 ++ ++ ++ 768 ++ 26388279066624 ++ ++ ++ 3221225472 ++ ++ ++ ++ ++ 1073741824 ++ 10737418240 ++ ++ ++ 21474836480 ++ ++ ++ 340 ++ 17592186044416 ++ ++ ++ 2147483648 ++ ++ ++ ++ ++ 2147483648 ++ 10737418240 ++ ++ ++ 21474836480 ++ ++ ++ 256 ++ 1649267441664 ++ ++ ++ ++ ++ 1 ++ 1000000000 ++ 1610612736 ++ 10737418240 ++ ++ ++ 1000000000 ++ 1610612736 ++ 21474836480 ++ ++ ++ ++