From be915a04d8e2b11ae1d877fbb38b71feb1c00ba0 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Wed, 6 Mar 2024 19:39:24 +0100 Subject: [PATCH] container-toolbox: Synchronize file list with Container/Dockerfile The same changes were made to the Container/Dockerfile equivalent of the fedora-toolbox OCI images in recent times [1, 2, 3]. [1] Toolbx commit 154156d86036624f https://github.com/containers/toolbox/commit/154156d86036624f https://github.com/containers/toolbox/issues/603 [2] Toolbx commit 7038491a773bee17 https://github.com/containers/toolbox/commit/7038491a773bee17 https://github.com/containers/toolbox/issues/1351 [3] Toolbx commit 1200ca371c3bdc9c https://github.com/containers/toolbox/commit/1200ca371c3bdc9c https://github.com/containers/toolbox/pull/1456 https://pagure.io/fedora-kickstarts/pull-request/1028 --- fedora-container-toolbox.ks | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/fedora-container-toolbox.ks b/fedora-container-toolbox.ks index 2d16180..c64d2b5 100644 --- a/fedora-container-toolbox.ks +++ b/fedora-container-toolbox.ks @@ -171,13 +171,33 @@ declare -a files=( "/usr/share/man/man1/cat.1*" "/usr/share/man/man1/cp.1*" "/usr/share/man/man1/ls.1*" + # cracklib-dicts + "/usr/share/cracklib/cracklib-small.pwd*" + "/usr/share/cracklib/pw_dict.pwd*" + # dnf + "/usr/share/man/man8/dnf.8*" + # dnf-data + "/usr/share/man/man5/dnf.conf.5*" + # elfutils-libelf + "/usr/share/locale/de/LC_MESSAGES/elfutils.mo" + "/usr/share/locale/ja/LC_MESSAGES/elfutils.mo" + # gawk-all-langpacks + "/usr/share/locale/fr/LC_MESSAGES/gawk.mo" + "/usr/share/locale/ko/LC_MESSAGES/gawk.mo" # gnupg2 "/usr/share/man/man1/gpg2.1*" "/usr/share/man/man7/gnupg2.7*" + # nettle + "/usr/share/info/nettle.info*" + # popt + "/usr/share/locale/fr/LC_MESSAGES/popt.mo" + "/usr/share/locale/ja/LC_MESSAGES/popt.mo" # psmisc "/usr/share/man/fr/man1/pstree.1*" "/usr/share/man/ko/man1/pstree.1*" "/usr/share/man/man1/pstree.1*" + # readline + "/usr/share/info/history.info*" # rpm "/usr/share/man/man8/rpm.8*" "/usr/share/man/man8/rpm2cpio.8*"