From 17f2d22bc68db48b2a1d520ceb8cfbb92cd8ba6e Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 9 Oct 2024 16:21:52 +0300 Subject: [PATCH] Add additional packages to extras --- aarch64/include_exclude.conf | 2 ++ ppc64le/include_exclude.conf | 2 ++ s390x/include_exclude.conf | 2 ++ x86_64/include_exclude.conf | 2 ++ x86_64_v2/include_exclude.conf | 2 ++ 5 files changed, 10 insertions(+) diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index 188b935..91fb76c 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -119,6 +119,8 @@ additional_packages = [ '^extras-common$', { '*': [ "anaconda-live", + "epel-release", + "xisxwayland", ] } ) diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index c529be8..4290c81 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -116,6 +116,8 @@ additional_packages = [ '^extras-common$', { '*': [ "anaconda-live", + "epel-release", + "xisxwayland", ] } ) diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 73c9406..bd2b316 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -127,6 +127,8 @@ additional_packages = [ '^extras-common$', { '*': [ "anaconda-live", + "epel-release", + "xisxwayland", ] } ) diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index d5753ce..638d93d 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -116,6 +116,8 @@ additional_packages = [ '^extras-common$', { '*': [ "anaconda-live", + "epel-release", + "xisxwayland", ] } ) diff --git a/x86_64_v2/include_exclude.conf b/x86_64_v2/include_exclude.conf index d5753ce..638d93d 100644 --- a/x86_64_v2/include_exclude.conf +++ b/x86_64_v2/include_exclude.conf @@ -116,6 +116,8 @@ additional_packages = [ '^extras-common$', { '*': [ "anaconda-live", + "epel-release", + "xisxwayland", ] } )