From 9a7beddc08677e4ca5172c7bd54d0156bdec7c86 Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Wed, 19 Oct 2022 01:02:02 +0300 Subject: [PATCH] ALBS-692: Prepare pungi configuration and setup Jenkins job for AlmaLinux 8.7 beta - Temporary exclude modules `pmdk:1_fileformat_v6` & `maven:3.8` as non-existing --- x86_64/include_exclude.conf | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 0edfe1d..5a56b4f 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -76,7 +76,16 @@ filter_packages = [ ) ] -filter_modules = [] +filter_modules = [ + ( + '^AppStream$', { + '*': [ + "maven:3.8", + "pmdk:1_fileformat_v6", + ] + } + ) +] additional_packages = [ (