diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index 2336c79..188b935 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -116,7 +116,7 @@ additional_packages = [ } ), ( - '^extras$', { + '^extras-common$', { '*': [ "anaconda-live", ] diff --git a/aarch64/variants_options.json b/aarch64/variants_options.json index 059dd8e..1897947 100644 --- a/aarch64/variants_options.json +++ b/aarch64/variants_options.json @@ -98,6 +98,15 @@ }] }] }, + "extras-common": { + "gather_methods": "hybrid", + "buildinstall_skip": true, + "createiso_skip": true, + "variant_as_lookaside": [ + "BaseOS", + "AppStream" + ] + }, "devel": { "gather_methods": "hybrid", "buildinstall_skip": true, diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index a62fe25..c529be8 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -113,7 +113,7 @@ additional_packages = [ } ), ( - '^extras$', { + '^extras-common$', { '*': [ "anaconda-live", ] diff --git a/ppc64le/variants_options.json b/ppc64le/variants_options.json index 059dd8e..1897947 100644 --- a/ppc64le/variants_options.json +++ b/ppc64le/variants_options.json @@ -98,6 +98,15 @@ }] }] }, + "extras-common": { + "gather_methods": "hybrid", + "buildinstall_skip": true, + "createiso_skip": true, + "variant_as_lookaside": [ + "BaseOS", + "AppStream" + ] + }, "devel": { "gather_methods": "hybrid", "buildinstall_skip": true, diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 5c9f29d..73c9406 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -124,7 +124,7 @@ additional_packages = [ } ), ( - '^extras$', { + '^extras-common$', { '*': [ "anaconda-live", ] diff --git a/s390x/variants_options.json b/s390x/variants_options.json index 07a2ee2..e019774 100644 --- a/s390x/variants_options.json +++ b/s390x/variants_options.json @@ -98,6 +98,15 @@ }] }] }, + "extras-common": { + "gather_methods": "hybrid", + "buildinstall_skip": true, + "createiso_skip": true, + "variant_as_lookaside": [ + "BaseOS", + "AppStream" + ] + }, "devel": { "gather_methods": "hybrid", "buildinstall_skip": true, diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 6fcb4b5..d5753ce 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -113,7 +113,7 @@ additional_packages = [ } ), ( - '^extras$', { + '^extras-common$', { '*': [ "anaconda-live", ] diff --git a/x86_64/variants_options.json b/x86_64/variants_options.json index 772c24d..bbe72f9 100644 --- a/x86_64/variants_options.json +++ b/x86_64/variants_options.json @@ -116,6 +116,15 @@ }] }] }, + "extras-common": { + "gather_methods": "hybrid", + "buildinstall_skip": true, + "createiso_skip": true, + "variant_as_lookaside": [ + "BaseOS", + "AppStream" + ] + }, "devel": { "gather_methods": "hybrid", "buildinstall_skip": true, diff --git a/x86_64_v2/include_exclude.conf b/x86_64_v2/include_exclude.conf index 6fcb4b5..d5753ce 100644 --- a/x86_64_v2/include_exclude.conf +++ b/x86_64_v2/include_exclude.conf @@ -113,7 +113,7 @@ additional_packages = [ } ), ( - '^extras$', { + '^extras-common$', { '*': [ "anaconda-live", ] diff --git a/x86_64_v2/variants_options.json b/x86_64_v2/variants_options.json index 772c24d..bbe72f9 100644 --- a/x86_64_v2/variants_options.json +++ b/x86_64_v2/variants_options.json @@ -116,6 +116,15 @@ }] }] }, + "extras-common": { + "gather_methods": "hybrid", + "buildinstall_skip": true, + "createiso_skip": true, + "variant_as_lookaside": [ + "BaseOS", + "AppStream" + ] + }, "devel": { "gather_methods": "hybrid", "buildinstall_skip": true,