diff --git a/aarch64/include_exclude.conf b/aarch64/include_exclude.conf index 77906a1..c175a73 100644 --- a/aarch64/include_exclude.conf +++ b/aarch64/include_exclude.conf @@ -55,6 +55,13 @@ filter_packages = [ ] } ), + ( + '^(CRB)$', { + '*': [ + "python3-samba-devel", + ] + } + ), ] filter_modules = [ ( diff --git a/i686/include_exclude.conf b/i686/include_exclude.conf index 64cac90..6ba2176 100644 --- a/i686/include_exclude.conf +++ b/i686/include_exclude.conf @@ -75,6 +75,13 @@ filter_packages = [ ] } ), + ( + '^(CRB)$', { + '*': [ + "python3-samba-devel", + ] + } + ), ] filter_modules = [ ( diff --git a/ppc64le/include_exclude.conf b/ppc64le/include_exclude.conf index 4ba52c6..8f50576 100644 --- a/ppc64le/include_exclude.conf +++ b/ppc64le/include_exclude.conf @@ -55,6 +55,13 @@ filter_packages = [ ] } ), + ( + '^(CRB)$', { + '*': [ + "python3-samba-devel", + ] + } + ), ] filter_modules = [ ( diff --git a/s390x/include_exclude.conf b/s390x/include_exclude.conf index 44a6df0..0c4b7f8 100644 --- a/s390x/include_exclude.conf +++ b/s390x/include_exclude.conf @@ -55,7 +55,14 @@ filter_packages = [ "centos-release-openstack-yoga.noarch", ] } - ) + ), + ( + '^(CRB)$', { + '*': [ + "python3-samba-devel", + ] + } + ), ] filter_modules = [ ( diff --git a/x86_64/include_exclude.conf b/x86_64/include_exclude.conf index 0069bed..3a1444b 100644 --- a/x86_64/include_exclude.conf +++ b/x86_64/include_exclude.conf @@ -79,6 +79,13 @@ filter_packages = [ ] } ), + ( + '^(CRB)$', { + '*': [ + "python3-samba-devel", + ] + } + ), ] filter_modules = [ (