diff --git a/msvsphere-i686/filter_packages.conf b/msvsphere-i686/filter_packages.conf index 4bba0e6..0575860 100644 --- a/msvsphere-i686/filter_packages.conf +++ b/msvsphere-i686/filter_packages.conf @@ -3,7 +3,8 @@ filter_packages = [ '^AppStream$', { '*': [ "adobe-source-code-pro-fonts", - "python*-beautifulsoup4" + "python*-beautifulsoup4", + "lorax-templates-rhel" ] } ), diff --git a/msvsphere/filter_packages.conf b/msvsphere/filter_packages.conf index 2a0d960..0832438 100644 --- a/msvsphere/filter_packages.conf +++ b/msvsphere/filter_packages.conf @@ -4,7 +4,8 @@ filter_packages = [ '*': [ "glibc32", "adobe-source-code-pro-fonts", - "python*-beautifulsoup4" + "python*-beautifulsoup4", + "lorax-templates-rhel" ] } ),