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
This commit is contained in:
Debarshi Ray 2024-03-06 19:39:24 +01:00
parent 4f6af9b545
commit be915a04d8
1 changed files with 20 additions and 0 deletions

View File

@ -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*"