Remove perl excludes from BaseOS and Minimal

This commit is contained in:
eabdullin 2024-09-09 13:33:40 +03:00
parent 762840f8aa
commit 534eafed1e
5 changed files with 0 additions and 31 deletions

View File

@ -37,15 +37,6 @@ filter_packages = [
] ]
} }
), ),
(
'^(BaseOS|Minimal)$', {
'aarch64': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
"perl-IO-Socket-SSL",
]
}
),
( (
'^(AppStream)$', { '^(AppStream)$', {
'aarch64': [ 'aarch64': [

View File

@ -37,15 +37,6 @@ filter_packages = [
] ]
} }
), ),
(
'^(BaseOS|Minimal)$', {
'ppc64le': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
"perl-IO-Socket-SSL",
]
}
),
( (
'^(AppStream)$', { '^(AppStream)$', {
'ppc64le': [ 'ppc64le': [

View File

@ -38,15 +38,6 @@ filter_packages = [
] ]
} }
), ),
(
'^(BaseOS)$', {
's390x': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
"perl-IO-Socket-SSL",
]
}
),
( (
'^(AppStream)$', { '^(AppStream)$', {
's390x': [ 's390x': [

View File

@ -40,8 +40,6 @@ filter_packages = [
( (
'^(BaseOS|Minimal)$', { '^(BaseOS|Minimal)$', {
'x86_64': [ 'x86_64': [
"perl-Mozilla-CA",
"perl-IO-Socket-SSL",
"python-unversioned-command", "python-unversioned-command",
] ]
} }

View File

@ -40,8 +40,6 @@ filter_packages = [
( (
'^(BaseOS|Minimal)$', { '^(BaseOS|Minimal)$', {
'x86_64': [ 'x86_64': [
"perl-Mozilla-CA",
"perl-IO-Socket-SSL",
"python-unversioned-command", "python-unversioned-command",
] ]
} }