From 6c5f88645f53d4426439a7f2f81ff620aa383336 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Tue, 4 Apr 2023 10:01:58 +0300 Subject: [PATCH] ALBS-1073: Prepare new configs of the building artifacts generator for all arches for 8.8-beta & 9.2-beta - A few modules for x86_64 are filtered --- x86_64/include_exclude.conf | 34 +++++++++++++++++++++++++--------- 1 file changed, 25 insertions(+), 9 deletions(-) diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 56ef7f1..fea1b28 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -76,15 +76,31 @@ filter_packages = [ } ) ] -# filter_modules = [ -# ( -# '^(AppStream)$', { -# '*': [ -# "maven:3.8", -# ] -# } -# ) -# ] +filter_modules = [ + ( + '^AppStream$', { + '*': [ + "postgresql:15", + "nginx:1.22", + "maven:3.8", + ] + } + ), + ( + '^CRB$', { + '*': [ + "swig:4.1", + ] + } + ), + ( + '^devel$', { + '*': [ + "javapackages-tools:202201", + ] + } + ), +] additional_packages = [ (