Skip to content

Commit

Permalink
fedora: add glibc-langpack-en
Browse files Browse the repository at this point in the history
Make sure the en_US.UTF-8 LANG is installed and can be used by podman
tests, see containers/podman#19635.

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 committed Aug 21, 2023
1 parent b913d24 commit ce66b7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IMG_SFX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20230816t191118z-f38f37d13
20230821t153739z-f38f37d13
4 changes: 2 additions & 2 deletions cache_images/debian_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fi
source "$REPO_DIRPATH/lib.sh"

# Generate en_US.UTF-8 locale as this is required for a podman test (https://github.com/containers/podman/pull/19635).
sed -i '/en_US.UTF-8/s/^#//g' /etc/locale.gen
locale-gen
$SUDO sed -i '/en_US.UTF-8/s/^#//g' /etc/locale.gen
$SUDO locale-gen

req_env_vars PACKER_BUILD_NAME

Expand Down
1 change: 1 addition & 0 deletions cache_images/fedora_packaging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ INSTALL_PACKAGES=(\
git-daemon
glib2-devel
glibc-devel
glibc-langpack-en
glibc-static
gnupg
go-md2man
Expand Down

0 comments on commit ce66b7e

Please sign in to comment.