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)$', {
'aarch64': [

View File

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

View File

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

View File

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

View File

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