This commit is contained in:
Louis Abel 2023-05-25 10:37:42 -07:00
parent e5edf4b854
commit a796681538
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 27 additions and 0 deletions

View File

@ -36,6 +36,9 @@ exclude_filter {
glob_match: "centos-release-storage-common"
glob_match: "centos-release-virt-common"
glob_match: "centos-release-ovirt45"
glob_match: "centos-release-cloud"
glob_match: "centos-release-okd-4.13"
glob_match: "centos-release-okd-4.14"
}
arch {
key: "ppc64le"
@ -346,6 +349,30 @@ package {
include_filter: "centos-release-ovirt45.noarch"
}
}
package {
name: "centos-release-cloud"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-cloud.noarch"
}
}
package {
name: "centos-release-okd-4.13"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-okd-4.13.noarch"
}
}
package {
name: "centos-release-okd-4.14"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "centos-release-okd-4.14.noarch"
}
}
# End CentOS
# Non-existent stuff