From eb552e595b3daa66ab3ec51ca904dd350771ca73 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Tue, 17 Oct 2023 21:30:19 -0700 Subject: [PATCH] push up okd --- extra.cfg | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/extra.cfg b/extra.cfg index 3f39fd2..7595d6c 100644 --- a/extra.cfg +++ b/extra.cfg @@ -41,6 +41,8 @@ exclude_filter { glob_match: "centos-release-cloud" glob_match: "centos-release-okd-4.13" glob_match: "centos-release-okd-4.14" + glob_match: "centos-release-okd-4.15" + glob_match: "centos-release-okd-4.16" } arch { key: "ppc64le" @@ -411,6 +413,22 @@ package { include_filter: "centos-release-okd-4.14.noarch" } } +package { + name: "centos-release-okd-4.15" + type: PACKAGE_TYPE_NORMAL_SRC + repository { + name: "extras" + include_filter: "centos-release-okd-4.15.noarch" + } +} +package { + name: "centos-release-okd-4.16" + type: PACKAGE_TYPE_NORMAL_SRC + repository { + name: "extras" + include_filter: "centos-release-okd-4.16.noarch" + } +} package { name: "centos-release-kmods" type: PACKAGE_TYPE_NORMAL_SRC