cloud-base: workaround issue where langs are not getting installed.

Workaround BZ1262040 by removing the --instLangs arg from the
%packages line and rely on our previous hack to manually remove
langs after install. This fixes BZ1261249.

Signed-off-by: Kushal Das <kushaldas@gmail.com>
This commit is contained in:
Dusty Mabe 2015-09-11 09:17:49 -04:00 committed by Kushal Das
parent 97fbfec937
commit 29181aa376
1 changed files with 6 additions and 1 deletions

View File

@ -52,7 +52,12 @@ reboot
# Package list.
# FIXME: instLangs does not work, so there's a hack below
# (see https://bugzilla.redhat.com/show_bug.cgi?id=1051816)
%packages --instLangs=en
# FIXME: instLangs bug has been fixed but now having instLangs
# with an arg causes no langs to get installed because of BZ1262040
# which yields the errors in BZ1261249. For now fix by not using
# --instLangs at all
#%packages --instLangs=en
%packages
kernel-core
@^cloud-server-environment