add rocky-release-cloud to extras

This commit is contained in:
Louis Abel 2022-07-28 14:48:53 -07:00
parent d7325bd878
commit b6d7c9c845
Signed by: label
GPG Key ID: 6735C0E1BD65D048
1 changed files with 11 additions and 0 deletions

View File

@ -83,6 +83,15 @@ package {
}
}
package {
name: "rocky-release-cloud"
type: PACKAGE_TYPE_NORMAL_SRC
repository {
name: "extras"
include_filter: "rocky-release-cloud.noarch"
}
}
# s390x, ppc64le, x86_64 are never considered altarch. s390x does not have
# rpmfusion packages for obvious reasons. elrepo does not exist for
# aarch64 yet, but will. aarch64 is a blend of altarch and primary.
@ -93,6 +102,7 @@ exclude_filter {
glob_match: "rocky-release-rpi"
glob_match: "rocky-release-elrepo"
glob_match: "rocky-release-altarch"
glob_match: "rocky-release-cloud"
glob_match: "rpmfusion-free-release"
glob_match: "elrepo-release"
}
@ -101,6 +111,7 @@ exclude_filter {
glob_match: "rocky-release-rpi"
glob_match: "rocky-release-elrepo"
glob_match: "rocky-release-altarch"
glob_match: "rocky-release-cloud"
glob_match: "elrepo-release"
}
arch {