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 = [ 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",
@ -73,6 +73,13 @@ additional_packages = [
] ]
} }
), ),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
( (
'^extras$', { '^extras$', {
'*': [ '*': [

View File

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

View File

@ -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",
@ -72,6 +72,13 @@ additional_packages = [
] ]
} }
), ),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
( (
'^extras$', { '^extras$', {
'*': [ '*': [

View File

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

View File

@ -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",
@ -73,6 +73,13 @@ additional_packages = [
] ]
} }
), ),
(
'^Minimal$', {
'*': [
"kernel-modules-extra",
]
}
),
( (
'^extras$', { '^extras$', {
'*': [ '*': [

View File

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

View File

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

View File

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