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:
commit
3e0b4834c6
@ -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$', {
|
||||||
'*': [
|
'*': [
|
||||||
|
@ -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,
|
||||||
|
@ -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$', {
|
||||||
'*': [
|
'*': [
|
||||||
|
@ -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,
|
||||||
|
@ -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$', {
|
||||||
'*': [
|
'*': [
|
||||||
|
@ -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,
|
||||||
|
@ -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$', {
|
||||||
'*': [
|
'*': [
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user