diff --git a/msvsphere/additional_packages.conf b/msvsphere/additional_packages.conf index 56d7107..798a099 100644 --- a/msvsphere/additional_packages.conf +++ b/msvsphere/additional_packages.conf @@ -70,6 +70,7 @@ additional_packages = [ ( '^Devel$', { '*': [ + "glibc32", "sphere-repos-extra", "sphere-release-el", "yasm", diff --git a/msvsphere/filter_packages.conf b/msvsphere/filter_packages.conf index d1c4e23..338983e 100644 --- a/msvsphere/filter_packages.conf +++ b/msvsphere/filter_packages.conf @@ -50,9 +50,17 @@ filter_packages = [ ] } ), + ( + '^CRB$', { + '*': [ + "glibc32", + ] + } + ), ( '^Minimal$', { '*': [ + "glibc32", "sphere-release-arm", "sphere-release-identity-arm", "sphere-release-cinnamon", @@ -105,6 +113,7 @@ filter_packages = [ '^Extras$', { '*': [ "mpg123-devel", + "glibc32", "sphere-release-el" ] }