From 29e1f54357dd6603c4a6631427e3b90d847bf5ed Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 28 May 2024 13:49:45 +0300 Subject: [PATCH] Exclude glibc32 package --- msvsphere/filter_packages.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msvsphere/filter_packages.conf b/msvsphere/filter_packages.conf index 065f9c2..6deaa50 100644 --- a/msvsphere/filter_packages.conf +++ b/msvsphere/filter_packages.conf @@ -95,6 +95,7 @@ filter_packages = [ ( '^HighAvailability$', { '*': [ + "glibc32", "python-beautifulsoup4", "python2-beautifulsoup4", "python3-beautifulsoup4" @@ -104,6 +105,7 @@ filter_packages = [ ( '^ResilientStorage$', { '*': [ + "glibc32", "python-beautifulsoup4", "python2-beautifulsoup4", "python3-beautifulsoup4"