Merge pull request 'ALBS-498: kernel-modules-extra is absent on Minimal ISO images for both AlmaLinux and CloudLinux' (#1) from ALBS-498_a8.6 into a8.6
Reviewed-on: #1
This commit is contained in:
		
						commit
						6aef0df7a6
					
				| @ -1,6 +1,6 @@ | ||||
| filter_packages = [ | ||||
|     ( | ||||
|         '^(BaseOS|AppStream|PowerTools)$', { | ||||
|         '^(BaseOS|Minimal|AppStream|PowerTools)$', { | ||||
|             'aarch64': [ | ||||
|                 "insights-client", | ||||
|                 "libreport-plugin-rhtsupport", | ||||
| @ -37,7 +37,7 @@ filter_packages = [ | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^(BaseOS)$', { | ||||
|         '^(BaseOS|Minimal)$', { | ||||
|             'aarch64': [ | ||||
|                 "perl-Net-SSLeay", | ||||
|                 "perl-Mozilla-CA", | ||||
| @ -75,6 +75,13 @@ additional_packages = [ | ||||
|             ] | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^Minimal$', { | ||||
|             '*': [ | ||||
|                 "kernel-modules-extra", | ||||
|             ] | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^ResilientStorage$', { | ||||
|             '*': [ | ||||
|  | ||||
| @ -57,9 +57,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, | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| filter_packages = [ | ||||
|     ( | ||||
|         '^(BaseOS|AppStream|PowerTools)$', { | ||||
|         '^(BaseOS|Minimal|AppStream|PowerTools)$', { | ||||
|             'ppc64le': [ | ||||
|                 "insights-client", | ||||
|                 "libreport-plugin-rhtsupport", | ||||
| @ -39,7 +39,7 @@ filter_packages = [ | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^(BaseOS)$', { | ||||
|         '^(BaseOS|Minimal)$', { | ||||
|             'ppc64le': [ | ||||
|                 "perl-Net-SSLeay", | ||||
|                 "perl-Mozilla-CA", | ||||
| @ -68,6 +68,13 @@ additional_packages = [ | ||||
|             ] | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^Minimal$', { | ||||
|             '*': [ | ||||
|                 "kernel-modules-extra", | ||||
|             ] | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^ResilientStorage$', { | ||||
|             '*': [ | ||||
|  | ||||
| @ -57,9 +57,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, | ||||
|  | ||||
| @ -1,6 +1,6 @@ | ||||
| filter_packages = [ | ||||
|     ( | ||||
|         '^(BaseOS|AppStream|PowerTools)$', { | ||||
|         '^(BaseOS|Minimal|AppStream|PowerTools)$', { | ||||
|             'x86_64': [ | ||||
|                 "insights-client", | ||||
|                 "libreport-plugin-rhtsupport", | ||||
| @ -56,7 +56,7 @@ filter_packages = [ | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^(BaseOS)$', { | ||||
|         '^(BaseOS|Minimal)$', { | ||||
|             'x86_64': [ | ||||
|                 "perl-Net-SSLeay", | ||||
|                 "perl-Mozilla-CA", | ||||
| @ -97,6 +97,13 @@ additional_packages = [ | ||||
|             ] | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^Minimal$', { | ||||
|             '*': [ | ||||
|                 "kernel-modules-extra", | ||||
|             ] | ||||
|         } | ||||
|     ), | ||||
|     ( | ||||
|         '^HighAvailability$', { | ||||
|             '*': [ | ||||
|  | ||||
| @ -75,9 +75,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, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user