mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
add rocky-release-cloud to extras
This commit is contained in:
parent
d7325bd878
commit
b6d7c9c845
11
extra.cfg
11
extra.cfg
@ -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
|
# s390x, ppc64le, x86_64 are never considered altarch. s390x does not have
|
||||||
# rpmfusion packages for obvious reasons. elrepo does not exist for
|
# rpmfusion packages for obvious reasons. elrepo does not exist for
|
||||||
# aarch64 yet, but will. aarch64 is a blend of altarch and primary.
|
# 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-rpi"
|
||||||
glob_match: "rocky-release-elrepo"
|
glob_match: "rocky-release-elrepo"
|
||||||
glob_match: "rocky-release-altarch"
|
glob_match: "rocky-release-altarch"
|
||||||
|
glob_match: "rocky-release-cloud"
|
||||||
glob_match: "rpmfusion-free-release"
|
glob_match: "rpmfusion-free-release"
|
||||||
glob_match: "elrepo-release"
|
glob_match: "elrepo-release"
|
||||||
}
|
}
|
||||||
@ -101,6 +111,7 @@ exclude_filter {
|
|||||||
glob_match: "rocky-release-rpi"
|
glob_match: "rocky-release-rpi"
|
||||||
glob_match: "rocky-release-elrepo"
|
glob_match: "rocky-release-elrepo"
|
||||||
glob_match: "rocky-release-altarch"
|
glob_match: "rocky-release-altarch"
|
||||||
|
glob_match: "rocky-release-cloud"
|
||||||
glob_match: "elrepo-release"
|
glob_match: "elrepo-release"
|
||||||
}
|
}
|
||||||
arch {
|
arch {
|
||||||
|
Loading…
Reference in New Issue
Block a user