Skip to content

Commit ce66b7e

Browse files
committed
fedora: add glibc-langpack-en
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]>
1 parent b913d24 commit ce66b7e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

IMG_SFX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20230816t191118z-f38f37d13
1+
20230821t153739z-f38f37d13

cache_images/debian_setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ fi
1818
source "$REPO_DIRPATH/lib.sh"
1919

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

2424
req_env_vars PACKER_BUILD_NAME
2525

cache_images/fedora_packaging.sh

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ INSTALL_PACKAGES=(\
6868
git-daemon
6969
glib2-devel
7070
glibc-devel
71+
glibc-langpack-en
7172
glibc-static
7273
gnupg
7374
go-md2man

0 commit comments

Comments
 (0)