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