diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index 807a192..5b5a193 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -116,7 +116,7 @@ additional_packages = [ } ), ( - '^extras-common$', { + '^extras$', { '*': [ "anaconda-live", "epel-release", diff --git a/aarch64/variants_options.json b/aarch64/variants_options.json index 1897947..bbde052 100644 --- a/aarch64/variants_options.json +++ b/aarch64/variants_options.json @@ -98,7 +98,7 @@ }] }] }, - "extras-common": { + "extras": { "gather_methods": "hybrid", "buildinstall_skip": true, "createiso_skip": true, diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 694b314..1a6b776 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -113,7 +113,7 @@ additional_packages = [ } ), ( - '^extras-common$', { + '^extras$', { '*': [ "anaconda-live", "epel-release", diff --git a/ppc64le/variants_options.json b/ppc64le/variants_options.json index 1897947..bbde052 100644 --- a/ppc64le/variants_options.json +++ b/ppc64le/variants_options.json @@ -98,7 +98,7 @@ }] }] }, - "extras-common": { + "extras": { "gather_methods": "hybrid", "buildinstall_skip": true, "createiso_skip": true, diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index cabd2a5..9e8a066 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -124,7 +124,7 @@ additional_packages = [ } ), ( - '^extras-common$', { + '^extras$', { '*': [ "anaconda-live", "epel-release", diff --git a/s390x/variants_options.json b/s390x/variants_options.json index e019774..9b1e631 100644 --- a/s390x/variants_options.json +++ b/s390x/variants_options.json @@ -98,7 +98,7 @@ }] }] }, - "extras-common": { + "extras": { "gather_methods": "hybrid", "buildinstall_skip": true, "createiso_skip": true, diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 764163e..363c0a6 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -113,7 +113,7 @@ additional_packages = [ } ), ( - '^extras-common$', { + '^extras$', { '*': [ "anaconda-live", "epel-release", diff --git a/x86_64/variants_options.json b/x86_64/variants_options.json index bbe72f9..795f740 100644 --- a/x86_64/variants_options.json +++ b/x86_64/variants_options.json @@ -116,7 +116,7 @@ }] }] }, - "extras-common": { + "extras": { "gather_methods": "hybrid", "buildinstall_skip": true, "createiso_skip": true, diff --git a/x86_64_v2/include_exclude.conf b/x86_64_v2/include_exclude.conf index 764163e..363c0a6 100644 --- a/x86_64_v2/include_exclude.conf +++ b/x86_64_v2/include_exclude.conf @@ -113,7 +113,7 @@ additional_packages = [ } ), ( - '^extras-common$', { + '^extras$', { '*': [ "anaconda-live", "epel-release", diff --git a/x86_64_v2/variants_options.json b/x86_64_v2/variants_options.json index bbe72f9..795f740 100644 --- a/x86_64_v2/variants_options.json +++ b/x86_64_v2/variants_options.json @@ -116,7 +116,7 @@ }] }] }, - "extras-common": { + "extras": { "gather_methods": "hybrid", "buildinstall_skip": true, "createiso_skip": true,