mirror of
https://git.rockylinux.org/rocky/peridot-rocky.git
synced 2024-11-21 21:01:23 +00:00
exclude packages from extras for certain arches
This commit is contained in:
parent
c0512ccf14
commit
1691030fc3
22
extra.cfg
22
extra.cfg
@ -83,4 +83,24 @@ package {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# s390x, ppc64le, x86_64 are not considered altarch. s390x does not have
|
||||||
|
# rpmfusion packages for obvious reasons. elrepo does not exist for
|
||||||
|
# aarch64 yet, but will.
|
||||||
|
exclude_filter {
|
||||||
|
repo_match: "^extras$"
|
||||||
|
arch {
|
||||||
|
key: "s390x"
|
||||||
|
glob_match: "rocky-release-rpi"
|
||||||
|
glob_match: "rocky-release-elrepo"
|
||||||
|
glob_match: "rocky-release-altarch"
|
||||||
|
glob_match: "rpmfusion-free-release"
|
||||||
|
glob_match: "elrepo-release"
|
||||||
|
}
|
||||||
|
arch {
|
||||||
|
key: "ppc64le"
|
||||||
|
glob_match: "rocky-release-rpi"
|
||||||
|
glob_match: "rocky-release-elrepo"
|
||||||
|
glob_match: "rocky-release-altarch"
|
||||||
|
glob_match: "elrepo-release"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user