ALBS-498: kernel-modules-extra is absent on Minimal ISO images for both AlmaLinux and CloudLinux #2
@ -1,6 +1,6 @@
|
|||||||
filter_packages = [
|
filter_packages = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|CRB)$', {
|
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||||
'aarch64': [
|
'aarch64': [
|
||||||
"insights-client",
|
"insights-client",
|
||||||
"libreport-plugin-rhtsupport",
|
"libreport-plugin-rhtsupport",
|
||||||
@ -37,7 +37,7 @@ filter_packages = [
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(BaseOS)$', {
|
'^(BaseOS|Minimal)$', {
|
||||||
'aarch64': [
|
'aarch64': [
|
||||||
"perl-Net-SSLeay",
|
"perl-Net-SSLeay",
|
||||||
"perl-Mozilla-CA",
|
"perl-Mozilla-CA",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
filter_packages = [
|
filter_packages = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|CRB)$', {
|
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||||
'ppc64le': [
|
'ppc64le': [
|
||||||
"insights-client",
|
"insights-client",
|
||||||
"libreport-plugin-rhtsupport",
|
"libreport-plugin-rhtsupport",
|
||||||
@ -37,7 +37,7 @@ filter_packages = [
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(BaseOS)$', {
|
'^(BaseOS|Minimal)$', {
|
||||||
'ppc64le': [
|
'ppc64le': [
|
||||||
"perl-Net-SSLeay",
|
"perl-Net-SSLeay",
|
||||||
"perl-Mozilla-CA",
|
"perl-Mozilla-CA",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
filter_packages = [
|
filter_packages = [
|
||||||
(
|
(
|
||||||
'^(BaseOS|AppStream|CRB)$', {
|
'^(BaseOS|Minimal|AppStream|CRB)$', {
|
||||||
's390x': [
|
's390x': [
|
||||||
"insights-client",
|
"insights-client",
|
||||||
"libreport-plugin-rhtsupport",
|
"libreport-plugin-rhtsupport",
|
||||||
@ -38,7 +38,7 @@ filter_packages = [
|
|||||||
}
|
}
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
'^(BaseOS)$', {
|
'^(BaseOS|Minimal)$', {
|
||||||
's390x': [
|
's390x': [
|
||||||
"perl-Net-SSLeay",
|
"perl-Net-SSLeay",
|
||||||
"perl-Mozilla-CA",
|
"perl-Mozilla-CA",
|
||||||
|
Loading…
Reference in New Issue
Block a user