From c7665d34767b375453402ffd9ac1c81f155f5596 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Fri, 27 Oct 2023 18:35:00 +0200 Subject: [PATCH] images: Unbreak the tests for Fedora 37 The Korean translations for the psmisc manuals were only added in psmisc 23.6 [1], while Fedora 37 has psmisc 23.4. This led to: STEP 16/20: RUN rm /extra-packages STEP 17/20: COPY ensure-files / STEP 18/20: RUN ret_val=0; while read file; do if ! compgen ... /usr/share/man/ko/man1/pstree.1*: No such file or directory Error: building at STEP "RUN ret_val=0; while read file; do...": while running runtime: exit status 1 Fallout from e41d920dd9a847cc7a5cc809a86d9ba98bdd88d0 [1] psmisc commit 3098e641dc1ddb21 https://gitlab.com/psmisc/psmisc/-/commit/3098e641dc1ddb21 [2] https://src.fedoraproject.org/rpms/psmisc/tree/f37 https://github.com/containers/toolbox/pull/1394 --- images/fedora/f37/ensure-files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fedora/f37/ensure-files b/images/fedora/f37/ensure-files index 1450f58..2b3c957 100644 --- a/images/fedora/f37/ensure-files +++ b/images/fedora/f37/ensure-files @@ -10,7 +10,7 @@ /usr/share/man/man7/gnupg2.7* /usr/share/man/fr/man1/pstree.1* -/usr/share/man/ko/man1/pstree.1* +/usr/share/man/ru/man1/pstree.1* /usr/share/man/man1/pstree.1* /usr/share/man/fr/man8/rpm.8*