From 231c741a40ac21494ef6e51859e353611997f69a Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Mon, 13 Mar 2023 14:40:49 +0200 Subject: [PATCH] - [include/excludes] arch is changed to * --- i686/include_exclude.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i686/include_exclude.conf b/i686/include_exclude.conf index f246e44..20902e4 100644 --- a/i686/include_exclude.conf +++ b/i686/include_exclude.conf @@ -1,7 +1,7 @@ filter_packages = [ ( '^(BaseOS|Minimal|AppStream|PowerTools)$', { - 'i686': [ + '*': [ "insights-client", "libreport-plugin-rhtsupport", "libreport-rhel", @@ -57,7 +57,7 @@ filter_packages = [ ), ( '^(BaseOS|Minimal)$', { - 'i686': [ + '*': [ "perl-Net-SSLeay", "perl-Mozilla-CA", "perl-IO-Socket-SSL", @@ -66,7 +66,7 @@ filter_packages = [ ), ( '^(BaseOS)$', { - 'i686': [ + '*': [ "libev.i686", "libverto-libev.i686", ] @@ -74,7 +74,7 @@ filter_packages = [ ), ( '^(AppStream)$', { - 'i686': [ + '*': [ "java-1.8.0-openjdk-slowdebug", "java-1.8.0-openjdk-headless-slowdebug", "libvirt-glib.i686",