Widen the perl module filter to exclude all the perl bootstrap modules.

See https://pagure.io/releng/issue/8616 for more info

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-02-15 14:04:02 -08:00
parent be86049af8
commit 92c8817161

View File

@ -184,7 +184,7 @@ filter_packages = [
filter_modules = [
('(Modular)$', {
'*': [
'perl-bootstrap:*',
'perl*bootstrap:*',
'rpm:*',
]
}),