From a0d673df20bdf980b7926daf73d696cfe41bf2db Mon Sep 17 00:00:00 2001 From: soksanichenko Date: Tue, 14 Mar 2023 14:44:39 +0200 Subject: [PATCH] - Exclude packages for i686: glusterfs.i686 glusterfs-api-debuginfo.i686 glusterfs-client-xlators.i686 glusterfs-client-xlators-debuginfo.i686 glusterfs-debugsource.i686 glusterfs-libs.i686 glusterfs-libs-debuginfo.i686 glusterfs-api-devel.i686 glusterfs-devel.i686 --- i686/include_exclude.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/i686/include_exclude.conf b/i686/include_exclude.conf index b7a0f68..df78cb1 100644 --- a/i686/include_exclude.conf +++ b/i686/include_exclude.conf @@ -69,6 +69,21 @@ filter_packages = [ '*': [ "libev.i686", "libverto-libev.i686", + "glusterfs.i686", + "glusterfs-api-debuginfo.i686", + "glusterfs-client-xlators.i686", + "glusterfs-client-xlators-debuginfo.i686", + "glusterfs-debugsource.i686", + "glusterfs-libs.i686", + "glusterfs-libs-debuginfo.i686", + ] + } + ), + ( + '^(PowerTools)$', { + '*': [ + "glusterfs-api-devel.i686", + "glusterfs-devel.i686", ] } ), @@ -90,6 +105,7 @@ filter_packages = [ "samba-libs", "samba-winbind", "samba-winbind-modules", + "glusterfs-api.i686", ] } )