Merge pull request 'ALBS-498: kernel-modules-extra is absent on Minimal ISO images for both AlmaLinux and CloudLinux' (#2) from ALBS-498_a9.0 into a9.0

Reviewed-on: #2
This commit is contained in:
Stepan Oksanichenko 2022-08-04 08:19:09 +00:00
commit 3e0b4834c6
8 changed files with 40 additions and 20 deletions

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
'aarch64': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -37,7 +37,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'aarch64': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -73,6 +73,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -77,9 +77,7 @@
]
},
"Minimal": {
"gather_methods": {
"comps": "deps"
},
"gather_methods": "hybrid",
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
"buildinstall_skip": false,
"createiso_skip": true,

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
'ppc64le': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -37,7 +37,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'ppc64le': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -72,6 +72,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -77,9 +77,7 @@
]
},
"Minimal": {
"gather_methods": {
"comps": "deps"
},
"gather_methods": "hybrid",
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
"buildinstall_skip": false,
"createiso_skip": true,

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
's390x': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -38,7 +38,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
's390x': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -73,6 +73,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -77,9 +77,7 @@
]
},
"Minimal": {
"gather_methods": {
"comps": "deps"
},
"gather_methods": "hybrid",
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
"buildinstall_skip": false,
"createiso_skip": true,

View File

@ -1,6 +1,6 @@
filter_packages = [
(
'^(BaseOS|AppStream|CRB)$', {
'^(BaseOS|Minimal|AppStream|CRB)$', {
'x86_64': [
"insights-client",
"libreport-plugin-rhtsupport",
@ -48,7 +48,7 @@ filter_packages = [
}
),
(
'^(BaseOS)$', {
'^(BaseOS|Minimal)$', {
'x86_64': [
"perl-Net-SSLeay",
"perl-Mozilla-CA",
@ -86,6 +86,13 @@ additional_packages = [
]
}
),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
(
'^extras$', {
'*': [

View File

@ -95,9 +95,7 @@
]
},
"Minimal": {
"gather_methods": {
"comps": "deps"
},
"gather_methods": "hybrid",
"image_name_format": "{release_short}-{{ distribution_major_version }}.{{ distribution_minor_version }}{{ beta_suffix }}-{arch}-minimal{suffix}",
"buildinstall_skip": false,
"createiso_skip": true,