From 7b6ef20c7d6800109267550ca11d5793236f266f Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 3 Aug 2022 11:45:25 +0300 Subject: [PATCH] ALBS-498: kernel-modules-extra is absent on Minimal ISO images for both AlmaLinux and CloudLinux - Additional package `kernel-modules-extra` for variant `Minimal` - gather method for variant `Minimal` is changed from `comps: deps` to `hybrid` --- aarch64/include_exclude.conf | 4 ++-- ppc64le/include_exclude.conf | 4 ++-- s390x/include_exclude.conf | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index d3d62c8..14d7210 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -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", diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 174465f..50696db 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -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", diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 6238dfd..8184627 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -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",