From a6ecd5d9d8ded0800e8c346ff9bcc1f8469e7dfd Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 8 Nov 2022 01:40:44 -0500 Subject: [PATCH] import osinfo-db-20220727-2.el8 --- .gitignore | 2 +- .osinfo-db.metadata | 2 +- .../0001-rhel-Add-RHEL-8.7-prerelease.patch | 272 ++++++++++++++++++ .../0002-rhel-Add-RHEL-9.1-prerelease.patch | 267 +++++++++++++++++ SOURCES/osinfo-db-20211216.tar.xz.asc | 16 -- SOURCES/osinfo-db-20220727.tar.xz.asc | 16 ++ SPECS/osinfo-db.spec | 31 +- 7 files changed, 585 insertions(+), 21 deletions(-) create mode 100644 SOURCES/0001-rhel-Add-RHEL-8.7-prerelease.patch create mode 100644 SOURCES/0002-rhel-Add-RHEL-9.1-prerelease.patch delete mode 100644 SOURCES/osinfo-db-20211216.tar.xz.asc create mode 100644 SOURCES/osinfo-db-20220727.tar.xz.asc diff --git a/.gitignore b/.gitignore index 8226bae..6ed4ad9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/osinfo-db-20211216.tar.xz +SOURCES/osinfo-db-20220727.tar.xz diff --git a/.osinfo-db.metadata b/.osinfo-db.metadata index e122515..2eff62d 100644 --- a/.osinfo-db.metadata +++ b/.osinfo-db.metadata @@ -1 +1 @@ -04e023332abd9e97ce240a8c57fbe27e628dcd8a SOURCES/osinfo-db-20211216.tar.xz +ee6cb08f27b0ec7f86f0eb95c9ed6b0a72981945 SOURCES/osinfo-db-20220727.tar.xz diff --git a/SOURCES/0001-rhel-Add-RHEL-8.7-prerelease.patch b/SOURCES/0001-rhel-Add-RHEL-8.7-prerelease.patch new file mode 100644 index 0000000..d136647 --- /dev/null +++ b/SOURCES/0001-rhel-Add-RHEL-8.7-prerelease.patch @@ -0,0 +1,272 @@ +From 5ce5373899c529027aad4d93c54dc127a7d8fcc6 Mon Sep 17 00:00:00 2001 +From: Victor Toso +Date: Tue, 2 Aug 2022 15:26:05 +0200 +Subject: [PATCH 1/2] rhel: Add RHEL 8.7 (prerelease) +Content-type: text/plain + +Release is planned for November. +Signed-off-by: Victor Toso +--- + os/redhat.com/rhel-8-unknown.xml | 20 ++-- + os/redhat.com/rhel-8.7.xml | 171 +++++++++++++++++++++++++++++++ + 2 files changed, 181 insertions(+), 10 deletions(-) + create mode 100644 os/redhat.com/rhel-8.7.xml + +diff --git a/os/redhat.com/rhel-8-unknown.xml b/os/redhat.com/rhel-8-unknown.xml +index 15ea794..75b8742 100644 +--- a/os/redhat.com/rhel-8-unknown.xml ++++ b/os/redhat.com/rhel-8-unknown.xml +@@ -33,12 +33,12 @@ + linux + rhel + Ootpa +- +- ++ ++ + + + LINUX +- .*RHEL-8-([7-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.* ++ .*RHEL-8-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*x86_64.* + + isolinux/vmlinuz + isolinux/initrd.img +@@ -46,7 +46,7 @@ + + + LINUX +- RHEL-8-([7-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$ ++ RHEL-8-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*aarch64$ + + images/pxeboot/vmlinuz + images/pxeboot/initrd.img +@@ -54,7 +54,7 @@ + + + PPC +- RHEL[_-]8[_-]([7-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$ ++ RHEL[_-]8[_-]([8-9]|[1-9][0-9])([_-]([0-9]|[1-9][0-9]))?.*ppc64le$ + + ppc/ppc64/vmlinuz + ppc/ppc64/initrd.img +@@ -62,34 +62,34 @@ + + + LINUX +- RHEL-8-([7-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$ ++ RHEL-8-([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?.*s390x$ + + + + + Red Hat Enterprise Linux +- ^8.([7-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$ ++ ^8.([8-9]|[1-9][0-9])(-[0-9]|[1-9][0-9])?$ + aarch64 + + + + + Red Hat Enterprise Linux +- ^8.([7-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ ++ ^8.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ + ppc64le + + + + + Red Hat Enterprise Linux +- ^8.([7-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ ++ ^8.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ + s390x + + + + + Red Hat Enterprise Linux +- ^8.([7-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ ++ ^8.([8-9]|[1-9][0-9])(.([0-9]|[1-9][0-9]))?$ + x86_64 + + +diff --git a/os/redhat.com/rhel-8.7.xml b/os/redhat.com/rhel-8.7.xml +new file mode 100644 +index 0000000..b69f8cd +--- /dev/null ++++ b/os/redhat.com/rhel-8.7.xml +@@ -0,0 +1,171 @@ ++ ++ ++ ++ ++ rhel8.7 ++ Red Hat Enterprise Linux 8.7 ++ 8.7 ++ 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 ++ Ootpa ++ ++ ++ prerelease ++ ++ ++ LINUX ++ RHEL-8-7-(([0-9]|[1-9][0-9])-)?BaseOS-x86_64 ++ ++ isolinux/vmlinuz ++ isolinux/initrd.img ++ ++ ++ ++ PPC ++ RHEL[_-]8[_-]7[_-](([0-9]|[1-9][0-9])[_-])?BaseOS[_-]ppc64le ++ ++ ppc/ppc64/vmlinuz ++ ppc/ppc64/initrd.img ++ ++ ++ ++ LINUX ++ RHEL-8-7-(([0-9]|[1-9][0-9])-)?BaseOS-aarch64 ++ ++ images/pxeboot/vmlinuz ++ images/pxeboot/initrd.img ++ ++ ++ ++ LINUX ++ RHEL-8-7-(([0-9]|[1-9][0-9])-)?BaseOS-s390x ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^8.7(.([0-9]|[1-9][0-9]))?$ ++ aarch64 ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^8.7(.([0-9]|[1-9][0-9]))?$ ++ ppc64le ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^8.7(.([0-9]|[1-9][0-9]))?$ ++ s390x ++ ++ ++ ++ ++ Red Hat Enterprise Linux ++ ^8.7(.([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 ++ ++ ++ ++