push up okd

This commit is contained in:
Louis Abel 2023-10-17 21:30:19 -07:00
parent e63dc8c7ca
commit eb552e595b
Signed by: label
GPG Key ID: 3331F061D1D9990E
1 changed files with 18 additions and 0 deletions

View File

@ -41,6 +41,8 @@ exclude_filter {
glob_match: "centos-release-cloud" glob_match: "centos-release-cloud"
glob_match: "centos-release-okd-4.13" glob_match: "centos-release-okd-4.13"
glob_match: "centos-release-okd-4.14" glob_match: "centos-release-okd-4.14"
glob_match: "centos-release-okd-4.15"
glob_match: "centos-release-okd-4.16"
} }
arch { arch {
key: "ppc64le" key: "ppc64le"
@ -411,6 +413,22 @@ package {
include_filter: "centos-release-okd-4.14.noarch" 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 { package {
name: "centos-release-kmods" name: "centos-release-kmods"
type: PACKAGE_TYPE_NORMAL_SRC type: PACKAGE_TYPE_NORMAL_SRC