From d8d235caf3252f1e8585dc92084d64e755336ea8 Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Wed, 23 Sep 2020 11:11:11 +0200 Subject: [PATCH] Filter out langpacks-en for Fedora-ELN-Guest. The langpacks-en package is pulled in by Anaconda and it seems filtering it out using langpacks-* is not sufficient. It needs to be filtered directly. Signed-off-by: Jan Kaluza --- fedora-eln-guest.ks | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fedora-eln-guest.ks b/fedora-eln-guest.ks index 4694411..fb47d03 100644 --- a/fedora-eln-guest.ks +++ b/fedora-eln-guest.ks @@ -120,6 +120,11 @@ subscription-manager-cockpit # Exclude all langpacks for now -langpacks-* +# The langpacks-en package is pulled in by Anaconda and it seems filtering +# it out using langpacks-* is not sufficient. It needs to be filtered +# directly. +-langpacks-en + # We are building Fedora-ELN fedora-release fedora-repos